DIV.fstLevel a
{
		color: #AD0131;
		display: block;
        padding: 4px 5px 4px 6px;
        width: 150px;
        font-size: 13px;
        font-family: Georgia, Times, serif; 
		font-style: italic;
        font-weight: 600;
		vertical-align: middle;
        line-height: 19px;
        text-decoration: none;
        border-bottom: 1px dotted #333;
}


DIV.fstLevel a:hover
{
   color: #C9CC19;
 text-decoration: none;
}



DIV.fstLevelActive a
{
		color: #AD0131;
		display: block;
        background: url(images/fstLevelActive_a.gif) no-repeat left;
        padding: 4px 5px 4px 16px;
        width: 140px;
        font-size: 13px;
        font-family: Georgia, Times, serif; 
		font-style: italic;
        font-weight: 600;
		vertical-align: middle;
        line-height: 19px;
        text-decoration: none;
        border-bottom: 1px dotted #333;
}


DIV.fstLevelActive a:hover
{
   color: #C9CC19;
 text-decoration: none;
}



DIV.secLevel a
{
 		color: #AD0131;
		display: block;
		padding: 4px 5px 4px 16px;
		width: 140px;
		font-size: 13px;
        font-family: Georgia, Times, serif; 
		font-style: italic;
        font-weight: 600;
		vertical-align: middle;
        line-height: 19px;
        border-bottom: 1px dotted #333;
 }

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



DIV.secLevelActive a
{
  		color: #AD0131;
		display: block;
 		padding: 4px 5px 4px 16px;
		background:  url(images/secLevelActive_a.gif) no-repeat left;
		width: 140px;
		font-size: 13px;
        font-family: Georgia, Times, serif; 
		font-style: italic;
        font-weight: 600;
		vertical-align: middle;
        line-height: 19px;
       	border-bottom: 1px dotted #333;
 }
