/* CSS Document */

BODY,UL,P,TABLE,TD,TH,H1,H2,H3,H4,H5,H6,BIG,SMALL {font-family: arial,arial MT,helvetica,sans-serif,arial,verdana,helvetica ; } 
BODY,UL,P,P.img,TABLE,TD {font-size: 11pt; } 
H1{ font-size: 14pt; color:#003300; margin-top: 10 } 
H2{ font-size: 15pt; } 
H3{ font-size: 13pt; margin: 5,5,0,0} 
H4,H5,H6{ font-size: 12pt;  color:#006600; } 
BIG{ font-size: 12pt; } 
SMALL{ font-size: 8pt; }
TH {text-align:left; }

A {text-decoration:none; color: green; }
A:hover {text-decoration:underline; color: green; }


#ContentCMS { text-align: justify; }

.menubuttonlink {font-family:arial; 
font-size:7pt; 
color:#000000; 
font-weight: strong;
text-decoration: none; }



#menu {
font-family: arial, sans-serif; 
width:650px; 
margin:0; 
margin-bottom:0px;
position:relative;
z-index:100;
padding:0 2px;
font-weight:bold;

}

#menu ul {
padding:0; 
margin:0;
list-style-type: none;
}

#menu ul li {
float:left; 
position:relative;
}

/* these are the main row of buttons */
#menu ul li a, #menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:6.1em; 
border:1px solid #000;
border-width:1px 1px 1px 0;
line-height:17px; 
font-size:11px;
color:#fff; 
background:#336600;
}

/* hover over the main row of buttons */
#menu ul li a:hover {
color:#fff; 
background:#000000;
}

/* keep the sub menus hidden for now*/
#menu ul li ul {
display: none;
}


/* show the drop down on sfhover */
#menu li.sfhover ul, #menu li li.sfhover ul, #menu ul li:hover ul {
display:block; 
position:absolute; 
top:19px; 
left:0; 
width:170px;
}


/* drop down links */

#menu li.sfhover ul li a, #menu li.sfhover ul li a:visited, #menu ul li:hover ul li a 
{
 padding: 0 4 ;
 border:none;
 line-height: 14px;
 width:170px;
 text-align:left;
 color:#fff;
 background:#336600;
 font-size: 7pt; 
}

/* drop down links mouseover */
#menu ul li:hover ul li a:hover, #menu ul li.sfhover ul li a:hover {
background:black; 
color:#fff;
}