.chromestyle{
width: 100%;
}

.chromestyle ul{
background: url(menuback.gif) center center repeat-x;
border: 0px solid #BBB;
padding: 6px 5px 8px 0px;
margin: 0;
text-indent: 22px;
font: 14px Verdana;
color: #FFFFFF;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
padding: 6px 15px 6px 0px;
font: 14px Verdana;
color: #FFFFFF;
display: inline;
}

.chromestyle ul li a{
padding: 5px 10px 
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #000000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-top: 8px;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font: 14px Verdana;
line-height:18px;
z-index:100;
background-color: #595270;
width: 200px;
visibility: hidden;
text-align: left; /*set value to "left", "center", or "right"*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=0); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #000020;
color: #dfdfdf;
}

