DIV.fstLevel a
{
		display: block;
        padding: 4px 5px 4px 6px;
        width: 150px;
        font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 19px;
        letter-spacing: 1px;
        color: #8D0130;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 1px dotted #333;
}


DIV.fstLevelActive a
{
		display: block;
        background: url(../images/fstLevelActive_a.gif) no-repeat left;
        padding: 4px 5px 4px 16px;
        width: 140px;
        font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 19px;
        letter-spacing: 1px;
         color: #8D0130;
        text-decoration: none;
        text-transform: uppercase;
         border-bottom: 1px dotted #333;
}


DIV.secLevel a
{
 padding: 4px 5px 4px 16px;
 width: 140px;
 font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 19px;
 color: #8D0130;
 text-decoration: none;
 text-transform: none;
  border-bottom: 1px dotted #333;
 display: block;
}

DIV.secLevel a:hover
{
   color: #BC0438;
 text-decoration: none;
}



DIV.secLevelActive a
{
 padding: 4px 5px 4px 16px;
 background:  url(../images/secLevelActive_a.gif) no-repeat left;
 width: 140px;
 font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 19px;
 color: #8D0130;
 text-decoration: none;
 text-transform: none;
 border-bottom: 1px dotted #333;
 display: block;
}
