﻿/*******************
    LINK IMAGES
*******************/

#navigation a, #navigation a:hover
{
 display: block;   
}

#sidebar a, #sidebar a:hover
{
   display: block;
   height: 45px;
   width: 150px;
}

span
{
 display: none;   
}

#home
{
    width: 50px;
    height: 20px;
    background: url('../images/buttons/up/home.png') no-repeat;
}


#home:hover
{
    width: 50px;
    height: 20px;
    background:url('../images/buttons/over/home.png') no-repeat;
}

#campground
{
    width: 125px;
    height: 20px;
    background: url('../images/buttons/up/campground.png') no-repeat;
}


#campground:hover
{
    width: 125px;
    height: 20px;
    background:url('../images/buttons/over/campground.png') no-repeat;
}

#pricing
{
    display: block;
    width: 100px;
    height: 20px;
    background: url('../images/buttons/up/pricing.png') no-repeat;
}


#pricing:hover
{
    display: block;
    width: 100px;
    height: 20px;
    background:url('../images/buttons/over/pricing.png') no-repeat;
}

#map
{
    width: 50px;
    height: 20px;
    background: url('../images/buttons/up/map.png') no-repeat;
}


#map:hover
{
    width: 50px;
    height: 20px;
    background:url('../images/buttons/over/map.png') no-repeat;
}

#tour
{
    width: 50px;
    height: 20px;
    background: url('../images/buttons/up/tour.png') no-repeat;
}


#tour:hover
{
    width: 50px;
    height: 20px;
    background:url('../images/buttons/over/tour.png') no-repeat;
}

#contact
{
    width: 80px;
    height: 20px;
    background: url('../images/buttons/up/contact.png') no-repeat;
}


#contact:hover
{
    width: 80px;
    height: 20px;
    background:url('../images/buttons/over/contact.png') no-repeat;
}

#register
{
    display: block;
    height: 45px;
    width: 150px;
    background: url('../images/buttons/up/register.png') no-repeat; 
}

#register:hover
{
    display: block;
    background: url('../images/buttons/over/registerGlow.png') no-repeat;
}

#events
{
    background: url('../images/buttons/up/events.png') no-repeat;   
}

#events:hover
{
    background: url('../images/buttons/over/eventsGlow.png') no-repeat;   
}

#forms
{
    background: url('../images/buttons/up/forms.png') no-repeat;
}

#forms:hover
{
    background: url('../images/buttons/over/formsGlow.png') no-repeat;
}

#faq
{
    background: url('../images/buttons/up/faq.png') no-repeat;
}

#faq:hover
{
    background: url('../images/buttons/over/faqGlow.png') no-repeat;
}

#parents
{
    background: url('../images/buttons/up/parents.png') no-repeat;
}

#parents:hover
{
    background: url('../images/buttons/over/parentsGlow.png') no-repeat;
}

#rentals
{
    background: url('../images/buttons/up/rentals.png') no-repeat;
}

#rentals:hover
{
    background: url('../images/buttons/over/rentalsGlow.png') no-repeat;
}

#sidebar #duane
{
    background: url('../images/duaneSide.png') no-repeat;
    width: 140px;
    height: 52px;
}

#sidebar #ccca
{
    background: url('../images/ccca.gif') no-repeat;
    width: 132px;
    height: 116px;     
}
