.chromestyle {
	font-weight: bold;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	margin-top:-1px;
	border: 1px solid #51c5ee; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #FFFFFF;
	width:150px;
	visibility: hidden;
	text-align:left;
}
.dropmenudiv a {
	width:auto;
	display:block;
	border-bottom: 1px solid #51c5ee; /*THEME CHANGE HERE*/
	padding:2px 2px 2px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #2377bc;
	font-size:11px;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	/*background-color: #900000;*/
	background-color:#FFFFFF;
	color:#41ac2b;
}