.chromestyle{
	width: 677px;
	font-weight: bold;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
	float:left;
	margin:0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
	font-size:13px;
}

.chromestyle ul{
	width: 100%;
	padding: 4px 0;
	margin: 0;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
	font-size:13px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
	display: inline;
	float:left;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;
	letter-spacing:-1px;
}

.chromestyle ul li a:link, a:visited, a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;
	letter-spacing:-1px;
}

.chromestyle ul li:hover{
	display: inline;
	float:left;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
	background:url(../images/h.jpg) center no-repeat;
	padding:0 0 11px 0;
}

.chromestyle ul li a{
	padding: 4px 13px;
	margin: 0;
	text-decoration: none;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
	font-size:13px;
	color: #ffffff;
/*border-right: 1px solid #DADADA;
*/}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	color:#fff;/*script dynamically adds a class of "selected" to the current active menu item*/
/* background: url(chromebg-over.gif) center center repeat-x; */ /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
	font-size:13px;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 120px;
	visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	background-color:#575757;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#575757;
	color:#ffffff;
}

.dropmenudiv a:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	background:#575757;
	text-decoration:none;
	color:#ffffff;/*THEME CHANGE HERE*/
}

.dropmenudiv a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	background:#575757;
	text-decoration:none;
	color:#ffffff;/*THEME CHANGE HERE*/
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color:#cc6600;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#fff;
	text-decoration:none;
}

.dropmenudiv a:active
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	background:#575757;
	text-decoration:none;
	color:#ffffff;/*THEME CHANGE HERE*/
}

