.chromestyle{
	height:20px;
	background-color:#a45d0e;
	padding-top:7px;
}

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

.chromestyle ul{
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

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

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#fc0;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #B67D3E;
	border-bottom-width: 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	z-index:100;
	background-color: #A45D0E;
	width: 160px;
	visibility: hidden;
	color: #fff;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 6px;
	border-bottom: 1px solid #B67D3E;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

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

.dropmenudiv a:hover{
	color:#D39D04;
	background-color: #894E0C;
}
