body{
color:white;
}

.chromestyle{
font-weight: normal;
}

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

.chromestyle ul{
display:block;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
white-space:nowrap;
padding:6px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 7px 22px;
margin: 0;
text-decoration: none;
font-size:13px;
}

.chromestyle ul li a.alt{
color: #003;
padding: 7px 22px;
margin: 0;
text-decoration: none;
font-size:13px;
background-color:#fff;
}

.chromestyle ul li a:hover{
color:#000;
background-color:white;
}




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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size: 12px;
font-family:tahoma, sans-serif;
line-height:16px;
z-index:100;

width: 250px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
padding: 2px 0px 2px 5px;
text-decoration: none;
font-weight: normal;
background-color: #3068bb;
color: #fff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#000;
background-color: #fff;

}