.nav {

	float: left;
	width:98%;
	}
.nav a {
	padding-bottom:2px;
	color: #fffffe;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.nav a:hover {
	color: #fffffe;
}

.nev-wrapper {
	clear: both;
	float: left;
}
.nav-left {
	
	float: left;
	width: 1px;
	height: 38px;
}
.nav-right {
	
	float: left;
	width: 1px;
	height: 38px;
}
.nav ul {
	width: 100%;
	height: 38px;
	float: left;
	margin: 0;
	padding-left:0px;
	padding-top: 0px;
	list-style: none;
	list-style-type: none;
	font-size: 15px;
}
.nav li {
	float: left;
	padding: 0px;
	
	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: 48px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	width: 19px;
	height: 38px;
	line-height: 48px;
	display: block;
	float: left;
	background-image: url(lefttab.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:2px;
}
a .menu-mid {
	height: 38px;
	line-height: 48px;
	display: block;
	float: left;
	background-image: url(tabbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a .menu-right {
	width: 19px;
	height: 38px;
	line-height: 48px;
	display: block;
	float: left;
	background-image: url(righttab.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:2px;
}
.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: left bottom;
	line-height: 48px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #fffffe;
	}
	
.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: 38px;
	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: 38px;
	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: #184077;
	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: #184077;
	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: #184077;
	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: #184077 !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: #184077 !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;
}