.chromestyle{

	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 30px;
	background-image: url(chromebg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.chromestyle{width:900px;} 
html>body .chromestyle{width:920px;}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #BBB;
	width: 100%;
	margin: 0;
	text-align: center;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #D7DBD8;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/ /*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/ color: #FFF; }

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	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*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBB;
	border-right-color: #8F8F8F;
	border-bottom-color: #BBB;
	border-left-color: #8F8F8F;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/ background-color: #DEDEDE; }
