/********************************************
* Main Navigation Style Definitwions
********************************************/

#nav-bg {
	position:absolute;
	padding: 0 0px;
	width:791px;
	left: 14px;
	top: 77px;
	height: 39px;
	margin-right:70px;
	background-color:#FFFFFF;
}

#nav {
    margin: 0;
    padding: 0;
    width: 800px;
	
}

#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: 122px;
    overflow: hidden;
}

#nav a#skydiving {
    background: url(../images/alabama-skydiving_01.jpg) top left no-repeat;
	background-position:0px -10px 100px;
	width: 114px;
	height: 39px;
	
}
#nav a#events {
    background: url(../images/alabama-skydiving_02.jpg) top left no-repeat;
	width: 115px;
	height: 39px;
}
#nav a#gallery {
    background: url(../images/alabama-skydiving_03.jpg) top left no-repeat;
	width: 114px;
	height: 39px;
}
#nav a#faq {
    background: url(../images/alabama-skydiving_04.jpg) top left no-repeat;
	width: 83px;
	height: 39px;
}
#nav a#gift {
    background: url(../images/alabama-skydiving_05.jpg) top left no-repeat;
    width: 145px;
	height: 39px;
}

#nav a#contact {
    background: url(../images/alabama-skydiving_06.jpg) top left no-repeat;
    width: 115px;
	height: 39px;
}
#nav a#home {
    background: url(../images/alabama-skydiving_07.jpg) top left no-repeat;
    width: 111px;
	height: 39px;
}

/*********************************
* Subnav
*********************************/

#subnav {
    margin: 11px 0;
    padding: 0;
    width: 244px;
}

#subnav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#subnav a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    width: 244px;
    height: 31px;
    overflow: hidden;
}
