/* ==================================================================

 *  http://www.marinsheriff.org

 *  owner: Planeteria Web Design

 *  author: Shawn Emory (semory@planeteria.com}

 *  created: 3/8/2007

 * ================================================================== */
 
/* ==================================================================
[ Primary Nav ]
* ================================================================== */

#primenav_container {
		float: left;
		padding: 0;
		width: 950px;
		background: #0b3d34;
		text-align: right;
		margin: 115px 0 0 0;
		border-top: 1px solid #f9e18d;
		border-bottom: 1px solid #f9e18d;
	}
	
	#primenav_container ul
	{
		margin: 0 0 0 249px;
		padding: 0;
	}
	
	#primenav_container ul li
	{
		display: inline;
		list-style-type: none;
		padding: 0;
		margin: 0;
		float: left;
		background:none;
	}
	
	#primenav a:link, #primenav a:visited
	{
		text-decoration: none;
		padding: 5px 10px 5px 10px;
		display:block;
		color: #fff;
		border-left: 1px solid #fff;
	}

	#primenav a:hover
	{
		text-decoration: none;
		background: #f9e18d;
		color: #0b3d34;	
	}
	
	#primenav #primenav_selected
	{
		text-decoration: none;
		background: #f9e18d;
		color: #0b3d34;
	}
	
	
	/* ---------------------[ End Primary Nav ] */

/* ==================================================================
[ Sub Nav ]
* ================================================================== */

#subnav_container {
padding: 0 0 30px 0;
margin: 0 0 35px 20px;
width: 235px;
background:url(images/bg_subnav_bottom.gif) left bottom no-repeat;
}

#subnav_container h2 {
padding: 10px;
color: #725c2f;
background: #d9c16b;
margin: 0;
font-weight: bold;
font-size: 110%;
border-bottom: none;
width:auto;
}

#subnav_container ul
{
margin: 0;
padding: 0;
border-bottom: 1px solid #197758;
background: #f9e18d;
}

#subnav_container ul li
{
display: inline;
list-style-type: none;
padding: 0;
margin: 0;
background:none;
}

#subnav a:link, #subnav a:visited
{
text-decoration: none;
padding: 6px 10px 6px 10px;
display:block;
color: #115b46;
border-top: 1px solid #197758;
width: 215px;
font-weight: bold;
}

#subnav a:hover
{
text-decoration: none;
background: #11573f;
color: #fff;
}

#subnav .subnav_selected
{
text-decoration: none;
background: #177656;
color: #fff !Important;
}

.nav_help {
	background: #2c5976;
}


	<!-- Level 2 Nav Styles -->
	#subnav_container ul li ul
	{
	list-style-type: none;
	padding: 0;
	margin: 0;
	background:none;
	border: none;
	clear: both;
	}
	
	#subnav li ul li a:link, #subnav li ul li a:visited
	{
	text-decoration: none;
	padding: 4px 16px 4px 26px;
	display:block;
	background: #76b19d; 
	border-top: 1px solid #197758;
	color: #fff;
	width: 193px;
	font-weight: bold;
	font-size: .9em;
	}
	
	#subnav li ul li a:hover
	{
	text-decoration: none;
	background: #248262;
	}
	
	#subnav li ul li .subnav_selected
	{
	text-decoration: none;
	background: #2c9471 !Important;
	}
	<!-- End Level 2 Nav Styles -->
		
		<!-- Level 3 Nav Styles -->
		#subnav_container ul li ul li ul
		{
		display: block;
		list-style-type: none;
		padding: 0;
		margin: 0;
		background: #d2e7e0 !Important;
		}
		
		#subnav li ul li ul li a:link, #subnav li ul li ul li a:visited
		{
		text-decoration: none;
		padding: 4px 16px 4px 36px;
		display:block;
		background: #d2e7e0; 
		border-top: 1px dotted #76b19d !Important;
		color: #177656 !Important;
		width: 183px;
		font-weight: normal;
		font-size: .9em;
		}
		
		#subnav li ul li ul li a:hover
		{
		text-decoration: underline;
		font-weight: bold;
		background: #d2e7e0; 
		}
		
		#subnav li ul li ul li .subnav_selected
		{
		text-decoration: underline !Important;
		font-weight: bold !Important;
		background: #d2e7e0 !Important; 
		}
		<!-- End Level 3 Nav Styles -->
		


/* ---------------------[ End Sub Nav ] */

/* ---------------------[ Tertiary Nav - it's in the footer ] */

#tertnav
{
list-style-type: none;
padding: 0;
font-size: 0.9em;
}

#tertnav li
{
border-left: 1px solid #fff;
float: left;
line-height: 1.1em;
padding: 0 20px 0 20px;
background-image:none;
}

#tertnav li.firstchild {
border-left: none;
}

#tertnav a:link, #footer #tertnav a:visited {
color: #fff;
float: left;
display:inline;
}

#tertnav a:hover {
text-decoration:underline;
}

#tertnav #tertnav_selected {
text-decoration: none;
font-weight:bold;
}

#contact #nav_contact {text-decoration: none; font-weight:bold;}
#login #nav_login {text-decoration: none; font-weight:bold;}
#sitemap #nav_sitemap {text-decoration: none; font-weight:bold;}
#free_goodies #nav_free {text-decoration: none; font-weight:bold;}
#photo_credits #nav_photo {text-decoration: none; font-weight:bold;}
#store #nav_store {text-decoration: none; font-weight:bold;}
#news #nav_news {text-decoration: none; font-weight:bold;}
#press #nav_press {text-decoration: none; font-weight:bold;}


