
.menu {
 color: white;
 font-family: Trebuchet MS, arial, helvetica;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
 line-height: 22px;
}
.menuOn {
 font-weight: bold;
 color: black;
 font-family: Trebuchet MS, arial, helvetica;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
 line-height: 22px;
 background-repeat:no-repeat;
 background-image: url('menu_back_3.jpg');
 background-position:center;

}
.menuOnActivity {
 font-weight: bold;
 background-repeat: no-repeat;
 color: black;
 font-family: Trebuchet MS, arial, helvetica;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
 line-height: 22px;
 background-color:#99FFFF; 
 background-repeat:repeat-x;
}

.menuOff {
 font-weight: bold;
 background-repeat: no-repeat;
 color: white;
 font-family: Trebuchet MS, arial, helvetica;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
 line-height: 22px;
 background-image: none;
}

#header
{
padding-top: 5px;
border-bottom: 5px solid #246030;
}
#footer
{
padding-top: 5px;
border-top: 5px solid #246030;
}

