.chromestyle{
width: 200px;
}

.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 #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial, Helvetica, sans-serif;
line-height:15px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
height: 210px;
max-height: 210px;
overflow: scroll;
text-decoration: none;
}

.dropmenudiv a{
width: 180px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font:normal 11px Arial, Helvetica, sans-serif;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 180px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font:normal 11px Arial, Helvetica, sans-serif;
color: black;
}

* html .dropmenudiv a:link{
text-decoration: none;
}

* html .dropmenudiv a:visited{
text-decoration: none;
}

* html .dropmenudiv a:hover{
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
text-decoration: none;
}

.dropmenudiv a:link{ /*THEME CHANGE HERE*/
text-decoration: none;
}