.chromestyle {
	width:670px;
	height:30px;
	float: right;
	background-color: #333333;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	margin: 0 0 0px;
	padding: 0;
	list-style: none;
}
.chromestyle ul li {
	float: left;
	margin: 0;
	padding: 0;
}
.chromestyle ul li a {
	display: block;
	float: left;
	margin: 0;
	padding: 0 12px;
	text-decoration: none;
	color: #999999;
	font-size: 85%;
	font-weight:bold;
	line-height: 30px;
}
.chromestyle ul li a:hover, a.selected{
	background-color:#FFFFFF;
	color: #000000;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	padding: 12px;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.dropmenudiv a {
	width: 150px;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #D6D6D6; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	color: black;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}
