td.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #FFFFFF;
		}


.chromestyle{
width: 100%;
height: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 30px; 
clear: both; 
visibility: hidden;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #FFFFFF;
}

.chromestyle ul{
border: 0px solid #523615;
width: 100%;

padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 0px 0px;
margin: 0;
text-decoration: none;
border-right: 0px solid #523615;
}

.chromestyle ul li a:hover{
}

.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;
text-align: left;
color: #FFFFFF;
top: 0;
border: 0px solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 3px solid #FFFFFF;
border-left-width: 0px solid #FFFFFF;
border-top-width: 3px solid #FFFFFF;
border-right-width: 0px solid #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #FFFFFF;

line-height: 30px;
z-index: 100;
background-color: #D26E13;
width: 160px;
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: 0px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 0px 0px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #FFFFFF;
}

* html .dropmenudiv a:link{ /*IE only hack*/
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
width: 100%;
background-color: #D26E13;
color: #FFFFFF;
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-family: Arial, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
background-color: #D26E13;
color: #FEE427;
text-decoration: none;
}

.dropmenudiv a:active{ /*THEME CHANGE HERE*/
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
background-color: #D26E13;
color: #FFFFFF;
text-decoration: none;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
background-color: #D26E13;
color: #FFFFFF;
text-decoration: none;
}

.dropmenudiv a:visited:hover{ /*THEME CHANGE HERE*/
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
background-color: #D26E13;
color: #D8DCBC;
text-decoration: none;
}

