.chromestyle {
	width: 100%;
	font-weight: bold;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	/* border: 1px solid #BBB; */
width: 100%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	color: #CCC;
	margin: 0;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333; */
}
.chromestyle ul, .chromestyle ul li, .chromestyle ul li a {
	font-size: 11px;
	word-spacing: 0.07em;
	line-height: 26px;
}
.chromestyle a:hover { /*THEME CHANGE HERE*/
	background-color: #600;/* color:#600; */
}
.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(chromebg-over.gif) center center repeat-x; */ /*THEME CHANGE HERE*/
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;  /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	/* line-height:18px; */
z-index:100;
	background-color: #000;
	width: 160px;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #600;
	border-right-color: #600;
	border-bottom-color: #600;
	border-left-color: #600;
}
.dropmenudiv a {
	width: auto;
	display: block; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600;
}
.dropmenudiv, .dropmenudiv a {
	font-size: 11px;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #600;
}
