.chromestyle{
	width: 860px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.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;
	text-align: center; /*set value to "left", "center", or "right"*/
	margin: 0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #333333;
	padding: 7px 5px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
}
.chromestyle a:link, .chromestyle a:visited {
	color: #333333;
	text-decoration: none;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	color: #FFFFFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #999999;
	border-bottom-width: 0;
	line-height:18px;
	z-index:200;
	background-color: #D5D5D5;
	width: 200px;
	visibility: hidden;
	background-image: url(chromebgdiv.gif);
}


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

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:link, .dropmenudiv a:visited {
	color: #333333;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FFFFFF;
	background-color: #569D19;
	background-image: url(chromebgdiv-over.gif);
}