.chromestyle{
color:#FFFFFF;
width: 99%;
float: right;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
color:#FFFFFF;
visibility: hidden;
margin:10px;
}

.chromestyle ul{
font-weight: bold;
width: 100%;
padding:4px;
margin: 0;
color:#FFFFFF;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
color:#FFFFFF;
margin:0px;
height:24px;
}

.chromestyle ul li a{
color:#FFFFFF;
padding:7px;
margin: 0;
text-decoration: none;
height:24px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color: #1A2F5A;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #1A2F5A;
width: 140px;
visibility: hidden;
padding:4px;
padding-top:0px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color:#9ac6f5;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
color:white;
}