#dropmenu{
width: 99%;
}

#dropmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#dropmenu ul{
border: 1px solid #BBB;
width: 100%;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: normal 8pt Tahoma, sans serif;
}


#dropmenu ul li{
display: inline;
}


#dropmenu ul li a{
float: left;
color: #7F7F7F;
font-weight: normal;
padding: 6px 12px 6px 7px;
text-decoration: none;
}

#dropmenu ul li a:hover{
color: #494949;
}

#dropmenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/* content: " v"; */
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 8pt Tahoma, sans serif;
line-height:18px;
z-index:100;
/* background-color: white; */
background-color: #fafafa;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

/* Change theme below */

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #444444;
}

.dropmenudiv a:hover{ 
background-color: #fafad2;
/* background-color: #faecaf; */
/* background-color: #F0F0F0; */
} 