
.chromestyle{
color: #000000;
font-style: normal;
font-weight: bold;
font-size: 12px;
font-family: Arial; 
margin-top: 5px;
margin-bottom: 5px;
}

.chromestyle ul{
border: 1px solid #000000;
background: url(gfx/menu.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(gfx/menu-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-top-width: 0;
border-bottom-width: 1;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FFFFFF;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
text-align: left;
border-bottom: 0px solid #000000; /*THEME CHANGE HERE*/
padding: 3px 10px;
font-style: normal;
font-weight: bold;
font-size: 12px;
font-family: Arial; 
text-decoration: none;
color: #000000;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F6DC00;
}

