@charset "utf-8";
/* CSS Document */

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.nav {
	z-index: 998;
	position: relative;
}
.nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	padding: 0;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 12px;
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	color: #ffffff;	
	font-weight:bold;
	padding: 0 5px 0 5px;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	color: #ffffff;	
	background: #7A0303;
	padding: 0 5px 0 5px;
}

.nav ul {
	background: #bc0606;
	list-style: none;
	margin: 5px 0px 0px 2px;
	position: absolute;
	top: -999em;
	left: 0px;
	z-index: 999;
}

.nav li li {
	line-height:25px;
	width: 200px;
	border-bottom: 1px solid #939596;
}

.nav li:hover ul,
.nav li.sfHover ul {
	top: 29px;
}
.nav ul li {
	float: none;
}


.nav-home {
background:url(/images/bluewater/nav-sprite.png) no-repeat;
	background-position: 0 0px;
	width: 75px;
	height: 31px;
	text-indent: -9999px;
}
.nav-home:hover {
	background-position: 0 -30px;
}
.nav-home.active {
	background-position: 0 -30px;
}




.nav-about {
background:url(/images/bluewater/nav-sprite.png) no-repeat;
	background-position: -75px 0;
	width: 85px;
	height: 31px;
	text-indent: -9999px;
}
.nav-about:hover {
	background-position: -75px -30px;
}
.nav-about.active {
	background-position: -75px -30px;
}






.nav-menu {
background:url(/images/bluewater/nav-sprite.png) no-repeat;
	background-position: -160px 0;
	width: 59px;
	height: 31px;
	text-indent: -9999px;
}
.nav-menu:hover {
	background-position: -160px -30px;
}
.nav-menu.active {
	background-position: -160px -30px;
}






.nav-events {
background:url(/images/bluewater/nav-sprite.png) no-repeat;
	background-position: -219px 0;
	width: 72px;
	height: 31px;
	text-indent: -9999px;
}
.nav-events:hover {
	background-position: -219px -30px;
}
.nav-events.active {
	background-position: -219px -30px;
}






.nav-news {
background:url(/images/bluewater/nav-sprite.png) no-repeat;
	background-position: -291px 0;
	width: 62px;
	height: 31px;
	text-indent: -9999px;
}
.nav-news:hover {
	background-position: -291px -30px;
}
.nav-news.active {
	background-position: -291px -30px;
}






.nav-photo {
background:url(/images/bluewater/nav-sprite.png) no-repeat;
	background-position: -353px 0;
	width: 122px;
	height: 31px;
	text-indent: -9999px;
}
.nav-photo:hover {
	background-position: -353px -30px;
}
.nav-photo.active {
	background-position: -353px -30px;
}






.nav-gift {
background:url(/images/bluewater/nav-sprite.png) no-repeat;
	background-position: -475px 0;
	width: 88px;
	height: 31px;
	text-indent: -9999px;
}
.nav-gift:hover {
	background-position: -475px -30px;
}
.nav-gift.active {
	background-position: -475px -30px;
}





.nav-contact {
background:url(/images/bluewater/nav-sprite.png) no-repeat;
	background-position: -563px 0;
	width: 102px;
	height: 31px;
	text-indent: -9999px;
}
.nav-contact:hover {
	background-position: -564px -30px;
}
.nav-contact.active {
	background-position: -564px -30px;
}
