.nav a
{
	color: white;
	display: block;
	font-family: Tahoma;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	
}
.nav a:hover
{
	color: #09548B;
}

.nev-wrapper
{
	clear: both;
	float: left;
}
.nav
{ margin-top:1px;
	margin-bottom:1px;
}

.nav ul
{
	width: 100%;
	height: 30px;
	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/fnavleft.gif) no-repeat left top;
	width: 3px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
}
a .menu-mid
{
	background: url(images/menu_mid.gif) repeat-x top left;
	height: 30px;
	line-height: 30px;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
a .menu-right
{
	background: url(images/fnavright.gif) no-repeat top left;
	width: 3px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
}


.nav li a:hover .menu-left, /* top level*/ .nav li.active a .menu-left, .nav li:hover a .menu-left
{
	background: url(images/fnavlefta.gif) no-repeat top left;
}

.nav li a:hover .menu-mid, .nav li.active a .menu-mid, .nav li:hover a .menu-mid
{
	background: url(images/fnavmida.gif) repeat top left;
}

.nav li a:hover .menu-right, .nav li.active a .menu-right, .nav li:hover a .menu-right
{
	background: url(images/fnavrighta.gif) no-repeat top left;
}


.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: 150px;
	top: 3px;
	position: absolute;
}
.nav li .sub
{
	/*  level1 , without rounded top image*/
	display: none;
	position: absolute;
	top: 30px;
	left:0px;
	background: #4c677d;
	width: 206px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #cccccc;
	z-index:20;
}
.nav li .sub1
{
	/*  from level2 , with rounded top image*/
	display: none;
	position: absolute;
	top: 27px;
	left:0px;
	margin-left:40px;
	background: #4c677d;
	width: 206px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #cccccc;
	z-index:30;
}
.nav li ul
{
	background: #4c677d;
	width:90%;
	height: auto;
	margin: 0;
	list-style: none;
	font-size: 14px;
}

.nav li:hover li, .nav li.active li
{
	width: 100%;
	padding-top: 7px;
	background: #4c677d;
	padding-left: 5px;
}
/* sub menu items   */
.nav li li
{
}
.nav li li a
{
	color: white;
	line-height: normal;
	font-weight: normal;
	text-transform:none;
	background: url(images/sub.gif) no-repeat 5px center #4c677d;

}
.nav li .sub li a.havechild
{
	color: #09548B;
	margin: 0px;
	text-align: left;
	line-height: normal;
	width: 176px;
	padding: 2px 3px 1px;
	text-indent: 1px;
}
.nav li:hover li a
{
	color: white;
	line-height: normal;
	width: 176px;
	padding: 2px 3px 1px;
	text-indent: 1px;
}


.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, #subactive
{
	color: white;
	background: url(images/subactive.gif) no-repeat 5px center;
	text-decoration: none;
	line-height: normal;
	
}

.active2 li li a
{
	color: white;
	line-height: normal;
	font-weight: normal;
	padding-left: 20px;
	background: url(images/subactive.gif) no-repeat 5px center #4c677d;
}
/**/
.nav .btm-bg
{
	background: #4c677d;
	width: 186px;
	height: 9px;
	overflow: hidden;
	clear: both;
}


