.nav {
	/*background: #fff url(images/nav_bg.png) repeat-x;*/
	float: left;
	width: 100%;
	height: 50px;
	margin: 0px;
	z-index: 5000;
	padding: 0px;
}

.nav a {
	font: 12px Verdana, Tahoma, Arial, Helvetica;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.nav a:hover {
	color: #ffffff;
}

.nav-wrapper {
	clear: both;
	float: left;
}

/*.nav-left {
	float: left;
	width: 20px;
	height: 40px;
}
.nav-right {
	float: left;
	width: 30px;
	height: 40px;
}*/
.nav ul {	
	height: 50px;
	float: left;
	margin: 0px;
	padding-left: 10px;
	padding-top: 0px;
	list-style: none;
	list-style-type: none;
	font-size: 12px;
	z-index: 5000;
}

.nav li {
	float: left;
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 10px;
	/*background: url(images/split.png) no-repeat right center;*/
	position: relative;
	z-index: 5000;
	list-style: none;
	list-style-type: none;
}

.nav li.last {
	background:none;
}

.nav li:hover {
	z-index:5000;
}

.nav li a {
	display: block;
	line-height: 50px;
	overflow: hidden;
	float: left;
	text-align: center;
}
a .menu-left {
	/*background: url(images/nav_left.gif) no-repeat left; */
	width: 10px;
	height: 50px;
	line-height: 50px;
	display: block;
	float: left;
	background-position: 0 50px;
}
a .menu-mid {
	background: url(images/pointer.png) no-repeat; 
	height: 50px;
	line-height: 50px;
	display: block;
	float: left;
	cursor: pointer;
	text-align: center;
	background-position: 0 50px;
}

a .menu-right {
	/*background: url(images/nav_right.gif) no-repeat left; */
	width: 10px;
	height: 50px;
	line-height: 50px;
	display: block;
	float: left;
	background-position: 0 50px;
}

.nav li.active a .menu-left,
.nav li.active a .menu-mid,
.nav li.active a .menu-right {
	background-position: top center;
	line-height: 50px;
}

.nav li a:hover .menu-left,                      /* top level*/
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li:hover a .menu-right {
	line-height: 50px;
	background-position: top center;
}

.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: white;
}
	
.nav li:hover .sub {	
	display: block;
}

.nav li .sub li .sub1 li .sub1,.nav li .sub li .sub {
	display: none;
	position: absolute;
}

.nav li .sub li .sub1 li:hover .sub1,.nav li .sub li:hover .sub1 {
	display:block;
	left:185px;
	position: absolute;
}

.nav li .sub {                        /*  level1 , without rounded top image*/  
	display: none;
	position: absolute;
	top: 45px;
	left: 0px;
	z-index: 5000;
}

.nav li .sub1 {                      /*  from level2 , with rounded top image*/
	display: none;
	position: relative;
	width: 100%;
}

.nav li ul {
	background-color: #fff;
	width: 180px;
	height: auto;
	margin-left: 0px;
	padding: 5px 15px 10px 0px;
	list-style: none;
	font-size: 14px;
	white-space: nowrap;
	border: 1px solid #8dc208;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 10px #000; 
    -webkit-box-shadow: 0 0 10px #000; 
	z-index: 5000;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #8dc208 dashed;
	background: none !important;
}

/* sub menu items   */
.nav li .sub li a{
	color: #e91625;
	line-height: normal;
	margin:0px;
	text-align:left;
	width: 100%;
	padding: 2px 0px 11px;
	padding-right:10px;
	text-indent: 1px;
	margin-left: 5px;
}
.nav li .sub li a.havechild  {
	color: #e91625;
	background:url(images/sub.gif) no-repeat right center ;
	margin:0px;
	text-align:left;
	line-height: normal;
	width: 100%;
	padding: 2px 3px 1px;
	text-indent: 1px;
}

/* sub menu items   */
.nav li:hover li a,                   
.nav li.active li a {
	color: #729f00;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	width: 100%;
	padding: 2px 3px 1px;
	text-indent: 1px;
}

.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #8dc208 !important;
	text-decoration: none;
	line-height: normal;
	width: 100%;
}

.nav li:hover li a.havechild:hover,
.nav li.active li a.havechild:hover {
	color: #729f00;
	text-decoration: none;
	line-height: normal;
}

/*IE*/
/*.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #0c408d !important;
	text-decoration: none;
	line-height: normal;
}*/
/**/
.nav .btm-bg {
	overflow: hidden;
	clear: both;
}

