#dropList {
    padding-top: 66px;
}
#dropMenuWrapper {
	width:968px;
	height:46px;
	margin:auto;
	font-size:12px;
	font-family: Trebuchet MS;
	background-image:url(../image/nav.jpg);
	background-repeat:repeat-x;
	}
	
div#dropMenu {
    background-position: center top;
    background-repeat: repeat-x;
    float: right;
    height: 32px;
    line-height: 32px;
    margin-top: 3px;
    position: relative;
    text-align: center;
    width: 902px;
    z-index: 9;
	}
div#dropMenu{
/*	background: none repeat scroll 0 0 #086931;*/
}
div#dropMenu ul.level_head2{
	background: none repeat scroll 0 0 #D60021;
}	
div#dropMenu ul {
	margin: 0; 
	padding: 0;
	}
	
div#dropMenu li {
    float: left;
    line-height: 32px;
    list-style: none outside none;
    margin: 0;
    position: relative;
    padding-left: 21px;
    padding-right: 21px;
	}
	
div#dropMenu ul.level_head1 {
	background-repeat: no-repeat;
    float: left;
    height: 32px;
    margin: 0 auto;
    text-align: center;
    z-index: 1000;
	padding-left: 42px;
	}
div#dropMenu li:hover {}
div#dropMenu li.submenu_head { float:left; }
div#dropMenu li.submenu_head:hover {}
div#dropMenu li a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;} 
div#dropMenu>ul a {width: auto;}
div#dropMenu ul ul {position: absolute; width: 45em;display: none;}
div#dropMenu ul ul a{ background-image:none;}
div#dropMenu ul ul li {
	background: none repeat scroll 0 0 transparent;
    padding: 0;
    width: 170px;}
div#dropMenu ul ul li:hover { background:none !important;}
div#dropMenu li.submenu_head li.submenu_head {}
div#dropMenu ul.level_head1 li.submenu_head:hover ul.level_head2, 
div#dropMenu ul.level_head2 li.submenu_head:hover ul.level_head3,
div#dropMenu ul.level_head3 li.submenu_head:hover ul.level_head4,
div#dropMenu ul.level_head4 li.submenu_head:hover ul.level_head5 {display:block;z-index:9;}
div#dropMenu ul.level_head2 {
    display: none;
    left: 0;
    position: absolute;
    width: 510px;
    z-index: 1000;}
div#dropMenu ul.level_head2 a {background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 0 0 8px;
    text-align: left;
    text-transform: none;}  /* this is text color on drop-down submenu */
