.chromestyle{
	width: 770px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 36px;
	background-position: center;
	margin-top: 5px;
	padding-bottom: 10px;
	margin-left: 15px;
}

.chromestyle ul{
	width: 100%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-image: url(../images/chromebg_brn.png);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-right: 0px;
	padding-left: 0px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	padding: 4px 10px;
	text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(../images/chromebg-over_brn.png);
	background-repeat: repeat-x;
	padding-top: 8px;
}

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

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf,direction=135,strength=3);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8e7675;
	border-bottom-color: #8e7675;
	border-left-color: #8e7675;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #5e3b3a;
	text-align: left;
}

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

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