.chromestyle{
width: 960px;
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: 960px;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
margin-left: 14px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
font-weight: bold;

}

.chromestyle ul li a{
color: #e3c829;
padding: 4px 7px;
margin: 0;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

.chromestyle ul li a:link {
color: #e3c829;
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
.chromestyle ul li a:visited {
color: #e3c829;
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover {
color: white; 
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


.chromestyle ul li a:active{
color: white;
/*background: url(chromebg-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{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
text-align:left; 
position:absolute;
top: 0;
border: 1px solid #000; /*THEME CHANGE HERE*/
-moz-border-radius: .5em .5em .5em .5em; 
border-radius-topright: .5em;
border-radius-bottomright: .5em;
border-radius-topleft: .5em;
border-radius-bottomleft: .5em;
padding: .5em;


line-height:18px;
z-index:100;
background-color:#c10908;  
 
filter:alpha(opacity=90); 
-moz-opacity: 0.9;  
opacity: 0.9;


visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desiwhite*/
}


.dropmenudiv a{ 
width: auto;
display: block; 
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;  
}

.dropmenudiv a:link { /*THEME CHANGE HERE*/
color: #e3c829;
}
.dropmenudiv a:visited { /*THEME CHANGE HERE*/
color: #e3c829;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
color: white;
}
.dropmenudiv a:active{ /*THEME CHANGE HERE*/
color: white;   
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

