.chromestyle{
font-weight: bold;
}

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

.chromestyle ul{
margin: 0;
padding-left:215px;;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin:0;
padding:0;
}

.chromestyle ul li a{
color: #444444;
margin: 0;
padding:0;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.chromestyle ul li a:hover{
color:red; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration: underline;
}


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

.dropmenudiv{
position:absolute;
top: 0px;
border: 1px solid #444444; /*THEME CHANGE HERE*/
border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0px;
font:normal 9px Arial;
line-height:18px;
z-index:100;
background-color: #EFF5F8;
width: 170px;
visibility: hidden;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


.dropmenudiv a{
width: auto;
display: block;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #444444; /*THEME CHANGE HERE*/
padding-left: 5px;
text-decoration: none;
color: #444444;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: red;
color: white;
}