.chromestyle{
	width: 100%;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
}
.chromestyle ul{
	padding: 0 0 0 40px;
	margin: 0 auto;
	list-style: none;
	text-align: left; /*set value to left, center, or right*/
}
.chromestyle ul li{
	margin: 0;
	padding: 0;
}
.chromestyle ul li a{
	color: #FFF;
	margin: 0;
	text-decoration: none;
}
.chromestyle ul li a:hover{
	width: 100%;
	margin:0;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	margin-top: -94px;
	margin-left: 40px;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #333;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a{
	width: auto;
	display: block;
	font-size: 12px;
	text-indent: 15px;
	border-bottom: 1px solid #666; /*THEME CHANGE HERE*/
	padding: 4px 15px 4px 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #3d4f59;
}
