.chromestyle{
	clear: both;
	font-size: 12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	background: #A9A095 left; /*THEME CHANGE HERE*/
	margin: 0 0 0 155px;
	padding: 10px 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	margin: 0;
	padding: 0;
}

.chromestyle ul li a {
}

.chromestyle ul li a:link, .chromestyle ul li a:visited {
	padding: 0px 6px;
	margin: 0 0 0 -3px;
	text-decoration: none;
	color: #FFFFFF;
}

.chromestyle ul li a#firstlink {
	border-left: 1px solid silver;
}

.chromestyle ul li a:hover{
	font-style: normal;
	text-decoration: underline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font-size: 12px;
	line-height:18px;
	z-index:100;
	background-color: #A9A095;
	width: 150px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	text-align: left;
	border-top: 1px solid #FFF;
	border-bottom: 0 solid #FFF;
}

.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.dropmenudiv a:link, .dropmenudiv a:visited {
	width: 150px;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{
	background-color: #A9A095;
	text-decoration: underline;
}

.dropmenudiv a.currentlink {
	background-color: #A9A095;
}