.chromestyle{
width: 99%;
font-weight: bold;/**/
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #1c1c1c; THEME CHANGE HERE
border-bottom-width: 0;
font:normal 9px Verdana;*/
line-height:20px;
padding-left:2px;
z-index:100;
background-color: black;
/*width: 280px;*/
height:auto;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}

.dropmenudiv .divcol{
width:140px; float:left;
}

.dropmenudiv .divcol2{
width:140px; float:right;
}

.dropmenudiv a{
width: auto;
height:auto;
display: block;
text-align:left;
text-indent: 3px;
border:1px dotted #1c1c1c;
/*padding: 2px 0;*/
text-decoration: none;
font-family:Tahoma;
font-size:12px;
font-weight:normal;
color: #8b8b8b;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-family:Tahoma;
font-size:12px;
font-weight:normal;
background-color: #FFF;
border:1px solid #1c1c1c;
color:#000;
}