.chromestyle{
/* width: 99%; */
width:100%;

font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
/* width: 100%; */
/* background-image: url(bg1-silver.jpg) ; */ /*THEME CHANGE HERE*/
/* background-repeat: repeat-x; */ /*THEME CHANGE HERE*/
padding: 0px ;
margin: 0px ;
text-align: left; /*set value to "left", "center", or "right"*/
height: 15px ;
}

.chromestyle ul li{
display: inline;
padding: 0px ; /* KA */
padding-top: 0px ;
padding-right: 5px ;
margin: 0px ; /* KA */
}

.chromestyle ul li a{
color: #ffffff ;
padding: 1px ;
padding-top: 0px ;
margin: 0;
text-decoration: none;
border-right: 1px solid #550000;
padding-right: 5px; /* KA */
padding-left: 1px; /* KA */
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
text-decoration: none;
color: #ffa500 ;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: ""; 	/* Was " v" KA */
/* content: " " url(downimage.gif); */ /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:15px;
z-index:100;
background-color: #800000 ;
width: 200px;
/* height: 30px ; */
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: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff ;
background-color: #800000 ;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #ffa500 ;
}