.chromestyle{
font-size: 8pt;
height:19px;
background: url(/img/bt_off.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 712px;
padding: 0px 0px 0px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
height: 19px;
}

.chromestyle ul li,
.chromestyle ul li a{
border-right: solid 1px #5C5C5C;
display: block;
float: left;
width: 99px;
clear: none;
}

.chromestyle ul li a, .chromestyle ul li a.last {
padding-top: 4px;
padding-bottom: 2px;
color: #ffffff;
text-decoration: none;
background: url(/img/bt_off.jpg) center center no-repeat; /*THEME CHANGE HERE*/
}

.chromestyle ul li.chosen a,
.chromestyle ul li a:hover{
background: url(/img/bt_on.jpg) center center no-repeat; /*THEME CHANGE HERE*/
color: #ffffff;
}

.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: 3;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:22px;
z-index:999;
background-color: #BDBDBD;
width: 150px;
visibility: hidden;
font-size: 8pt;
}


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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #8F0100;
color: #ffffff;
}
