.chromestyle{
width: 500;
font-weight: bold;
}

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

.chromestyle ul{
width: 500;
background: url(menu-bg.gif) center repeat-x; /*THEME CHANGE HERE*/
padding: 5px 0 0 0;
height:20px;
margin: 0 0 0 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
font: 12px Arial;
padding: 0px 7px;
margin: 0;
height:49px;
text-decoration: none;

}

.chromestyle ul li a:hover{
background: url(menu-bg-hover.gif) center center repeat-x; /*THEME CHANGE HERE*/
height:24px;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:12px;
z-index:100;
background-color: white;
width: 120px;
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: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font:normal 11px Arial;
font-weight: bold;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFFFFF;
font:normal 11px Arial;
font-weight: bold;
background: url(menu-bg-hover.gif) center center repeat-x;
}

/* SLIDER MENU */
a:focus {
	outline: none;
	font: 75%/120% Arial, Helvetica, sans-serif;
}
#panel {
	background-image:url(../images/black-55.png);
	height: 107px;

	display: none;
	font: 11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 2px #649B01;
	background: url(../images/btn-slide.png) no-repeat right top;
}
.btn-slide {
	background: url(../images/white-arrow.gif) no-repeat right -50px;
	text-align: right;
	width: 144px;
	height: 21px;
	padding: 5px 15px 0 0;
	margin: 0 0 0 300px;
	display: block;
	font: 75%/120% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 5px;
	
}