.chromestyle{
width: 99%;
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{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

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


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

.dropmenudiv {
	position: absolute;
	border: 1px solid #c9af68; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 120px;
	visibility: hidden;


/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */
	top: 0;
}


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

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: white;
background-color: #634b0b;
}
#dropmenu8.dropmenudiv { border: 3px solid white; 	border-bottom-width: 0; }
#dropmenu8.dropmenudiv a { border-bottom: 3px solid white; }
#dropmenu8.dropmenudiv a:hover { color: #634b0b; }

.dropmenudiv div div a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #c9af68; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #634b0b;
}

.dropmenudiv div div a:hover{ /*THEME CHANGE HERE*/
	color: white;
background-color: #634b0b;
}

#dropmenu3 { width: 200px; }
#dropmenu2 { width: 180px; }

#dropmenu31, #dropmenu21, #dropmenu11, #dropmenu12, #dropmenu24 {
	display:none; position:absolute;
	width: 100px;
	height: 0px;
}

#dropmenu11 { width: 180px; }
#dropmenu12 { width: 140px; }
#dropmenu31 { width: 150px; } 
#dropmenu24 { width: 250px; }

#dropmenu8 {
	left:445px;
	top: 12px;
	padding: 0px !important;
	height: auto !important;
	width: auto !important;
}

#dropmenu8 a {
	padding: 5px 7px !important;
	margin: 0px !important;
}

#dropmenu31 div, #dropmenu21 div, #dropmenu11 div, #dropmenu12 div, #dropmenu24 div {
	position:relative;left:110px;top:-20px;	color: #634b0b; background-color: white;
	border: 1px solid #c9af68; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
}

#dropmenu31 div { left:180px; }
#dropmenu11 div { left: 160px; }
#dropmenu12 div { left: 160px; }
#dropmenu24 div { left: 110px; }



.dropmenudiv span{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #c9af68; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #634b0b;
}