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