.nav {
	/*background: #fff url(images/nav_bg.png) repeat-x;  
LTH commented out*/
	float: left;
	width:98%;
	
border-bottom:solid 1px white;
	}


.nav a {
	
font-size: 13px;

padding-bottom:2px;
	
color: #fff;
	
text-decoration: none;
	
font-weight:bold;
}


.nav a:hover {
	
color: #09548B;
}



.nev-wrapper {
	clear: both;
	
float: left;
}


.nav-left {
	/*background: url(images/nav_left.png) no-repeat top left; LTH commented out*/
	
float: left;
	
width: 6px;
	
height: 35px;
}


.nav-right {
	/*background: url(images/nav_right.png) no-repeat top right; LTH commented out*/
	
float: left;
	
width: 6px;
	
height: 35px;
}


.nav ul {
	
width: 100%;
	
height: 26px;
	
float: left;
	
margin: 0;
	
padding-left:0px;
	
padding-top: 3px;
	
margin-bottom:0px;
	
padding-bottom:0px;
	
list-style: none;
	
list-style-type: none;
	
	
}


.nav li {
	float: left;
	padding: 0 7px;
	/*background: url(images/split.png) no-repeat right center; LTH commented out*/
	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: 0px;
	
height: 32px;
	
line-height: 30px;
	
display: block;
	
float: left;
}
a 

.menu-mid {
	
background: url(images/menu_mid.png) repeat-x top left;
	
background-repeat:repeat-x;
	
height: 26px;
	
line-height: 30px;
	
display: block;
	
float: left;
	
padding:0px 10px 0px 10px;
}
a 

.menu-right {
	
background: url(images/menu_right.png) no-repeat top left;
	
width: 0px;
	
height: 32px;
	
line-height: 35px;
	
display: block;
	float: left;
}


.nav li a:hover .menu-left,                      /* top level*/
/*.nav li.active a .menu-left, LTH*/
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
/*.nav li.active a .menu-mid, LTH*/
.nav li:hover a .menu-mid, .nav li a:hover .menu-right,
/*.nav li.active a .menu-right, LTH*/
.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: #51a4cc;
	}
	

.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: 0px;
}
.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/bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 10px 12px 10px;
	list-style: none;
	font-size: 13px;
	position:relative;
	left:1px;
	
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	/*border-bottom: 1px #C1D9F0 dashed;   LTH commented out */ 
	
background: none !important;
}


/* sub menu items   */

.nav li .sub li a{

font-size:11px;
	
color: #fff;
	
line-height: normal;
	
margin:0px;
	
text-align:left;
	
width: 186px;
	
padding: 2px 3px 11px;
	
padding-right:10px;
	
text-indent: 1px;

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

.nav li.active li a {
	
color: #fff;
	
line-height: normal;
	
width: 156px;
	
padding: 2px 3px 1px;
	
text-indent: 1px;
}


.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #51a4cc;
	background: Transparent!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: 0px;
	
overflow: hidden;
	
clear: both;
}
