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

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	visibility: hidden;
}

.chromestyle ul{
	padding: 0px 0;
	margin: 0px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 0px 0;
	margin: 0px;
}

.chromestyle ul li a:hover{ }

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/ }


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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #b2b798; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 11px "Trebuchet MS", sans-serif;
	line-height:16px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}


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

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

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