.chromestyle{
	width: 720px;
	font-weight: bold;
	float: left;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 10px;
	background-image: url(../images/fahrenheit-festival-buttons-blank.jpg);
}

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

.chromestyle ul{
	height: 30px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #333333;
	border-right-color: #FFFFFF;
}

.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(../chrometheme/chromebg-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

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

.dropmenudiv{
	position:absolute;
	z-index:100;
	background-color: #111111;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-decoration: none;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: repeat-x;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #000000;
}
