#nav li.level0.active a{
	text-decoration: none;
	background-image: url('../images/design/level0-right-active.png');
	background-repeat:no-repeat;
	background-position:right center;
	
}
#nav li.level0.active a span{
	background: transparent url('../images/design/level0-left-active.png') no-repeat;
	height:34px;
	line-height:34px;
	display:block;
	float:left;
	width:auto;
	background-position:left center;
	/*padding:0 10px 0 10px;*/
}
#nav li.level0 ul{
	z-index:105;
	margin:0px;
	float:left;
}
#nav li.level0.over a, #nav li.level0.overstay a{
	text-decoration: none;
	background-image: url('../images/design/level0-right.png');
	background-repeat:no-repeat;
	background-position:right;
	z-index:105;
	position:relative;
}
#nav li.level0.over a span,#nav li.level0.overstay a span{
	background: transparent url('../images/design/level0-left.png') no-repeat;
	height:34px;
	line-height:34px;
	display:block;
	float:left;
	width:auto;
	z-index:102;
	
}

/* drop down menus */
#nav .submenu{
	/*display:block;*/
	display:none;
	position:absolute;
	top:30px;
	z-index:101;
	min-width:100%;

	
}
#nav-0-10 .submenu{
	/*display:block;*/
}
ul.level0{display:block;}
li.over .submenu, li.over ul.level0, li.overstay .submenu, li.overstay ul.level0{
	display:block!important; 

}

li.over .submenu, li.over ul.level0 li,
li.overstay .submenu, li.overstay ul.level0 li{
	display:block;	
}
.submenu .hd{
	background-image:url(../images/design/level1-header-left.png);
	height:9px;
	padding:0px;
	
}
.submenu .hd .c{
	background:transparent url(../images/design/level1-header-right.png) no-repeat right;
	height:9px;
	position:relative; left:19px;
}
.submenu .body{
	background:transparent url(../images/design/level1-body-left.png) repeat-y;
	margin-top:0px!important;
}
.submenu .body .c {
	padding:0 20px;
	padding-left:0px;
	background:transparent url(../images/design/level1-body-right-white.png) repeat-y right;
	position:relative; left:19px;
	width:555px;
	
}
#nav-0-36 .submenu .body .c{
	width:auto;
}
.submenu .ft{
	background-image:url(../images/design/level1-bottom-left.png);
	height:9px;
	padding:0px;
	
}
.submenu .ft .c{
	background:transparent url(../images/design/level1-bottom-right.png) no-repeat right;
	height:9px;
	position:relative; left:19px;
}
.nav-1 ul.level0{
	float:left;
}
#header #nav ul.level0 li {
	float:none;
	display:block;
	padding-left:0px;
}
#header #nav ul.level0 li a, #header #nav ul.level0 li a span{ background-image:none!important; padding:0px!important; float:none; white-space:nowrap;}

#nav-0-13 .submenu{/*display:block;*/}

