.chromestyle{
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
background-color:black;
}

.chromestyle ul{

width: 100%;
padding: 0px 0;


margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;


}

.chromestyle ul li a{

padding: 0px 0px;
margin: 0;
text-decoration: none;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;
line-height:20px;
z-index:100;
color:#FFFFFF

width: 200px;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale,src='images/ssss.png');

}
.dropmenudiv[class]
{
background-image:url(ssss.png);
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid ; /*THEME CHANGE HERE*/
padding: 2px 0;
color: #FFFFFF;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:#D29D3F
/*background:url(ssss.jpg)*/
}