﻿#nav_y {
	text-align: left !important;
}
#nav_y ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%
}
#nav_y ul a {
	display: block;
	text-decoration: none;
	text-align: left;
	line-height: 200%;/*---edit line height---*/
	color: #fff;
	/*background: url(../images/icon_a_nav_y.png) 10px center no-repeat;*/
	padding: 5px 0px 5px 20px;
	padding-left: 30px;
	text-transform:uppercase
}
#nav_y ul li {
	width: 100%;
	float: left;                             /*---edit width li---*/
	/*height:32px;  */                          /*---edit height li, nav_X co the bo di---*/
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-align: left;
	background: #6c6b70 url(../images/bg_li_nav_y_1.png) 10px center no-repeat;
	border-bottom: solid 1px #fff;
}
#nav_y ul > li:last-child {
	border: 0px;
}
#nav_y ul li:hover,#nav_y ul li.active  {
	background: #73B200 url(../images/bg_li_nav_y.png) 10px center no-repeat;
}
#nav_y ul li a:hover {
	color: #fff
}
 
#nav_y ul > li.active a {
	color: #fff/*---edit mau sac active---*/  
}
#nav_y ul ul {
	display: none;
	position: absolute;
	top: 0;                                /*---edit width li---*/
	left: 100%;                               /*---edit width li---*/
	background: #fff;
	padding: 0;
	border: 1px solid #D1D3D3;
	z-index: 99999;
	width: 200px;
}
#nav_y ul ul li {
	float: none;   /*---edit width li level 2, 3---*/
	border-bottom: dotted 1px #ccc;
	position: relative;
	z-index: 9999;
	background: none;
	margin: 0;
	padding: 0;
}
#nav_y ul ul li:hover {
	background: none;
}
#nav_y ul ul a {
	line-height: 250%;
	padding: 0px 0px 0px 15px;               /*---edit padding left a li level 2, 3---*/
	border: 0px;
	padding-left: 30px;
	color: #333 !important;
	text-transform: capitalize;
}
#nav_y ul ul li:hover {
	color: #fff !important;
	background: #73B200
}
#nav_y ul ul li:hover a {
	color: #fff !important;
}
#nav_y ul ul li:last-child > a, #nav_y ul ul li.last > a {
	border-bottom: 0;
}
#nav_y ul ul ul {
	top: 0;
	left: 100%;
}
#nav_y ul li:hover > ul {
	display: block;
}


/*.nav y*/
.nav_y {
	text-align: left !important;
}
.nav_y ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 92%;
	margin: 2% 3%;
}
.nav_y ul a {
	display: block;
	text-decoration: none;
	color:#333333;
	text-align: left;
	font-size: 105%;
	font-weight: 500;
	padding: 3px 2px;
	width: auto;
	padding-left:10px;
}
.nav_y ul li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-align: left;
	background: url(../images/bg_li_nav_y.png)  left 13px no-repeat;
}
.nav_y ul > li:last-child {
}
.nav_y ul li.active {                       /*---edit mau sac active---*/
}
.nav_y ul > li.active a {
	color: red;/*---edit mau sac active---*/
}
.nav_y ul li a:hover {
	color: red;
}
.nav_y ul ul {
	padding: 0;
	z-index: 99999;
	width: 100%;
	float: left;
}
.nav_y ul ul li {
	float: none;   /*---edit width li level 2, 3---*/
	border: 0px;
	position: relative;
	z-index: 9999;
	background: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #D6F0BF;
	background: url(../images/arr_orange.png) left no-repeat;
}
.nav_y ul ul li:hover {
}
.nav_y ul ul a {
	padding-left: 10px;              /*---edit padding left a li level 2, 3---*/
	border: 0px;
	color: #666 !important;
	font-weight: 500;
	font-size: 100%;
}
.nav_y ul ul a:hover {
color: #03368E !important;
}
.nav_y ul ul li:last-child > a, .nav_y ul ul li.last > a {
	border-bottom: 0;
}
.nav_y ul ul ul {
	top: 0;
	left: 100%;
}
.nav_y ul li:hover > ul {
	display: block;
}
/*list_price*/
.list_p {
}
.list_p ul {
	padding:10px;
}
.list_p li {
	width:100%; float:left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #F2F1F1;
	background: url(../images/arr_orange.png) left no-repeat;
}
.list_p ul li a {
	padding: 5px 2px;
	padding-left: 10px;              /*---edit padding left a li level 2, 3---*/
	border: 0px;
	color: #004B91;
	font-weight: 500;
	font-size: 98%;
	float: left;
}
.list_p ul li a:hover{color:#D70E6E}
