.chromestyle{
	width: 100%;
	font-weight: bold;
	height: 38px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	margin: 0; /*set value to "left", "center", or "right"*/
	background-image: url(images/bg-1_13.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	height: 38px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7048c2;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(images/bg_13.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #f88a06; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	z-index:100;
	background-color: #f79a24;
	width: 200px;
	visibility: hidden;



filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #f88a06;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #7b53cf;
}
