p            { font-family: Verdana; font-size: 10pt }table        { font-family: Verdana; font-size: 10pt }h1           { font-family: Verdana; font-size: 15pt; font-style: italic; text-decoration: Underline; font-weight: none }
h2           { font-family: Verdana; font-size: 10pt; font-style: italic; font-weight: bold }
textarea     { font-family: verdana }td           { font-family: verdana; font-size: 10pt }tbody        { font-family: verdana; font-size: 10pt }<style type="text/css"><!--a.menu {  text-decoration: none; color: #5f845f; font-size: 8pt; font-weight: bold}a:hover.menu { text-decoration: none; color: #ffffff; font-size: 8pt; font-weight: bold}


html, body { 
margin: 0;
padding: 0px;
height: 100%; 
background: #a1c7a1 url(/images/bg.jpg) repeat-x; /* Main DIV Background Img */

} 

#container { 
min-height: 100%; 
height: auto !important; 
height: 100%; 
margin: 0 auto -4em; 
width: 960px;
background-color: #bdd3bd;
border: 10px #8cb28c solid;
} 


/* --------------TOPNAV------------------------------------------------------------- */


.suckertreemenu {
height: 54px;
background: url(/images/navbg.jpg) repeat-x; /* Main DIV Background Img */
}

.suckertreemenu ul{
margin: 0;
padding-left: 0px;
list-style-type: none;
letter-spacing: 0px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
padding: 19px 17px 19px 16px;
background: url(/images/navsep.gif) no-repeat top right;
line-height:15px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: inline;
font: bold 12px verdana, Arial, Sans-serif;
color: #d5e3d5;
text-decoration:none;
cursor: pointer;
}

.suckertreemenu ul li a:hover{
color: #fff;
text-decoration:none;
}




/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0em;
position: absolute;
top: 0em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
margin-top: -8px;
text-decoration: none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
background: none;
padding: 0px 0px 0px 0px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a {
margin: 0px;
display: block;
overflow: visible;
text-align: left;
font: 10pt verdana, Arial, Sans-serif;
width: 160px; /*width of sub menu levels*/
text-decoration: none;
padding: 4px;
border: 1px solid #bdd3bd;
top: -12em;
background-color: #3b5b3a;
color: #bdd3bd;
}

.suckertreemenu ul li ul li a:hover{
text-decoration:underline;
background-color: #6e6e6e;
color: #fff;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


-->

/* Footer & SEO links */
#seo     	 { font-family: Verdana; text-decoration: none; color: #585A58; font-size: 10pt; text-align: left }

#seo2     	 { font-family: Verdana; text-decoration: none; color: #585A58; font-size: 10pt; text-align: center  }

a.seo:link {  font-family: Verdana; text-decoration: none; color: #585A58; font-size: 10pt;}
a.seo:visited  { font-family: Verdana; text-decoration: none; color: #585A58; font-size: 10pt; }
a.seo:hover { font-family: Verdana; text-decoration: none; color: #ffffff; font-size: 10pt;}


</style>