.chromestyle{
width:auto;
text-align:center;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #000;
width: 100%;
padding: 4px 0;
margin: 0;
text-align:center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display:block;
}

.chromestyle ul li a{
color: #000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000; /*THEME CHANGE HERE*/
}

/*.chromestyle ul li a:hover{
background:url(../images/hover.jpg) center center repeat-x;
height:20px; /*THEME CHANGE HERE
}*/

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
text-align:left;
border: 1px solid #333; /*THEME CHANGE HERE*/
filter:alpha(opacity=95);
-moz-opacity:0.95;
opacity:0.90;
z-index:100;
background:#BDCCD4;
width: 150px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 1px solid #333; /*THEME CHANGE HERE*/
padding:3px;
padding-left:10px;
text-decoration: none;
color:#000000;
font-family:Verdana;
font-size:10pt;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#CC0000; /*81ac40*/
color:#FFF;
text-decoration:underline;
}