.chromestyle{
width: 100%;
height:39px;
font-weight: Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #B30000;
}

.chromestyle{
position:relative;
display:block;
height:39px;
font-size:11px;
font-weight:bold;
background:transparent 
url(../images/bgOFF.gif) repeat-x top left;
font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #B30000;}

.chromestyle ul{margin:0;padding:0;list-style-type:none;width:auto;}

.chromestyle ul li{display:block;float:left;margin:0;}

.chromestyle ul li a{display:block;float:left;color:#666;text-decoration:none;padding:11px 20px 0 20px;height:23px;background:transparent url(../images/bgDIVIDER.gif) no-repeat top right;}

.chromestyle ul li a:hover,#chromestyle  ul li a.current{color:#B30000;background:#fff url(../images/bgON.gif) no-repeat top right;}
.style5 {
	font-size: 10px;
	font-weight: bold;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
height:39px;
content: " v";
/*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 #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.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;
}

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

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