﻿.chromestyle{
	width: 100%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: small;
	color: #FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	background: repeat-x center;
/*THEME CHANGE HERE*/padding: 10px 0 10px 0;
	margin: 0;
	text-align: center;
	background-color: #009933;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	border-right-color: #009933;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	/*script dynamically adds a class of "selected" to the current active menu item*/
background: repeat-x center;
/*THEME CHANGE HERE*/ ;background-color: #009933;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	border-bottom-width: 0;
	border-width: 1px;
	border-color: #009933;
	position: absolute;
	top: 0; /*THEME CHANGE HERE*/;
	line-height: 18px;
	z-index: 100;
	background-color: #009933;
	width: 150px;
	visibility: hidden;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-top: -2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: small;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 8px;
	border-bottom: 1px solid #BBB;
/*THEME CHANGE HERE*/padding: 4px 0 4px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: small;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
	/*THEME CHANGE HERE*/
background-color: #008000;
}
