.chromestyle{
	width: 99%;
	font-weight: bold;
}

.chromestyle:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	line-height: 28px;
	padding: 0;
	margin: 0px 0px 0px 10px;
	text-align: left;
	color: #fff;
}

.chromestyle ul li {
	display: inline;
	float: left;
	margin: 0px 8px;
	padding: 0;
}

.chromestyle ul li a {
	color: #fff;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.chromestyle ul li a:hover {
	color: #fff;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border-bottom: 2px solid #fff;
}

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

.dropmenudiv {
	position: absolute;
	top: 0;
	border: 1px solid #fff;
	border-bottom-width: 0;
	line-height: 17px;
	z-index: 100;
	background-color: #990000;
	width: 142px;
	visibility: hidden;
	margin: 5px 0px 0px -16px;
	padding: 0;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 1px 0px 2px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: #990000;
	text-decoration: none;
	background-color: #fff;
}