.chromestyle{
width: 99%;
border-bottom: 3px double #590000;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-bottom: 0px double #590000;
width: 100%;
/*background: url(top_banner_bg_roll.jpg) center center repeat-x; THEME CHANGE HERE*/
padding: 3px 0px 0px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
background-color: #590000;
width: 90px;
padding: 4px 10px 2px 10px;
margin: 0px 0px 0px 16px;
text-decoration: none;
border: 0px dashed #446517; /*THEME CHANGE HERE*/
border-bottom: 0px;
font-family: "MS Sans Serif", Geneva, sans-serif;
font-size: 12px;
font-weight: normal;
letter-spacing: 1px;
text-transform: uppercase;
background: url(top_corner.gif) no-repeat top; /*THEME CHANGE HERE*/
float: right;
}

.chromestyle ul li a:hover{
/*background: url(top_banner_bg_roll.jpg) center center repeat-x; THEME CHANGE HERE*/
color: #FFFFFF;
text-decoration: underline;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v"; 
text-transform: lowercase;
content: " " url(arrow.gif);*/ /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
background-color: Black;
top: 0;
border: 1px solid #590000; /*THEME CHANGE HERE*/
font-family: "MS Sans Serif", Geneva, sans-serif;
font-size: 12px;
font-weight: normal;
line-height:14px;
z-index:100;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=6); /*Add Shadow in IE. Remove if desired*/
margin-top: -1px;
margin-left: 1px;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
/*background: url(top_banner_bg_roll.jpg) center center repeat-x; THEME CHANGE HERE*/
border: 0px solid #446517; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: white;
text-align: left;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #590000;
/*background: url(top_banner_bg_roll_2.jpg) center center repeat-x; THEME CHANGE HERE*/
}

.dropmenudiv hr {
	width: 95%;
	size: 2px;
	color: #590000;	
}

.dropmenudiv p {
width: 100%;
display: block;
text-indent: 0px;
/*background: url(top_banner_bg_roll.jpg) center center repeat-x; THEME CHANGE HERE*/
border: 0px solid #446517; /*THEME CHANGE HERE*/
margin: 0px 0px 0px 0px;
text-decoration: none;
font-weight: normal;
color: white;
text-align: center;
}