.chromestyle{
	font-weight: bold;
	font-size: small;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	text-align: center;
	background-image: url(../images/chromebg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	margin: 0;
	width: 100%;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #330033;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin: 0;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #000099;
}
.chromestyle ul li a:active {
	color: #006600;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	z-index:100;
	background-color: #660066;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF3FF;
	border-right-color: #FFF3FF;
	border-bottom-color: #FFF3FF;
	border-left-color: #FFF3FF;
	font-size: small;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFF3FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF3FF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFF3FF;
	color: #330033;
	border: 1px solid #330033;
}
.dropmenudiv a:active {
	background-color: #FFF3FF;
	color: #006600;
	border: 1px solid #330033;
}

