#vertmenu1 h1 {
font-size: 80%; 
padding: 1px 1px 1px 1px;
color: #787878;
margin: 0px;
}
.chromestyle{
width: 99%;
font-size:10pt;
font-family: Arial;
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 #BBB;
width: 100%;
background: url(chromebg.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: #494949;
padding: 4px 27px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #000000;
}

.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 #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size:9pt;
font-family: Arial;
line-height:19px;
z-index:100;
background-color: white;
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: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #65A944;
 color: #FFFFFF;
}
TD.title { text-decoration: none;
font-size:9pt;
color: #FFFFFF;
font-weight: none;
font-family: Arial; }

TD.title2 { text-decoration: none;
font-size:11pt;
color: #FFFFFF;
font-weight: none;
font-family: Arial; }

TD.topnav { text-decoration: none;
font-size:9pt;
font-weight: none;
font-family: Arial; }
TD.topnav A:link { color: #000099;
text-decoration: none;
font-size:9pt;
font-weight: none;
font-family: Arial; }
TD.topnav A:visited { color: #000099;
text-decoration: none;
font-size:9pt;
font-weight: none;
font-family: Arial; }
TD.topnav A:active { color: #000000;
text-decoration: none;
font-size:9pt;
font-weight: none;
font-family: Arial; }
TD.topnav A:hover { color: #9A0000;
text-decoration: underline;
font-size:9pt;
font-weight: none;
font-family: Arial; 
}
TD.footer { text-decoration: none;
font-size:8pt;
color:#000000;
font-weight: none;
font-family: Arial; }
TD.footer A:link { color: #01810D;
text-decoration: none;
font-size:8pt;
font-weight: none;
font-family: Arial; }
TD.footer A:visited { color: #01810D;
text-decoration: none;
font-size:8pt;
font-weight: none;
font-family: Arial; }
TD.footer A:active { color: #01810D;
text-decoration: none;
font-size:8pt;
font-weight: none;
font-family: Arial; }
TD.footer A:hover { color: #01810D;
text-decoration: underline;
font-size:8pt;
font-weight: none;
font-family: Arial; }
#boxlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#boxlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#boxlist li 
{
padding-left: 10px;
background-image: url(dot.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}
#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{
background: transparent url(list-active.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #5A5959;
}

#navcontainer ul li a:hover
{
background: transparent url(list-on.gif) left center no-repeat;
color: black;
}

#navcontainer ul li a#current
{
background: transparent url(list-on.gif) left center no-repeat;
color: #05A201;
}
a.squarebutton{
background: transparent url('square-green-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('square-green-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container use to surround a CSS button to clear float */
overflow: hidden; 
width: 100%;
}
.style1 {color: #FF0000}