
/**** LINK-tag style sheet navigation.css ****/

/* CSS Document */
/* ==================================================================

*  http://www.beelssoper.com

*  owner: Planeteria Web Design

*  author: Leigh Nouveaux (lcockrell@planeteria.com}

*  created: 2/06/2008

* ================================================================== */

/* ==================================================================
[ Primary Nav ]
* ================================================================== */



.primenav-container {
	text-align:right;
	position:absolute;
	top: 323px;
	left:0px;
	height: 22px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_nav.gif);
	background-repeat: repeat-x;
	width: 960px;	
}

.home .primenav-container {
	text-align:right;
	position:absolute;
	top: 413px;
	left:0px;
	height: 22px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_nav.gif);
	background-repeat: repeat-x;
	width: 960px;	
}

#primenav  {
	background-image: url(images/bg_nav.gif);
	background-repeat: repeat-x;
	float: right;
}

#primenav li {
   color:#FFFFFF;
	float: left;
	border-left: 2px solid #d9e6ec;
	letter-spacing: 0.5px;
	text-decoration: none;
	font-size: 10px;
	list-style-type: none;
	height: 22px;
}

#primenav li.first-child {/*Removes the dotted line from the firstchild (home) link  */
	border-left: none
}

#primenav a:link, #primenav a:visited {
	color:#FFFFFF;
	background-color: #4e7d9a;
	text-decoration: none;
	display: block;
	padding: 4px 1.4em 4px 1.4em;
	text-align: right;
	line-height: 11px;
}

#primenav a:hover,
#primenav  #primenav_selected {/*Makes the background of the links color change when hovered over */
	color: #fff;
	background-color: #746d31;
}


/* ==================================================================
[ Sub Nav ]
* ================================================================== */

	
#subnav-container {
	position: absolute;
	width: 190px;
	height: 158px;
	left: 707px;
	top: 129px;
	text-align:left;
}

#subnav {
	list-style-position: outside;
	list-style-type: none;
}

#subnav ul li {
	text-decoration: none;
	font-size: 84%;
	list-style-type: none;
	display: block;
}
	
	*html #subnav ul li {
		display: inline;
		width:181px;
		float:left;
		font-size: 84%;
	}
	
#subnav a:link {
	color: #3b5a6f;
	background-color: transparent;
	text-decoration: none;
	border-top: 1px solid #4d7e9e;
	display: block;
	padding: .7em 0;
	font-size: 84%;
}

  *html #subnav a:link {
		display: inline;
		float:left;
		width:181px;
		overflow:hidden;
	}

#subnav a:visited {
	color: #3b5a6f;
	background-color: transparent;
	text-decoration: none;
	border-top: 1px solid #4d7e9e;
	display: block;
	padding: .7em 0;
	font-size: 84%;
}
	
	*html #subnav a:visited {
		display: inline;
		float:left;
		width:181px;
		overflow:hidden;
	}	

		
#subnav a:hover,
#subnav  #subnav_selected  {
	color: #665a30;
	background-color: transparent;
	font-weight: bold;
}

   *html #subnav a:hover {
		display: inline;
		float:left;
		width:181px;
		overflow:hidden;
	}
		
   *html #subnav #subnav_selected {
		display: inline;
		float:left;
		width:181px;
		overflow:hidden;
	}
			
/*.inline {
	display: list-item;
	float: left;
}*/
