.chromestyle{
width: 99%;
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{
/* background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 7px 0 6px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

/* IE6 Only */
* html .chromestyle ul {
	padding: 6px 0 7px 0;
	}
/* IE7 Only */
*:first-child+html .chromestyle ul {
	padding: 6px 0 7px 0;
}


.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 7px 12px 9px 12px;
margin: 0;
text-decoration: none;
}


.chromestyle ul li a:hover{
color: #ffffff;
text-decoration: none;
background-color: #AA662B;
/* background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

/* HTML to indicate drop down link
.chromestyle ul li a[rel]:after{ 
content: " v";
content: " " url(downimage.gif); /*uncomment this line to use an image instead
}
*/

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #C8854D;
width: 160px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
/* border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
padding: 6px 0 7px 0;
text-decoration: none;
font-weight: normal;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #AA662B;
text-decoration: none;
font-weight: bold;
}
.active { /*THEME CHANGE HERE*/
background-color: #AA662B;
}