#navlist {
    font-family:Century Gothic, Arial, Helvetica, sans-serif;
    font-size:0.8em;
    font-weight:lighter;
    list-style:none;
}
#navlist a {
    display:block;
    width:135px;
    color:#666666;
    text-decoration:none;
    padding:7px 10px 6px 10px;
}
#navlist a:hover { 
    background-position:0 -29px;
    color: #ff9933;
}
#navlist a:active {
    background-position:0 -58px;
    color:#ff9933;
}
