body {  
	behavior: url(csshover.htc);
	}
	
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover {
	/*color: #4f4f4f!important;*/
	/*background:#DAD8BD;*/
/*	background: #000;*/
	color: #333!important;
	}

div#dropMenu ul.level1 li.submenu1 a{
height:24px!important;
width:84px!important;

}
div#dropMenu ul.level1 li.subm1 a{
height:24px!important;
width:120px!important;
color:#FFFFFF!important;
line-height:24px;
background:#333333;

}
div#dropMenu ul.level1 li.subm1 a:hover{
height:24px!important;
width:120px!important;
color:#ccc!important;
background:#555;

}
div#dropMenu ul.level1 li.subm2 a{
height:24px!important;
width:120px!important;
color:#FFFFFF!important;
line-height:24px;
background:#333333;

}
div#dropMenu ul.level1 li.subm2 a:hover{
height:24px!important;
width:120px!important;
color:#ccc!important;
background:#555;

}
div#dropMenu ul.level1 li.subm3 a{
height:24px!important;
width:90px!important;
color:#FFFFFF!important;
line-height:24px;
background:#555;

}
div#dropMenu ul.level1 li.subm3 a:hover{
height:24px!important;
width:90px!important;
color:#ccc!important;
background:#595959;

}
div#dropMenu ul.level1 li.subm10 a{
height:24px!important;
width:130px!important;
color:#FFFFFF!important;
line-height:24px;
background:#555;

}
div#dropMenu ul.level1 li.subm10 a:hover{
height:24px!important;
width:130px!important;
color:#ccc!important;
background:#595959;

}
div#dropMenu ul.level1 li.subm4 a{
height:24px!important;
width:130px!important;
color:#FFFFFF!important;
line-height:24px;
background:#676767;

}

div#dropMenu ul.level1 li.subm4 a:hover{
height:24px!important;
width:130px!important;
color:#ccc!important;
background:#606060;

}
div#dropMenu ul.level1 li.subm5 a{
height:24px!important;
width:100px!important;
color:#FFFFFF!important;
line-height:24px;
background: #302E2E;

}
div#dropMenu ul.level1 li.subm5 a:hover{
height:24px!important;
width:100px!important;
color:#ccc!important;
background: #3E3E3E;

}
div#dropMenu ul.level1 li.subm6 a{
height:24px!important;
color:#333!important;
line-height:24px;
background:  #323232;

}
div#dropMenu ul.level1 li.subm6 a:hover{
height:24px!important;
color:#333!important;
background:#300;

}
div#dropMenu ul.level1 li.re{
height:24px!important;
width:64px!important;
line-height:24px;


}

div#dropMenu ul.level1 li.indexsearch{
float:right!important;
height:24px;
line-height:24px;
}
div#dropMenu ul.level1 li.indexsearch input{
background:#231F20;
color:#ccc!important;}
div#dropMenu ul.level1 li.curren{
}
#dropMenuWrapper {
	margin:auto;
	font-size:12px;
	font-weight:bold;
/*	margin-top:30px;*/
	width:960px;
	/*background:#F2F2F5;*/
/*	background: url(../images/tile_back.jpg) no-repeat;*/
	height:24px;
	}
	
div#dropMenu {
  	width:960px;
  	margin:0 auto;
    text-align:center;
	z-index:960;
	position:relative;
	}

div#dropMenu ul {
	margin: 0; 
	padding: 0;
	}
	
div#dropMenu li {
	position: relative; 
	list-style: none;  
	float: left; 
	line-height: 1em;
	}
	
div#dropMenu ul.level1 {
	width:960px; 
	margin:0 auto; 
	text-align:center;
	/*background:#F2F2F5;*/
	height:24px;
	z-index:960;
	}
div#dropMenu li a {
	display: block;
	text-decoration: none; 
	text-transform: capitalize; 
	color: #fff; 
	text-align:center; 
	border-right:1px solid #ccc;
	}	
div#dropMenu li a:hover { color:#CCCCCC;}
div#dropMenu li.submenu {}
div#dropMenu li.submenu:hover {}
div#dropMenu li a {display: block; padding-left:6px; padding-right:6px;text-decoration: none; text-transform: capitalize;  height:24px; line-height:24px;/*color:#505050;*/color:#fff; text-align:center;} 
div#dropMenu>ul a {width: auto;}
div#dropMenu ul ul {position:absolute; width:130px;display: none;}
div#dropMenu ul ul li {width:130px;}
div#dropMenu li.submenu li.submenu {}
div#dropMenu ul.level1 li.submenu:hover ul.level2, 
div#dropMenu ul.level2 li.submenu:hover ul.level3,
div#dropMenu ul.level3 li.submenu:hover ul.level4,
div#dropMenu ul.level4 li.submenu:hover ul.level5 {display:block;z-index:960;}
div#dropMenu ul.level2 {color: #fff!important;background:#000;z-index:960;position: relative;left:0;}
div#dropMenu ul.level3, div#dropMenu ul.level4, div#dropMenu ul.level5 {}
div#dropMenu ul.level2 a {color: #fff;background:#000; text-transform:none;}  /* this is text color on drop-down submenu */
div#dropMenu ul.level2 a:hover {color:#fff; background:#000;}
.clearBoth {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	}