BODY, TD, .text1 {
font-family: Verdana,Arial;
color: #303030;
font-size: 8pt;
font-weight:normal;
text-decoration:none;
}
.header1 {
font-family: Arial;
color: #FFFFFF;
font-size: 18px;
font-weight:normal;
text-decoration:none;
}
H1 {
font-family: Arial;
color: #339900;
font-size: 18px;
font-weight:normal;
text-decoration:none;
}
H2, .header2 {
font-family: Arial;
color: #339900;
font-size: 17px;
font-weight:normal;
text-decoration:none;
}
.link1 {
font-family: Arial;
color: #FFFFFF;
font-size: 8pt;
font-weight:normal;
text-decoration:none;
padding-left:5px;
padding-right:8px;
}
.link1:hover {
font-family: Arial;
color: #FFFFFF;
font-size: 8pt;
font-weight:normal;
text-decoration:underline;
padding-left:5px;
padding-right:8px;
}

.link2 {
font-family: Arial;
color: #339900;
font-size: 8pt;
font-weight:normal;
text-decoration:none;
padding-left:5px;
padding-right:8px;
}
.link2:hover {
font-family: Arial;
color: #000000;
font-size: 8pt;
font-weight:normal;
text-decoration:underline;
padding-left:5px;
padding-right:8px;
}

.link3 {
font-family: Arial;
color: #808080;
font-size: 8pt;
font-weight:normal;
text-decoration:none;
padding-left:5px;
padding-right:5px;
}
.link3:hover {
font-family: Arial;
color: #000000;
font-size: 8pt;
font-weight:normal;
text-decoration:underline;
padding-left:5px;
padding-right:5px;
}

.inputbox {
font-family: Verdana,Arial;
color: #303030;
font-size: 8pt;
font-weight:normal;
text-decoration:none;
}



.copyright { color: 999; }


#menu 
{
 text-align: left;
 margin: 0;
}

#menu ul 
{
 float: right;
 list-style: none; 
 padding: 0;   /* padding to buttons */
 margin: 0 ;   /* indent from outside div */
}

#menu li 
{
 padding: 0;
 margin: 0 ;   /* indent from outside div */
 margin-left: 1;
 float: left;     /* left for horizonal menu, otherwise its vertical. */
}

#menu a, #menu a:visited, #menu a:active 
{
 font-family: VERDANA, ARIAL, HELVETICA;
 background: #99CC33 url(/uploads/templates/4/images/tableft.gif) no-repeat;
 color: white;
 float: left;     /* left for horizonal menu, otherwise its vertical. */
 text-decoration: none; /* remove typical underline */
 font-size: 8pt;    /* menu text size */
 display: block;    /* treats layout of buttons like they're table cells rather than list items */
 padding: 5 15 5 15;   /* padding of text within button */
 margin: 0;   /* padding of button within list item */
}


#menu a:hover {
 color: white; 
 background-color: #666;
}

#menu a.menuactive, #menu a.menuactive:visited {  /* override as neccesary for mouse over effects */
 color: white; 
 background-color: #333;
}


#menu ul ul {  /* this one is the dropdown */
 background-color: #CCC;
 position: absolute; /* so we can hide it */
 left: -999em;  /* by default it is hidden */
 width: 120;  /* width of the entire dropdown */
 margin: 25 -50;  /* relative position of the menu to the button... 0=tight on bottom.. */
 padding: 0;
}

#menu ul ul li {  /* this one is the dropdown */
 width: 120;
 margin: 0 ;   /* indent from outside div */
 display: block;
}

#menu ul ul a {  /* override colours for drop down buttons */
 background-color:#CCC;
 color:black;
 width: 120;
 padding:4px;
}

#menu ul ul a:hover {  /* override colours for drop down buttons */
 color: black;
 background-color: #CCC;
}

#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul 
{
 left: -999em;
}

#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul {
 left: auto;
}