.chromestyle{
	width: 100%;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	padding-bottom: 20px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align:center; /*set value to "left", "center", or "right"*/
	background-color: #000000;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: }

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
	width: 150px;
	visibility: hidden;
	background-color: #CCCCCC;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent:5px;
	text-decoration: none;
	font-weight:normal;
	color: black;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-weight:bold;
}
