/* STYLES FOR CHROME MENUS */

.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{
/*width: 100%;*/
/*background: url(chromebg.gif) center center repeat-x;/* /*THEME CHANGE HERE*/
padding: 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 0;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x;/* /*THEME CHANGE HERE*/
}

.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;
border: 1px solid #404f24; /*THEME CHANGE HERE*/
border-bottom-width: 0;
z-index:100;
background-color: #eef2e1;
width: 120px;
font-size:0.75em;
font-weight:bold;
visibility: hidden;
margin-top:-19px;
margin-left:163px;
}


.dropmenudiv a {
display: block;
text-indent: 3px;
border-bottom: 1px solid #404f24; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #404f24;
}

.dropmenudiv a:link, .dropmenudiv a:visited {
	color: #404f24;
	}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #c7d69f;
	color:#b53033;
	text-decoration:none;
}