DIV.fstLevel a
{
		display: block;
        padding: 4px 5px 4px 15px;
        width: 138px;
        font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 19px;
        letter-spacing: 1px;
        color: #FF6600;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 1px solid #E8E8E8;
}


DIV.fstLevelActive a
{
		display: block;
        background: url(images/fstLevelActive_a.gif) no-repeat left;
        padding: 4px 5px 4px 16px;
        width: 138px;
        font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 19px;
        letter-spacing: 1px;
        color: #62AA27;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 1px solid #E8E8E8;
}


DIV.secLevel a
{
 padding: 4px 5px 4px 16px;
 width: 138px;
 font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 19px;
 color: #62AA27;
 text-decoration: none;
 text-transform: none;
 border-bottom: 1px solid #E8E8E8;
 background:  url(images/secLevel_a.gif) no-repeat left;
 display: block;
}

DIV.secLevel a:hover
{
 color: #62AA27;
 text-decoration: none;
}



DIV.secLevelActive a
{
 padding: 4px 5px 4px 16px;
 width: 138px;
 font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 19px;
 color: #62AA27;
 text-decoration: none;
 text-transform: none;
 border-bottom: 1px solid #E8E8E8;
 background:  url(images/secLevelActive_a.gif) no-repeat left;
 display: block;
}