﻿#nav_x {
	float: right;
	margin-top:7px;
}
#nav_x ul {
	list-style:none;
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	float:left;
	margin:0 0%;
}
#nav_x ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;                           /*---edit line height---*/
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align:center;
}
#nav_x ul li > a {
	color:#84c44c;
	/*	text-transform: uppercase;*/
	text-decoration:none;
	line-height:30px;                      /*---edit line height---*/
	padding:0;
	font-size:115%;
	font-weight:700;
	font-weight:normal;
	white-space:nowrap;
	margin:0px 15px;
	letter-spacing:-0px;
	word-spacing:0px;
	padding-bottom:5px;
}
#nav_x > ul > li:first-child {
	background: none;
	padding: 0;
	border-left: 0
}
#nav_x ul > li:hover, #nav_x ul > li:active, #nav_x ul > li.active {
	background:none;
}
#nav_x ul > li.active > a, #nav_x ul > li > a:hover {
	color:#333;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);                        /*---edit mau sac active---*/
	border-bottom:solid 2px #666;
}
#nav_x ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	background: #fff;
	padding: 0;
	margin:0;
	border: 1px solid #84c44c;
	width: 200px;
	float: left;
	z-index: 999999;
}
#nav_x ul ul a {
	padding:0;
	background:none;
	margin:0;
	color: #84c44c;
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
	text-align:left;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	text-transform:capitalize;
	letter-spacing:0px;
	word-spacing:0px;
	padding-left:5px;
}
#nav_x ul ul li {
	margin:0;
	float: left;
	width:100%;                         /*---edit width li level 2, 3---*/
	border-left: 0;
	position: relative;
	z-index: 9999;
	border-bottom: 1px dotted #ccc;
	background: #fff;
	text-align: left !important;
	padding:5px 0px;
}
#nav_x ul ul > li:hover {
	background:#84c44c;
	color:#fff;
}
#nav_x ul ul > li:active > a, #nav_x ul ul > li:hover > a {
	color:#fff;
	border:0;
}
#nav_x ul ul li:last-child, #nav_x ul ul li.last > a {
	border-bottom: 0;
}
#nav_x ul ul ul {
	top: -1px;
	left: 100%;
}
#nav_x ul li:hover > ul {
	display: block;
}
#nav_x > ul > li:nth-child(3) > ul {
 width: 800px;
 left: auto;
 right: -262px
}
#nav_x > ul > li:nth-child(3) li {
 width: 29%;
 margin: 0 2%;
}
/*-------------------------------------*/
 .nav_f {
	float: left;
	position: relative;
	width:100%;
	padding:10px 0px;
	margin-top:5px;
}
.nav_f ul {
	margin: 0;
	padding: 0;
	float:left;
}
.nav_f ul li {
	float: left;
	border-left: solid 0px #fff;
	background:url(../images/bg_li_f_nav.png) left no-repeat;
}
.nav_f ul li:first-child {
	border: 0;
	background:none;
}
.nav_f a {
	font-weight: normal;
	float: left;
	width: 100%;
	color: #fff;
	padding: 0 5px;
	font-size:100%
}
