﻿.chromestyle{
	width: 900px;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	background: center center;
/*THEME CHANGE HERE*/	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/;
	background-color: #B4AEA2;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #E8BEBE;
	border-right-color: #000000;
}
.chromestyle ul li a:hover{
	background: center
center; /*THEME CHANGE HERE*/
;
	background-color: #E4E4E4;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	border-bottom-width: 0;
	border-color: #B4AEA2;
	border-style: solid;
	border-width: 1px;
	position: absolute;
	top: 0;
/*THEME CHANGE HERE*/	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #E4E4E4;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 1px solid #B4AEA2; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
.dropmenudiv a:hover{
	/*THEME CHANGE HERE*/
background-color: #B4AEA2;
}
