.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;
}

.chromestyle ul{
padding: 4px 0;
margin: 8px 0 0 0;
text-align: left;
}

.chromestyle ul li{
display: inline;
color: white;
}

.chromestyle ul li a{
color: white;
padding: 4px 20px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #595959;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:10px verdana;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0 2px 17px;
text-decoration: none;
/*	font-weight: bold;*/
color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #595959;
}
