.dropd_m {
	text-align: center;
	padding: 0;
	width: 800px; /*1000*/
	height: 25px;
	background: #AA7A32;
	z-index:6000; margin-left:3px; margin-right:5px; margin-top:2px; margin-bottom:0
}
#dropdownmenu{
margin: 0;
/*height:20px;*/
text-align: center;
float: left;
}
#twocols{ /*the columns that gets dropped down over yours might be different*/
z-index:20;
}
#leftcol{  /*the columns that gets dropped down over yours might be different*/
z-index:10;
}
.moduletable-nav{ /* I have absolutely positioned the module, you might have a different scheme*/
position:absolute;
/*top:187px;
left:20px;*/
z-index:100;
font:0.9em Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}

#mainlevel-nav,#mainlevel-nav ul{
float:left;
list-style:none;
/*line-height:20px; /*the height of each item in the menu line - hover sensitive area - also affects where submenu starts*/
background:transparent;
font-weight:700;
margin:0;
padding:0;
}
#mainlevel-nav a  {
display:block;
color:#FFFFFF;
text-transform: capitalize;
text-decoration:none;
margin-right:0px; /*was 15*/
padding-left:10px;
padding-right:10px;
font-weight:bold;
background: #AA7A32;
border-right:1px solid #FFFFFF; padding-top:0.3em; padding-bottom:0.3em
}
#mainlevel-nav li{
float:left;
padding:0;
}
#mainlevel-nav li ul{
position:absolute;
left:-999em;
height:auto;
width:11em;
background:#AA7A32;
border:1px solid #581703;
margin:0; 
color:#581703;
}
#mainlevel-nav li li{
width:11em; /*was 11em*/
height:20px; /*height of submenu item*/
}
#mainlevel-nav li ul a{
width:11em;
color:#FFFFFF;
font-size:0.9em;
line-height:0.9em;
background:;
border-right:0 none;
}
#mainlevel-nav li:hover ul ul,#mainlevel-nav li:hover ul ul ul,#mainlevel-nav li.sfhover ul ul,#mainlevel-nav li.sfhover ul ul ul{
left:-999em;
}
#mainlevel-nav li:hover ul,#mainlevel-nav li li:hover ul,#mainlevel-nav li li li:hover ul,#mainlevel-nav li.sfhover ul,#mainlevel-nav li li.sfhover ul,#mainlevel-nav li li li.sfhover ul{
position: absolute;
left:auto;
z-index:60000;
}
#mainlevel-nav li li:hover,#mainlevel-nav li li.sfhover{
background:#D7A157 no-repeat 98% 50%;
width: 11em;
/*background:#039 url(../images/soccerball.gif) 98% 50% no-repeat;*/
height:20px /*height of submenu item when hovering over it*/
border-right:0; color:#000000
}