BODY,UL,P,TABLE,TD,TH,H1,H2,H3,H4,H5,H6,BIG,SMALL {font-family:Trebuchet MS, arial,arial MT,helvetica,sans-serif,arial,verdana,helvetica ;} 
H1{ font-size: 14pt; } 
H2{ font-size: 14pt; } 
H3{ font-size: 12pt; } 
H4{ font-size: 11pt; } 

TH {text-align:left; }

H1{ vertical-align: middle;align:left;margin-top:5px;}


.copyright{color:#000000;}


div#websitename{height:70px;line-height:80px;margin:0;
  padding-left:10px; background-color:#f3f3f3;text-align: left; color:#977f3f;  font-family:Trebuchet MS, arial; font-size:24pt;border:0; border-bottom:1px; border-style: solid; border-color:#f3f3f3;}
  
div#container{text-align:left;width:750px;margin:0 auto;}
div#pagecontent {background-color:#ffffff; padding:10px; font-family:Trebuchet MS,arial;; font-size:12pt; border:1px; border-style: solid; border-color:#663300;}
div#menu{width:750px;background-color:transparent;position:absolute;align:left;}


    #menu {
width: 750; 
 font-family:  Trebuchet MS, Arial, sans-serif; 
 background-color: #ff9900; 
 height: 22;
color: #ffffff;
}

#menu ul {
 list-style: none;
 padding: 2;   /* padding to buttons */
 margin: 0 ;   /* indent from outside div */
}

#menu li {
float: left;     /* left for horizonal menu, otherwise its vertical.
 width: 100;   /* button outside dimensions, need this for centering text... make this same as anchor */
}

#menu a {
 text-align: center;  /* position text within li button */
 text-decoration: none; /* remove typical underline */
 font-size: 9pt;    /* menu text size */
 display: block;    /* treats layout of buttons like they're table cells rather than list items */
 height: 14;   /* button outside dimensions  */
 width: 100;   /* button outside dimensions */
 color: white;  /* link text colour */
 background-color: #f8b80a;
 border-width: 0px;
 border-right:1px;
 border-style: solid;
 border-color: #ffffff;
 padding: 2;   /* padding of text within button */
 margin: 0;   /* padding of button within list item */
}

#menu a:hover {  /* override as neccesary for mouse over effects */
 color: white; 
 background-color: #977f3f;

}
#menu li a {
                                padding: 5px 5px 5px 5px;
                
                }
#menu li ul {  /* this one is the dropdown */
 position: absolute; /* so we can hide it */
 left: -999em;  /* by default it is hidden */
 width: 100px;  /* width of the entire dropdown */
 margin: 0;  /* relative position of the menu to the button... 0=tight on bottom.. */
 background-color: transparent; /* color of the entire dropdown */

}


#menu li ul a:hover {  /* override colours for drop down buttons */
color: #ffffff;
 background-color: #000000;
}

#menu ul li:hover, #menu ul li.sfhover {
 color: blue;
}


#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;
}