.chromestyle{
width: 99%;
border:0px;
margin:0px;
text-decoration: none;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #666; 
border-bottom-width: 0px;
font:normal 14px Tahoma;
line-height:18px;
z-index:100;
background-color: #F90;
width: 230px;
text-decoration: none;
visibility: hidden;
}


.dropmenudiv a{
display: block;
width: 222px;
border: 1px solid #666; /*THEME CHANGE HERE*/
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
padding: 8px 4px;
text-decoration: none;
color: black;
}

.dropmenudiv a:link{
display: block;
width: 222px;
border: 1px solid #666; /*THEME CHANGE HERE*/
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
padding: 8px 4px;
text-decoration: none;
color: black;
}

.dropmenudiv a:visited{
display: block;
width: 222px;
border: 1px solid #666; /*THEME CHANGE HERE*/
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
padding: 8px 4px;
text-decoration: none;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
display: block;
width: 222px;
border: 1px solid #666; /*THEME CHANGE HERE*/
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
padding: 8px 4px;
color: #620;
background-color: #FC0;
text-decoration: none;
}