/* ==================================================================

 *  http://www.feralcatproject.org

 *  owner: Planeteria Web Design

 *  authors: Shawn Emory (semory@planeteria.com)

 *  created: 1/5/2007

 * ================================================================== */

/* ==================================================================
[ Primary Nav ]
* ================================================================== */
* {padding:0; margin:0; border:0;}


#primenav_container {
padding: 10px 0 15px 0;
width: 242px;
margin: 0;
min-height: 201px;
background: url(images/bg_primenav.gif) left bottom no-repeat #55889b;
}
*html #primenav_container {height: 201px;}

#primenav_container ul
{
margin: 0 0 0 11px;
padding: 0;
}

#primenav_container ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: inline;
width: 205px;
background: url("images/bg_primenav_bullet.gif") 5px 8px no-repeat;
}

#primenav a:link, #primenav a:visited
{
text-decoration: none;
padding: 5px 12px 7px 25px;
display:block;
width: 190px;
color: #f4efcf;
background: url("images/bg_nav_item.gif") left bottom no-repeat;
border-bottom:none;
}

#primenav a:hover
{
text-decoration: underline;
background: url("images/bg_nav_item.gif") left bottom no-repeat;
border-bottom:none;
}

#primenav .primenav_selected
{
text-decoration: none;
font-weight: bold;
background: url("images/bg_nav_item.gif") left bottom no-repeat;
border-bottom:none;
}

/* ---------------------[ End Primary Nav ] */

/* ---------------------[ Secondary Nav ] */

#secnav_container {
	height: 29px;
	position: relative;
	width: 700px;
}

#secnav
{
	list-style-type: none;
	padding: 0;
	font-size: 0.9em;
	position: absolute;
	right: 10px;
	top: 10px;
	margin-top: 0;
}

#secnav li
{
border-left: 1px solid #fff;
float: left;
line-height: 1.1em;
border-left: 1px dotted #6e706f;
padding: 0 20px 0 20px;
background-image:none;
}

#secnav li.firstchild {
border-left: none;
}

#secnav a:link, #secnav a:visited {
color: #6e706f;
float: left;
display:inline;
border-bottom:none;
}

#secnav a:hover {
text-decoration:underline;
border-bottom:none;
}

#secnav #secnav_selected {
text-decoration: none;
font-weight:normal;
color:#e26e21;
}

/* ---------------------[ Sub Nav ] */


/*#subnav
{
	list-style-type: none;
	padding: 0;
	font-size: 0.9em;
	margin:10px 0;
	width:100%;
}

#subnav li
{
float: left;
line-height: 1.1em;
border-left: 1px solid #2A5E72;
padding: 0 10px;
margin:0 0 10px 0;
background-image:none;
}

#subnav li.firstchild {
border-left: none;
padding-left:0;
}

#subnav a:link, #subnav a:visited {
float: left;
display:inline;
border-bottom:none;
}

#subnav a:hover {
text-decoration:underline;
border-bottom:none;
}

#subnav #subnav_selected {
text-decoration: none;
font-weight:bold;
color:#e26e21;

}*/

/* ---------------------[ Flyout Nav ] */

#subnav, #subnav ul {
	list-style-type: none;
	padding: 0;
	font-size: 0.9em;
	margin:10px 0;
	width:100%;
}

#subnav a:link, #subnav a:visited {
	display: block;
	text-decoration: none;
	padding: 3px;
	border-bottom:none;
}

#subnav a:hover {
	text-decoration:none;
	border-bottom:none;
	color:#e26e21;
}

#subnav li {
	float: left;
	line-height: 1.1em;
	border-left: 1px solid #2A5E72;
	padding: 0 7px;
	margin:0 0 10px 0;
	background-image:none;
}

#subnav li.firstchild {
	border-left: none;
	padding-left:0;
}

#subnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 118px;
	w\idth: 118px;
	background: #b2ddf0;
	font-weight: normal;
	margin: 0 0 0 0;
}

#subnav li li {
	padding-right: 1em;
	width: 110px;
	border-bottom: 1px solid #fff;
	padding: 4px;
	font-size: .9em;
	border-left: none;
	margin:0 0 0 0;
}

#subnav li ul a {
	width: 110px;
	w\idth: 110px;
}

#subnav li ul ul {
	/*margin: -19px 0 0 160px;*/
}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul {
	left: -999em;
}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover ul, #subnav li li.sfhover ul, #subnav li li li.sfhover ul {
	left: auto;
}

#subnav li:hover, #subnav li.sfhover {
	text-decoration:none !Important;
	border-bottom:none;
}

#subnav ul li:hover, #subnav ul li.sfhover {
	background: #d4eefa;
	width: 110px;
	border-bottom: 1px solid #fff;
}

#subnav #subnav_selected {
	text-decoration: none;
	font-weight:normal;
	color:#e26e21;
}
