.chromestyle {
	height: 38px;

}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	visibility: hidden;
}
.chromestyle ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.chromestyle ul li {
	display: inline;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
.chromestyle ul li a {
	text-decoration: none;
	display: inline;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	display: inline;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	z-index:100;
	background-color: #521A78;
	visibility: hidden;


 filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4);
	font-size: 12px;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: -1px;
}
.dropmenudiv a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding-top: 3px;
	padding-right: 30;
	padding-bottom: 3px;
	text-indent: 10px;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #3D1559;
}
