
body { background-color: #666666; font color= #ffffff}

body,td,th {color: #FFFFFF; }
.style1 {color: #9DACBF}
.style4 {color: #FFFFCC}
a:link {
	color: #FFFF99;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFCC33;
}
a:active {
	color: #FF9933;
}
.style5 {color: #FFFF33}

.chromestyle{
	width: 100%;
	font-weight: bold;
	color:#FFFFFF;
	max-width: 820px;
}

.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 #000000; /* border color of menu bar*/
background: #444444;    /* orange; /* background color of menu bar*/
padding: 1px 0;	    	/* padding (top-bottom) on menu bar */	
margin: 10;	   	
text-align: center; 	/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:  #eeeeee;	/* main menu font color */
padding: 1px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #E8BEBE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
/*script dynamically adds a class of "selected" to the current active menu item*/
background: #000000; /* main menu hover bgrd color */ /*ff9900; /* orange; /* url(chromebg4-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #FFCC33;		 /* main menu hover font color */
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #E8BEBE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;	/* drop menu bgrd color */
color:#FFFFFF;				/* drop menu font color */
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/

}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 0px solid #eeeeee; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
background-color: #444444;	/* drop menu bgrd color */
color: #FFFFFF;				/* drop menu font color */
}

.dropmenudiv a:hover{ /* Drop down menu hover color, font etc THEME CHANGE HERE*/
background-color: #000000; /*#ff9900; /* orange; /* #FFECEC; */ 
color:#FFCC33;
}

