.chromestyle{

}

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

.chromestyle ul{
	letter-spacing: 0.15em;
	text-align: left;
	padding-left: 47px;
	padding-top: 6px;
}

.chromestyle ul li{
	display: inline;
	background-color: #000000;
	color: #000000;
	line-height: normal;
	font-weight: bolder;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	text-indent: 1px;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.chromestyle ul li a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	
}
.chromestyle ul li a:visited{
	color: #FFFFFF;
	text-decoration: none;
	
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-color: #000000;
	background-position: center center;
	color: #009966;
	text-decoration: none;
}

.chromestyle ul li a.active{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-color: #000000;
	background-position: center center;
	color: #009966;
	text-decoration: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #009966;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:1.5em;
	z-index:100;
	width: auto;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #009900;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding-right: 0px;
	padding-left: 4px;
	border: 1px solid #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: x-small;
}

.dropmenudiv a:visited{
	color: #FFFFFF;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #000000;
	color: #009966;
}
