/* CSS Document */

 ul{
list-style: none;
}

li{
display: inline;
margin: 0 10px 0 0;
}

 a{
font-family: Arial;
font-weight: normal;
font-size: 12px;
}

a:link, a:visited{
background-color: transparent;
color: #333333;
text-decoration: none;
}

a:hover, a:active{
background-color: transparent;
color: #96A925;
font-weight: bold;
text-decoration: dashed;
} 
