.chromestyle{
	width: 99%;
	font-weight: normal;
}

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

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

.chromestyle ul li{
	display: inline;
	text-decoration: none;
}

.chromestyle ul li a{
	color: #000;
	margin: 0;
	text-decoration: none;
	font-family: Helvetica, arial, trebuchet;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-weight: bold;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected, .chromestyle ul li a.visited{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #1F9CDF;
	text-decoration: none;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:22px;
	z-index:100;
	background-color: #CCC;
	width: 150px;
	visibility: hidden;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-family: Helvetica, arial, trebuchet;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	text-transform: uppercase;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #1F9CDF;
	text-decoration: none;
}
