.chromestyle{
	width: 100%;
	font-weight: bold;
	height: 35px;
}

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

.chromestyle ul{
	width: 97%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 4px;
	list-style-type: disc;
	color: #6666FF;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #99CC33;
	margin: 0;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #FFFFFF;

}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 11px Verdana;
	line-height:22px;
	z-index:100;
	background-color: #0C0D0F;
	width: 200px;
	visibility: hidden;









filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 7px;
	padding-right: 7px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #737373;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #7900D2;
}
