/* *************************************************************

NAME: homenav.css
DATE: 07/13/2005
DESCRIPTION: homepage main navigation style

************************************************************* */

#nav {
	float: left;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 20px;
	position: relative;
}

#nav li ul {
	display: none;
}

#nav li {
	display:inline;
	list-style: none;
	padding: 0; /*IE5/MAC Padding Fix*/
}

#nav a {
	float: left;
	background: url(../images/nav2.gif) no-repeat;
	text-decoration: none; /*Mozilla Underline Fix*/
	height: 20px;
}

#nav strong {
	visibility: hidden;
}


/* ~~~~~~~~~ NAVIGATION BUTTON STYLES ~~~~~~~~~ */

#aboutshoreline a {
	width: 150px;
	background-position: 0 -40px;
}
#aboutshoreline a.selected, #aboutshoreline a:hover {
	background-position: 0 -20px;
}

#aquaticcenter a {
	width: 150px;
	background-position: -150px -40px;
}
#aquaticcenter a.selected, #aquaticcenter a:hover {
	background-position: -150px -20px;
}

#lakesidecafe a {
	width: 150px;
	background-position: -300px -40px;
}
#lakesidecafe a.selected, #lakesidecafe a:hover {
	background-position: -300px -20px;
}

#shorelineevents a {
	width: 150px; 
	background-position: -450px -40px;
}
#shorelineevents a.selected, #shorelineevents a:hover {
	background-position: -450px -20px;
}
#pressroom a {
	width: 150px; 
	background-position: -600px -40px;
}
#pressroom a.selected, #pressroom a:hover {
	background-position: -600px -20px;
}