.chromestyle{
	font-family:"Bookman Old Style", Arial;
	font-size:0.9em;
	font-variant:small-caps;
	margin:0;
	padding:0;	}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
background-image: url(../images/bg_grey.gif);
background-repeat: repeat-x; /*THEME CHANGE HERE*/
padding: 5px 0px 5px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
		color: #ffffff;
		padding:5px 8px 5px 8px;
		margin: 0;
		border-width:0px 0px 0px 0px;
		border-style:solid;
		border-color:#000000;
		text-decoration: none;
		}

.chromestyle ul li a:hover{
		background-image: url(../images/bg_green.gif);
		background-repeat: 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{

width:75px;
position:absolute;
top: 0;
font-family: "Book Antiqua", "Bookman Old Style", Arial;
font-size:0.8em;
z-index:100;
padding:5px;
		margin:0px;
		background-color:#000000;
		border-width:1px;
		border-style:solid;
		border-color:#333333;
visibility: hidden;
}


.dropmenudiv a{

display: block;
border-width:0px 1px;
		border-style:solid;
		border-color:#d6dce2;
padding:3px 7px 3px 7px;
text-align:center;
text-decoration: none;
color: white;
}

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

.dropmenudiv a:hover{ 
background-color:#99cf21;
color:black;
}