/* TOP NAV
------------------------------------------*/
#top-nav {
    position: absolute;
    width: 129px;
    font-weight: bold;
    background:url(../img/bg-nav.gif) #5A5A5A repeat-y;
    padding: 6px 23px 4px 23px;
    left: 8px;
    top: 125px;
}
    #top-nav  a.sel {
        color: #fff;
    }
        #top-nav  a:hover.sel {
            color: #fff;
            text-decoration: none;
        }
    #top-nav a:link, #nav a:visited{
        color: #808080;
        text-decoration: none;
    }
    #top-nav a:hover {
        color: #FD7E01;

    }