.sf_navigation ul li a:visited {
    color: #ooooff;
 }

 .sf_navigation ul li a {
    display: block;
    padding: 4px 5px 6px 5px;
    text-decoration: none;
    min-height: 1%;
    height: 1%;
    color: #ooooff;
 }

 a:link {
    text-decoration: underline;
    color: #ooooff;
 }

 a:visited {
    color: #ooooff;
 }

 a:hover {
    text-decoration: none;
    color: #ooooff;
 }

 
