.chromestyle {
	width: 190px;
	font-weight: normal;
	height: 52px;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	width: 190px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0;
}
.chromestyle ul li a {
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0;
	text-decoration: none;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
/*THEME CHANGE HERE*/
}
/* ######### Style for Drop Down Menu ######### */


.dropmenudiv {
	position:absolute;
	top: 0;
	font:normal 11px Helvetica;
	line-height:18px;
	z-index:100;
	width: 192px;
	background-color: #815fab;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	padding: 4px 4px 4px 8px;
	text-decoration: none;
	line-height: 13px;
	font-weight: normal;
	color: #ffffff;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	font-weight: normal;
	background-color: #5c3789;
}
.dropmenudivblue {
	position:absolute;
	top: 0;
	margin: 0px 0px 0px 0px;
	font:normal 11px Helvetica;
	line-height:18px;
	z-index:100;
	width: 192px;
	background-color: #50b0f0;
	visibility: hidden;
}
.dropmenudivblue a {
	width: auto;
	display: block;
	padding: 4px 0px 4px 8px;
	text-decoration: none;
	line-height: 13px;
	font-weight: normal;
	color: #ffffff;
}
* html .dropmenudivblue a { /*IE only hack*/
	width: 100%;
}
.dropmenudivblue a:hover { /*THEME CHANGE HERE*/
	font-weight: normal;
	background-color: #1470ad;
}
.dropmenudivpink {
	position:absolute;
	top: 0;
	font:normal 11px Helvetica;
	line-height:18px;
	z-index:100;
	width: 192px;
	background-color: #cf8bd9;
	visibility: hidden;
}
.dropmenudivpink a {
	width: auto;
	display: block;
	padding: 4px 0px 4px 8px;
	text-decoration: none;
	line-height: 13px;
	font-weight: normal;
	color: #ffffff;
}
* html .dropmenudivpink a { /*IE only hack*/
	width: 100%;
}
.dropmenudivpink a:hover { /*THEME CHANGE HERE*/
	font-weight: normal;
	background-color: #9f52aa;
}
.dropmenudivgreen {
	position:absolute;
	top: 0;
	font:normal 11px Helvetica;
	line-height:18px;
	z-index:100;
	width: 192px;
	background-color: #6ebd72;
	visibility: hidden;
}
.dropmenudivgreen a {
	width: auto;
	display: block;
	padding: 4px 0px 4px 8px;
	text-decoration: none;
	line-height: 13px;
	font-weight: normal;
	color: #ffffff;
}
* html .dropmenudivgreen a { /*IE only hack*/
	width: 100%;
}
.dropmenudivgreen a:hover { /*THEME CHANGE HERE*/
	font-weight: normal;
	background-color: #4cad3b;
}
.dropmenudivorange {
	position:absolute;
	top: 0;
	font:normal 11px Helvetica;
	line-height:18px;
	z-index:100;
	width: 192px;
	background-color: #fb6f41;
	visibility: hidden;
}
.dropmenudivorange a {
	width: auto;
	display: block;
	padding: 4px 0px 4px 8px;
	text-decoration: none;
	line-height: 13px;
	font-weight: normal;
	color: #ffffff;
}
* html .dropmenudivorange a { /*IE only hack*/
	width: 100%;
}
.dropmenudivorange a:hover { /*THEME CHANGE HERE*/
	font-weight: normal;
	background-color: #c7461c;
}
