/********************************************
* Main Navigation Style Definitwions
********************************************/

#nav-bg {
	position:absolute;
	padding: 0 0px;
	width:1000px;
	left: 22px;
	top: 1px;
	height: 33px;
}

#nav {
    margin: 0;
    padding: 0;
	margin-left:60px;
	margin-top:1px;
    width: 900px;
	
}

#nav:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    height: 100%;
}

#nav li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#nav a {
    float: left;
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    height: 31px;
    overflow: hidden;
}

#nav a#home {
    background: url(../images/San_Jose_nav_home.gif) top left no-repeat;
	width: 80px;
	height: 31px;
	margin-top:0px;
}
#nav a#rides {
    background: url(../images/San_Jose_nav_rides.gif) top left no-repeat;
	width: 166px;
	height: 31px;
	margin-top:0px;
}
#nav a#charters {
    background: url(../images/San_Jose_nav_charters.gif) top left no-repeat;
	width: 112px;
	height: 31px;
	margin-top:0px;
}
#nav a#faq {
    background: url(../images/San_Jose_nav_faq.gif) top left no-repeat;
    width: 77px;
	height: 31px;
	margin-top:0px;
}
#nav a#photo {
    background: url(../images/San_Jose_nav_photo.gif) top left no-repeat;
    width: 151px;
	height: 31px;
	margin-top:0px;
}
#nav a#gift {
    background: url(../images/San_Jose_nav_gift.gif) top left no-repeat;
	width: 164px;
	height: 31px;
	margin-top:0px;
}
#nav a#contact {
    background: url(../images/San_Jose_nav_contact.gif) top left no-repeat;
    width: 140px;
	height: 31px;
	margin-top:0px;
}


#nav a:hover#home, body#home-on a#home {
    background: url(../images/San_Jose_nav_home.gif) bottom left no-repeat;
	margin-top:0px;
}
#nav a:hover#rides, body#rides-on a#rides {
    background: url(../images/San_Jose_nav_rides.gif) bottom left no-repeat;
	margin-top:0px;
}
#nav a:hover#charters, body#charters-on a#charters {
    background: url(../images/San_Jose_nav_charters.gif) bottom left no-repeat;
	margin-top:0px;
}
#nav a:hover#photo, body#photo-on a#photo {
    background: url(../images/San_Jose_nav_photo.gif) bottom left no-repeat;
	margin-top:0px;
}
#nav a:hover#faq, body#faq-on a#faq {
    background: url(../images/San_Jose_nav_faq.gif) bottom left no-repeat;
	margin-top:0px;
}
#nav a:hover#gift, body#gift-on a#gift {
    background: url(../images/San_Jose_nav_gift.gif) bottom left no-repeat;
	margin-top:0x;
}
#nav a:hover#contact, body#contact-on a#contact {
    background: url(../images/San_Jose_nav_contact.gif) bottom left no-repeat;
	
	margin-top:0px;
}
