.chromestyle{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 640px;
	height: 40px;
	float: left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 650px;
	margin: 0;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 30px;
}

.chromestyle ul li{
	display: inline;
	text-align: left;
	padding-top: 0px;
	padding-right: 4px;
	padding-left: 4px;
}

.chromestyle ul li a{
	height:22px;
	text-align:center;
	color:#FFF;
	line-height:22px;
	text-decoration:none;
	font-family:arial, sans-serif;
	font-weight:bold;
	margin-top:0px;
	font-size: 14px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	width: 160px;
	visibility: hidden;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: -10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}


.dropmenudiv a{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	width: 220px;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background-image: url(../chromejs/bg.png);
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 5px;
	padding-top: 2px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 220px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #000;
}

