#dropmenu, #dropmenu ul {
margin:0; 
padding:0; 
list-style-type:none; 
list-style-position:outside; 
position:relative; 

z-index:300; 
width:100%;  
font-weight:normal;
}

#dropmenu a {
background: url(../../themes/LeaveTheRestToUs/images/NavBGOn.jpg) repeat-x;
display:block; 
padding:10px 9px 10px 10px; 
color:#333; 
text-decoration:none;
}

#dropmenu a:hover {
background: url(../../themes/LeaveTheRestToUs/images/NavBGHover.jpg) repeat-x;
color:#333;
}

#dropmenu li {
float:left; 
position:relative;
}

#dropmenu ul {
position:absolute;
margin:-10px 0 0 0; 
display:none; 
width:12em; 
}

#dropmenu ul a {
}

#dropmenu li ul {
width:135px;
}

#dropmenu li ul a {
background:#CCC;
width:135px; 
height:auto; 
float:left; 
border:1px solid #BBB; 
border-top:none;
}

#dropmenu ul ul {
background:#CCC;
top:auto;
}

#dropmenu li ul ul {
background:#CCCC; 
margin:0;
}	
