/********************************************
* Main Navigation Style Definitwions
********************************************/

#nav-bg {
	position:absolute;
	padding: 0 0px;
	width:791px;
	left: 14px;
	top: 88px;
	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#balloon {
    background: url(../images/Lauderhill_balloon_nav_1.jpg) top left no-repeat;
	width: 114px;
	height: 39px;
}
#nav a#events {
    background: url(../images/Lauderhill_balloon_nav_2.jpg) top left no-repeat;
	width: 115px;
	height: 39px;
}
#nav a#gallery {
    background: url(../images/Lauderhill_balloon_nav_3.jpg) top left no-repeat;
	width: 114px;
	height: 39px;
}
#nav a#faq {
    background: url(../images/Lauderhill_balloon_nav_4.jpg) top left no-repeat;
	width: 83px;
	height: 39px;
}
#nav a#gift {
    background: url(../images/Lauderhill_balloon_nav_5.jpg) top left no-repeat;
    width: 145px;
	height: 39px;
}

#nav a#contact {
    background: url(../images/Lauderhill_balloon_nav_6.jpg) top left no-repeat;
    width: 115px;
	height: 39px;
}
#nav a#home {
    background: url(../images/Lauderhill_balloon_nav_7.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;
}
