

#navbar
{
    width : 1000px ;
    position : absolute ;
    right : 0px ;
    bottom : 0px ;
    
    color : #FFFFE8 ;
    background-image : url(../assets/images/navgrad.jpg) ;
    background-position : left ;
    background-repeat : repeat-y ;
    background-color : #CDA87D ;
}


#navbar a, #navbar a:visited
{
    color : #FFFFE8 ;
    display : block ;
    width : 100% ;
    height : 100% ;
    
    padding : 3px 0px 8px 0px ;
    margin-right : 40px ;
}

#navbar a:hover
{
    text-decoration : none ;
    color : #008 ;  /* #898B97 */
}

#navbar a.navActive
{
    color : #008 ;
    text-decoration : underline ;
}

ul.navbar
{
    float : right ;
    margin : 0px ;
}
    
    ul.navbar li
    {
        float : left ;
        list-style : none ;
        
        font-weight : 900 ;
        
        white-space : nowrap ;
        
    }
    
