.nav a
{
	padding-bottom: 0px;
	text-decoration: none;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.nav a:hover {
	color: #4b4b4b;
	cursor: hand;
}

.nev-wrapper {
	clear: both;
	float: left;
}
.nav-left {
	background: url(images/nav_left.png) no-repeat top left;
	float: left;
	width: 6px;
	height: 30px;
}
.nav-right {
	background: url(images/nav_right.png) no-repeat top right;
	float: left;
	width: 6px;
	height: 30px;
	
}
.nav ul {
	width: 100%;
	height: 30px;
	float: left;
	margin: 0;
	padding-left:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
	list-style-type: none;
	font-size: 15px;
}
.nav li {
	float: left;
	padding: 0 0px;
	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: 60px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	background: url(images/menu_left.gif) no-repeat left top;
	width: 8px;
	height: 30px;
	line-height: 29px;
	display: block;
	float: left;
}
a .menu-mid
{
    background: url(images/menu_mid.gif) repeat-x top left;
    height: 30px;
    line-height: 29px;
    display: block;
    float: left;
    padding-left: 7px;
    padding-right: 7px;
}
a .menu-right {
	background: url(images/menu_right.gif) no-repeat top left;
	width: 8px;
	height: 30px;
	line-height: 29px;
	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 -40px;
	line-height: 29px;
}
.nav li a:hover, .nav li.active a, .nav li.hover a, .nav li:hover a
{
	color: #4b4b4b;
}
	
.nav li:hover .sub
{	
display:block;
}

.nav li .sub li .sub1 li .sub1,.nav li .sub li .sub {
display:none;
position: absolute;
z-index: 1;
}
.nav li .sub li .sub1 li:hover .sub1,.nav li .sub li:hover .sub1 {
display:block;
left:150px;
top:3px;
position: absolute;
z-index: 1;
}
.nav li .sub {                        /*  level1 , without rounded top image*/  
	display: none;
	position: absolute;
	top: 29px;
	left: 0px;
	
	background: url(images/submenu_bg.png) no-repeat;
	width: 159px;
	padding-top: 1px;
	z-index: 1;
}
.nav li .sub1 {                      /*  from level2 , with rounded top image*/
	display: none;
	position: absolute;
	top: 29px;
	left: 0px;
	
	background: url(images/submenu_top1.png) no-repeat;
	width: 159px;
	padding-top: 1px;
	z-index: 1;
}
.nav li ul {
	background: url(images/submenu_bg.png) repeat-y;
	width: 160px;
	height: auto;
	margin: 0;
	padding: 0 0px 0px;
	list-style: none;
	font-size: 11px;
}

.nav li:hover li,
.nav li.active li {
	width: 160px;
	padding: 0px 0 0px;
	border-bottom: 1px #e0dfdf dotted;
	background: none !important;
}
/* sub menu items   */
.nav li .sub li a{
	color: #09548B;
	line-height: normal;
	margin:0px;
	text-align:left;
	width: 160px;
	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: 160px;
	padding: 2px 3px 1px;
	text-indent: 1px;
}
.nav li:hover li a, .nav li.active li a
{
    color: #4b4b4b;
    line-height: normal;
    width: 154px;
    padding-right: 0px;
    padding-left: 6px;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 11px;
    font-family: Verdana, Tahoma, Arial;
    font-weight: normal;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #4b4b4b;
	background: #f2ea5c !important;
	text-decoration: none;
	line-height: normal;
}
.nav li:hover li a.havechild:hover,
.nav li.active li a.havechild:hover {
	color: #2e2e2e;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover, .nav li li a:hover
{
    color: #4b4b4b;
    background: #f2ea5c;
    text-decoration: none;
    line-height: normal;
}
/**/
.nav .btm-bg {
	/*background: url(images/submenu_bottom.png) no-repeat;
	width: 160px;
	height: 10px;
	overflow: hidden;
	clear: */
}
