td,table,body{Font-Family:Arial, Verdana}
BODY,UL,P,TABLE,TD,TH,H1,H2,H3,H4,H5,H6,BIG,SMALL {font-family: Font-Family:Arial, Verdana;font-size:8pt;color:#666666; } 
H1{ font-family:georgia;font-size: 12pt; margin-bottom:3px;color:#cc3366; } 
H2{ font-size: 10pt; color:#cc3366;margin-bottom:3px;} 
H3{ font-size: 12pt; } 
H4{ font-size: 11pt; } 

TH {text-align:left; }


#menu {
 width: 100%;  
 background-color: transparent; 
 height: 30;
}

#menu ul {
 list-style: none;
 padding: 5;   /* 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: 8pt;    /* menu text size */
 font-weight:bold;
 display: block;    /* treats layout of buttons like they're table cells rather than list items */
 height: 14;   /* button outside dimensions  */
 width: 140;   /* button outside dimensions */
 color: #fff8a0;  /* link text colour */
 background-color: #transparent;
 border-width: 0px;
 border-style: solid;
 border-color: #ccc;
 padding:3;   /* padding of text within button */
padding-right:15px;
padding-left:15px;
padding-bottom:5px;
 margin: 0;   /* padding of button within list item */
}

#menu .menuactive {
 text-align: center;  /* position text within li button */
 text-decoration: none; /* remove typical underline */
 font-size: 8pt;    /* menu text size */
 font-weight:bold;
 display: block;    /* treats layout of buttons like they're table cells rather than list items */
 height: 14;   /* button outside dimensions  */
 width: 140;   /* button outside dimensions */
 color: #fff8a0;  /* link text colour */
background-image:
url('/uploads/71883/images/active_dot.gif');
background-repeat: no-repeat;
background-position: -1px 3px;
 background-color: #transparent;
 border-width: 0px;
 border-style: solid;
 border-color: #ccc;
 padding:3;   /* padding of text within button */
padding-right:15px;
padding-left:15px;
padding-bottom:5px;
 margin: 0;   /* padding of button within list item */
}


#menu a:hover {  /* override as neccesary for mouse over effects */
 color: #fff8a0; 
 background-color: transparent;
font-weight:bold;
}


#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: #999; /* color of the entire dropdown */
}


#menu ul ul ul {
 position: absolute;
 background-color: #CCC;
 top: auto;  /* auto means that it will be in the typicall indented list position below the first menu */
 left: 0;   /* 0 */
 margin: -20 110;       /* adjust the margins to position the 2nd level popout menu to the right*/
 width: 100%;   /* width is based on the containing block */
}

#menu li ul a {  /* override colours for drop down buttons */
 background-color:#ddd;
 width: 110px;
 text-align:left;
 font-size: 7pt;
 color:#030;
}

#menu li ul a:hover {  /* override colours for drop down buttons */
 color: white;
 background-color: #666;
}

#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;
}
