.chromestyle{
	width: 100%;
	font-weight: bold;
	font-size: 20px;
}

.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: 0px 0px 10px 0px;
	margin: 0;
	text-align: center;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #660000;
	border-bottom-color: #666;
}

.chromestyle ul li{
	display: inline;
	white-space: nowrap;
}

.chromestyle ul li a{
	color: #000;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.chromestyle ul li a:hover{
	background-image: url(chromebg-over.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 2px groove #666;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 0px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
#chromemenu ul .MenuSep {
	border-left-width: 0px;
	border-left-style: groove;
	border-left-color: #666;
	margin-right: 3px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #999;
}
