#menubar
{
    height: 31px;
    background-color: #4E3D21;
    /*background: url(/images/sprited.jpg) repeat-y top left;*/
}

#menubar ul
{
    list-style: none;
}

#menubar li
{
height: 30px;
    float: left;
    list-style-type: none;
}

#menubar li a
{
    top: 0;
    left:0;
    margin: 0;
    padding: 0;
    display: block;
    height: 30px;
    text-indent: -9999px; /* to hide text */
    background: url(/images/sprited.jpg) repeat-y top left;
    overflow: hidden;
    text-decoration:none;
    color: #FFF;
    font-weight: bold;    
}

li#n_accomodations a { 
    
    width: 116px;
    background-position: 0px 0px;     
}

li#n_amenities a {
    width: 179px;
    background-position: -116px 0; 
}

li#n_rates a {
    width: 176px;;
    background-position: -295px 0;   
}

li#n_people a {
    width: 86px;
    background-position: -471px 0;  
}
li#n_menu a {
    width: 92px;
    background-position: -557px 0;   
}
li#n_activities a {
    width:115px;
    background-position: -649px 0;  
}
li#n_volunteer a {
    width: 101px;
    background-position: -764px 0; 
}
li#n_contact a {
    width: 110px;
    background-position: -865px 0; 
}



/* Mouse over image changes for the navigation menu */
li#n_accomodations a:hover {
 background-position: 0px -31px; 
}
li#n_amenities a:hover {
    background-position: -116px -31px;
}
li#n_rates a:hover {
    background-position: -295px -31px;
}
li#n_people a:hover {
    background-position: -471px -31px;
}
li#n_menu a:hover {
    background-position: -557px -31px;
}
li#n_activities a:hover {
    background-position: -649px -31px; 
}
li#n_volunteer a:hover {
    background-position: -764px -31px; 
}
li#n_contact a:hover {
    background-position: -865px -31px; 
}




a
{
    text-decoration: none;
    border-style: none;
}
