.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{
width: 850px;
background: url(../../images/menu.gif) center center no-repeat; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 20px;
margin: 0;
text-decoration: none;
border-right: 1px solid #f57011;
}

.chromestyle ul li a:hover{

}

.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 ######### */

#menu, menu a, menu a:link, menu a:hover {
	color: #ffffff;
	text-decoration:none;
}

.dropmenudiv a:link {
	color: #FFFFFF;
	text-decoration:none;
}

.dropmenudiv {
position:absolute;
color: #ffffff;
top: 0;
padding-left: 3px;
text-align:justify;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#f57011;
width: 125px;
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 #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

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

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

#footer {
	width: 800px;
	border-top: 1px solid #FF9900;
	margin: auto auto;
}

#footer a, footer a:link, footer a:visited, footer a:hover, side a, side a:link, side a:visited, side a:hover  {
	color: #FF9900;
}
