.chromestyle{
	width: 100%;
	font-weight: lighter;
	font: Arial;
	font-size: 10px;
}

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

.chromestyle ul{
	width: 950px;
	/*background: url(chromebg3.gif) center center repeat-x;*/
	/*THEME CHANGE HERE*/
	background-color: #242021;
	padding: 10px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	text-transform: uppercase;
}

.chromestyle ul li a{
	color: #f9f9f9;
	padding: 10px 15px;
	padding: 10px;
	margin: 0;
	text-decoration: none; /*THEME CHANGE HERE*/
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	/*background: url(chromebg3-over.gif) center center repeat-x;*/
	/*THEME CHANGE HERE*/
	background-color: #3F3F3F;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 15px;
	padding: 10px;
	
}


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

.dropmenudiv{
	position:absolute;
	border: 1px solid #242021;
	font:Arial;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 1px;
	border: 1px solid #242021;
	text-decoration: none;
	font-weight: normal;
	background-color: #242021;
	color: #f9f9f9;
	font: Arial;
	text-align: left;
	/*font-size: 9px;*/
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #6f6f6f;
	/*text-transform: uppercase;*/
	padding-left: 1em;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #3F3F3F;
	color: #f9f9f9;
	/*font-size: 9px;*/
	/*letter-spacing: 1pt;*/
	font: Arial;
	font-weight: normal;
	text-align: left;
	text-indent: 1px;
	font-size: 1.2em;
	font-weight:  bold;
	border-bottom: 1px solid #6f6f6f;
	/*text-transform: uppercase;*/
	padding-left: 1em;
}
