.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: -10px;
left: 0;
font:normal 12px Arial;
line-height:30px;
z-index:100;
background-color: #060606;
width: 175px;
visibility: hidden;
}

.dropmenudiv1{
top: -10px;
left: 0;
font:normal 12px Arial;
line-height:24px;
background-color: #060606;
width: 175px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
padding: 0px 0;
text-decoration: none;
font-weight: normal;
color: #ffffff;
}

.dropmenudiv1 a{
width: auto;
display: block;
text-indent: 5px;
padding: 0px 0;
text-decoration: none;
font-weight: normal;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #CC0000;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #CC0000;
}