.chromestyle{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 225px;
}

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

.chromestyle ul{
	text-align: center;
	padding-top: 180px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	margin: 0;
	width: 100%;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #860300;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin: 0;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #006600;
}
.chromestyle ul li a:active {
	color: #7F693F;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	z-index:100;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	background-color: #FFFFFF;
	text-align: center;
	width: 200px;
}


.dropmenudiv a{
	display: block;
	text-indent: 3px;
	text-decoration: none;
	color: #860300;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFFFFF;
	color: #006600;
}
.dropmenudiv a:active {
	background-color: #FFFFFF;
	color: #7F693F;
}
