.chromestyle {
	font-weight: bold;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:15px;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	margin-top:3px;
	border:3px solid #870505;
	z-index:100;
	background:#f9f8f3;
	visibility: hidden;
	line-height:20px;
    text-align:left;
    width:150px;
}
.dropmenudiv a {
	display:block;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding:2px 2px 2px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #770000;
	font-size:11px;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	/*background-color: #900000;*/
	background-color:#efedde;
	color:#7f5f38;
}