.chromestyle{
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: 1px solid #BBB;*/
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

/*.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*}*/
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-top: 2px solid #0D3C7D; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:22px;
z-index:3000;
background-color:#DDE1CE;
width: 200px;
visibility: hidden;
}

/* COLOR    */
/* -------- */
.bgcolor1 {background-color: #000000;}
.bgcolor2 {background-color: #FFFFFF;}
.bgcolor3 {background-color: #666666;}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #BFC7A3; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: normal;
font-size:9px; color:#7A854E;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.link1:hover{background-color: #E2D2A5; text-decoration:none;}
.link2:hover{background-color: #E4DDA5; text-decoration:none;}
.link3:hover{background-color: #E4C6B7; text-decoration:none;}
.link4:hover{background-color: #B1BEB9; text-decoration:none;}
.link5:hover{background-color: #B1D3D8; text-decoration:none;}
.link6:hover{background-color: #C5BEA5; text-decoration:none;}
.link7:hover{background-color: #CFE7CE; text-decoration:none;}
.link8:hover{background-color: #B1D3A5; text-decoration:none;}
