.nav {
	/*background: #fff url(images/nav_bg.png) repeat-x;*/
	float: left;
	width:100%;
	height: 47px;
}

.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 {
	background: url(images/nav_left.png) no-repeat top left;
	float: left;
	width: 6px;
	height: 35px;
}
.nav-right {
	background: url(images/nav_right.png) no-repeat top right;
	float: left;
	width: 6px;
	height: 35px;
}*/
.nav ul {
	width: 100%;
	height: 47px;
	float: left;
	margin: 0;
	padding-left:0px;
	padding-top: 0px;
	list-style: none;
	list-style-type: none;
	font-size: 15px;
}

.nav li {
	float: left;
	width: 150px;
	padding: 0px;
	/*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: 47px;
	overflow: hidden;
	float: left;
	width: 100%;
	text-align: center;
}
/*a .menu-left {
	background: url(images/menu.png) no-repeat left top;
	width: 8px;
	height: 47px;
	line-height: 47px;
	display: block;
	float: left;
}*/
a .menu-mid {
	height: 47px;
	line-height: 47px;
	display: block;
	float: left;
	cursor: pointer;
	text-align: center;
	width: 100%;
}
/*a .menu-right {
	background: url(images/menu.png) no-repeat top left;
	width: 8px;
	height: 47px;
	line-height: 47px;
	display: block;
	float: left;
}*/

a .menu-mid .hover {  
    background:url(images/menu_hover.png) no-repeat center;         
    position:absolute;    
	width:150px;      
    height:47px;  
    left:0;   
    top:0;    
    z-index:-1;        
    display:none;     
} 

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

.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: 47px;
}

.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:181px;
	position: absolute;
}

.nav li .sub {                        /*  level1 , without rounded top image*/  
	display: none;
	position: absolute;
	top: 46px;
	width: 100%;
	z-index: 5000;
}

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

.nav li ul {
	background-color: white;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0 10px 10px;
	list-style: none;
	font-size: 14px;
	white-space: nowrap;
}

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

/* sub menu items   */
.nav li .sub li a{
	color: #000000;
	line-height: normal;
	margin:0px;
	text-align:left;
	width: 100%;
	padding: 2px 3px 11px;
	padding-right:10px;
	text-indent: 1px;
}
.nav li .sub li a.havechild  {
	color: #000000;
	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;
}

.nav li:hover li a,                   /* sub menu items   */
.nav li.active li a {
	color: #000000;
	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: #717171 !important;
	text-decoration: none;
	line-height: normal;
	width: 100%;
}

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

/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(images/submenu_bottom.png) no-repeat;
	width: 220px;
	height: 10px;
	overflow: hidden;
	clear: both;
}