.chromestyle{
height: 38px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ""; 
display: inline; 
height: 0; 
clear: both; 
visibility: hidden;
width:278px; 
}



.chromestyle span span{
display: inline;
height: 0; 
width:278px; 
}

.chromestyle span span a{
color: #000000;
padding: -30px 0px;
text-decoration: none;
width:278px; 
}

.chromestyle span span a:hover{
color: #FFAA00;
width:278px; 
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #d6d6d6; /*THEME CHANGE HERE*/
border-bottom-width: 2px solid #d6d6d6;
font-family:Tahoma;
font:bold 12px arial;
line-height:18px;
z-index:100;
width: 278px;
background-color: #ffffff;
visibility: hidden;
display:inline;
 /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: inline;
text-indent: 3px;
border-bottom: 0px solid #626262; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
color: #626161;
font-family:Tahoma;
font:bold 12px arial;
line-height:18px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font-family:Tahoma;
font:bold 12px arial;
line-height:18px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
color:#ffffff;
font-family:Tahoma;
font:bold 12px arial;
line-height:18px;
z-index:100;
}