.chromestyle{
font-family:Tahoma;
font-size:11px;
font-weight:normal;
color:#ffffff;


}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}



.chromestyle span span{
display: inline;
}


.chromestyle span span a{
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ffffff;

}

.chromestyle span span a:hover{
color: #FFAA00;


}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #2873BE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px tahoma;
line-height:18px;
z-index:100;
background-color: #0b8fb5;
width: 100px;
visibility: hidden;
 /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #2873BE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
text-align:left;
color:#ffffff;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;

background-color: #0b8fb5;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0b8fb5;
color:#FFAA00;
}
