.chromestyle{
	width: 99%;
	font-weight: normal;
}

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

.chromestyle ul{
	border: 1px solid #BBB;
	width: 100%;
	background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}


.chromestyle ul li{
	display: inline;
	text-align: left;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.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*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #E2DED5;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	width: 150px;
	color: #4B4B4B;
}


.dropmenudiv a{
	width: 150px;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10;
	padding-bottom: 5px;
	padding-left: 10;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E6DFD9;
	border-bottom-color: #E6DFD9;
	border-left-color: #E6DFD9;
	border-top-color: #E6DFD9;
	font-size: 14px;
	background-color: #B2B2B2;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #CCCCCC;
	width: 150px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E9E5DC;
	border-bottom-color: #E9E5DC;
	border-left-color: #E9E5DC;
	text-align: center;
	color: #000000;
	border-top-color: #E9E5DC;
}

#chromemenu {

}
