.nav a {
	font: 14px 'Tahoma';
	padding-bottom:2px;
	color:#757575;
	text-decoration: none;
	
}
.nav a:hover {
	color:#757575;
}

.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: 0px;
	list-style: none;
	list-style-type: none;
	font-size: 15px;
}
.nav li {
	float: left;
	
	
	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/H4_aleftTop.gif) no-repeat left top;
	width: 12px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	color:#757575;
	
}
a .menu-mid {
	background: url(images/H4_arepeat.gif) repeat-x top left;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	color:#757575;
	padding-left:5px;
	padding-right: 5px;
	cursor:pointer;
}
a .menu-right {
	background: url(images/H4_aRightTop.gif) no-repeat top left;
	width: 12px;
	height: 30px;
	line-height: 35px;
	display: block;
	float: left;
	color:#757575;
}
.nav li a:hover .menu-left,                      /* top level*/
.nav li:hover a .menu-left
{
}

.nav li.active a .menu-left
{
    background: url(images/H4_aLeftTopSelected.gif) no-repeat left top;
	width: 12px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	color:#FFFFFF;
}


.nav li a:hover .menu-mid,
.nav li:hover a .menu-mid
{
cursor:pointer;
}
.nav li.active a .menu-mid
{   background: url(images/H4_aSelectedRepeat.gif) repeat-x top left;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	color:#FFFFFF;
	padding-left:5px;
	padding-right: 5px;
	cursor:pointer;

}

.nav li a:hover .menu-right,
.nav li:hover a .menu-right
{

}

.nav li.active a .menu-right
 {
	background: url(images/H4_aRightTopSelected.gif) no-repeat top left;
	width: 12px;
	height: 30px;
	line-height: 35px;
	display: block;
	float: left;
	color:#FFFFFF;
}

.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #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:180px;
	top:0px;
	position: absolute;
}

.nav li .sub {                        /*  level1 , without rounded top image*/  
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	width: 186px;
	padding-top: 2px;
}
.nav li .sub1 {                      /*  from level2 , with rounded top image*/
	display: none;
	position: absolute;
	top: 0px;
	left: -1px;
	width: 186px;
	
	padding-top: 0px;
}
.nav li ul {
	background: url(images/submenu_bg.png) repeat-y;
	width: 185px;
	height: auto;
	margin: 0;
	list-style: none;
	font-size: 14px;
}

.nav li li,
.nav li.active li {
	/*border-bottom: 1px #C1D9F0 solid;
	background: none !important;
	*/
	
	width: 180px;
	
}

.nav li .sub li
{
	margin-left:2px;
	#margin-left:3px;
}

/* sub menu items   */
.nav li .sub li a{
	color: #09548B;
	line-height: normal;
	margin-left:0px;
	text-align:left;
	width: 168px;
	/**width: 180px;*/
	padding: 2px 3px 11px 10px;
	text-indent: 1px;
	border-bottom: 1px #C1D9F0 solid;
	background: none !important;
	#margin-left:3px;
}
.nav li .sub li a.havechild  {
	color: #09548B;
	background:url(images/sub.gif) no-repeat right center ;
	text-align:left;
	line-height: normal;
	margin-left:0px;
	padding: 2px 3px 11px 10px;
	border-bottom: 1px #C1D9F0 solid;
	text-indent: 1px;
	width: 168px;
/*	*width: 180px;*/
	#margin-left:3px;
}
.nav li li a,                   /* sub menu items   */
.nav li.active li a {
	color: #09548B;
	line-height: normal;
	padding: 2px 3px 11px 10px;
	text-indent: 1px;
	width: 168px;
	border-bottom: 1px #C1D9F0 solid;
	/**width: 180px;*/
	#margin-left:3px;
	text-indent: 1px;
}
.nav li li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
	padding: 2px 3px 11px 10px;
	border-bottom: 1px #C1D9F0 solid;
	width: 168px;
	/**width: 180px;*/
	#margin-left:3px;
	text-indent: 1px;
}
.nav li li a.havechild:hover,
.nav li.active li a.havechild:hover {
	color: #fff;
	text-decoration: none;
	line-height: normal;
	#margin-left:3px;
	text-indent: 1px;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
	width: 168px;
	/**width: 180px;*/
	padding: 2px 3px 11px 10px;
	#margin-left:3px;
	text-indent: 1px;
}
/**/
.nav .btm-bg {
	
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
