.nav {
	/*background: #fff url(images/nav_bg.png) repeat-x;*/
	float: left;
	width:900px;height:42px; margin-left:37px; margin-bottom:0px; margin-top:3px/*margin:0 25px 0 25px;*/
	}
.nav a {
	font: 12px 'Verdana', Arial, sans-serif;
	font-weight:normal;
	padding-bottom:2px;
	color: #ffffff;
	text-decoration: none;
}
.nav a:hover {
	/*color: #09548B;*/
	font: 12px 'Verdana', Arial, sans-serif;
	font-weight:normal;
}

.nev-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: 32px;
	float: left;
	margin: 0;
	padding-left:0px;
	padding-top: 3px;
	list-style: none;
	list-style-type: none;
	font-size: 15px;
}
.nav li {
	float: left;
	/*padding: 0 7px;*/
	/*background: url(images/split.png) no-repeat right center;*/
	position: relative;
	z-index: 1;
	list-style: none;
	list-style-type: none;
	
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 28px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	background: url(images/menu_left.png) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 30px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(images/menu_mid.png) repeat-x top left;
	height: 32px;
	line-height: 30px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(images/menu_right.png) no-repeat top left;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,                      /* top level*/
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 30px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #14609c;/*#09548B;*/
	}
	
.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:150px;
top:3px;
position: absolute;
}
.nav li .sub {                        /*  level1 , without rounded top image*/  
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(images/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li .sub1 {                      /*  from level2 , with rounded top image*/
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(images/submenu_top1.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url(images/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 14px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
/* sub menu items   */
.nav li .sub li a{
	color: #09548B;
	line-height: normal;
	margin:0px;
	text-align:left;
	width: 146px;
	padding: 2px 3px 11px;
	padding-right:10px;
	text-indent: 1px;
}
.nav li .sub li a.havechild  {
	color: #09548B;
	background:url(images/sub.gif) no-repeat right center ;
	margin:0px;
	text-align:left;
	line-height: normal;
	width: 146px;
	padding: 2px 3px 1px;
	text-indent: 1px;
}
.nav li:hover li a,                   /* sub menu items   */
.nav li.active li a {
	color: #09548B;
	line-height: normal;
	width: 146px;
	padding: 2px 3px 1px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
.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: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
