.chromestyle{
width: 850;
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{
border: 1px solid #FFFFFF;
width: 100%;
background: url(chromebg3.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #006600;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(chromebg3-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{
position:absolute;
top: 0;
border: 1px solid #006600; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:14px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 1px;
border: 1px solid #006600; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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

.styleheader {font-family:Gill Sans MT; font-size: 16px; color: #FFFFFF; }
.stylesmall { font-family:Gill Sans MT; font-size: 13px; color: #000000; }
.stylemedium {font-family:Gill Sans MT; font-size: 16px; font-weight: 500; color: #006600; }
.stylelarge {font-family:Gill Sans MT; font-size: 20px; color: #006600; }
.stylehead {font-family: Comic Sans MS, sans-serif; font-size: 20px; color: #006600; font-weight: 1200;}
.stylehoptoit {font-family: Tempus Sans ITC, sans-serif; font-size: 20px; color: #006600; font-weight: 2000;}
.stylehead1 {font-family: Gill Sans MT, sans-serif; font-size: 16px; color: #000000; font-weight: 500;}
.stylebody {font-family:Gill Sans MT; font-size: 14px; font-weight: 500; color: #000000; }
.stylebodygreen {font-family:Gill Sans MT; font-size: 14px; font-weight: 900; color: #006600; }
.styleindexbody {font-family:Comic Sans MS; font-size: 16px; font-weight: 500; color: #000000; }
.styleindexgreen {font-family:Comic Sans MS; font-size: 16px; font-weight: 500; color: #006600; }
.styleindexyellow {font-family:Comic Sans MS; font-size: 16px; font-weight: 500; color: #FF7900; }
.styleindexblue {font-family:Comic Sans MS; font-size: 16px; font-weight: 500; color: #0000ff; }
.stylebodylink {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 500; color: #006600; }
.stylebodylink2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: 500; color: #000000; }
h1
{ font-size:16px; color:#006600}

h4
{ font-size:11px; color:#000000;
}


a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #00CC66;
}
a:active {
	color: #006600;
}