ul{
padding-left:0px;
}

.chromestyle{
font-size:12px;
font-family:Arial;
padding-top:10px;
padding-bottom:20px;
padding-left:0px;
height:23px;
}

.chromestyle ul{
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
margin:0px;
text-align:left;
/text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 10px 10px;
padding-left:7px;
text-decoration: none;
margin-left:0px;
border-right: 1px solid #999999;
height:34px;
margin-bottom:20px;
font-size:12px;

}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; 
color:#FFFFFF;

}

.dropmenudiv{
text-indent: 3px;
text-decoration: none;
font-weight: bold;
color: black;
font-family:Arial;
font-size:11px;
position:absolute;
top: 0;
border: 1px solid #BBB; 
border-bottom-width: 0;
line-height:20px;
z-index:100;
background-color:#EEEEEE;
width: 125px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2);

}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
font-family:Arial;
font-size:11px;

}

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

.dropmenudiv a:visited{
color:#000000;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #811c1c;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
font-family:Arial;
color:#FFFFFF !important;
font-size:11px;
}

.dropmenudiv a{ /*THEME CHANGE HERE*/
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
font-family:Arial;
font-size:11px !important;

}

.dropmenudiv{
font-size:10px;

}