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

 *  owner: Planeteria Web Design http://www.planeteria.com

 *  author: Leigh Nouveaux (lnouveaux@planeteria.com)
 *  created: July 2008 Forward

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

/* ==================================================================
[ Primary Nav (Horizontal) ]
* ================================================================== */

#nav_container {
	width: 527px;
	height: 31px;
	padding: 0;
	margin-left: 397px;	}


#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 31px;
	display: inline;
	left: 0px;
	top: 0px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 0px 0 0 0;
	height: 31px !important;
	}
	
#nav a:hover {
	background-position: left top;
	overflow: hidden;
	}

#nav a:active, 
#nav a.selected {
	background-position: left top;
	}
	
#ihome a  {
	width: 67px;
	background: url(../images/img_primenav_home.jpg) no-repeat 0px -31px;
	}

#iabout a  {
width: 88px;
background: url(../images/img_primenav_about.jpg) no-repeat 0px -31px;
}

#iproducts a  {
width: 89px;
background: url(../images/img_primenav_products.jpg) no-repeat 0px -31px;
}
	
	
#iservices a  {
	width: 89px;
	background: url(../images/img_primenav_services.jpg) no-repeat 0px -31px;
	}

#iresources a  {
	width: 101px;
	background: url(../images/img_primenav_resources.jpg) no-repeat 0px -31px;
	}

#icontact a  {
	width: 92px;
	background: url(../images/img_primenav_contact.jpg) no-repeat 0px -31px;
	}
	




/* ==================================================================
[ Home Rightcol Nav ]
* ================================================================== */

#tabs_container{
	border-bottom: 1px solid #022142;
	height: 31px;
	clear: both;
	float: left;
	width: 462px;
	margin: 12px 0;
}




/****************************************************************/
/* ---------------------[ Secondary Nav ] */
/****************************************************************/

#secnav_container_1 {
	margin: 0;
	padding: 0;
	width: 194px;
	position: absolute;
	left: 53px;
}


#secnav_container_2 {
	background: url(../images/img_bg_secnav_top.png) no-repeat left top;
	padding: 20px 0 10px 20px;
	width: 174px;
	color: #fff;
	background-color:transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
}

#secnav_container_3 {
	background: transparent url(../images/img_bg_secnav_1px_fill.png) repeat-y left bottom;
	margin: 0;
	padding: 0 0 0px 0;
	width: 194px;
}

#secnav_container_4 {
	background: transparent url(../images/img_bg_secnav_bottom.png) no-repeat left bottom;
	margin: 0;
	padding: 0 0 0px 0;
	width: 194px;
	height: 26px;
}

#secnav_container_3   ul#secnav{
	margin: 0 0 0 3px;
	padding: 0;
}

#secnav_container_3  ul  li{
	display:block;
	list-style-type: none;
	padding: 0;
	font-size: 1em;
	width: 188px;
	background: url(none);	
}

#secnav a:link, #secnav a:visited{
	text-decoration: none;
	padding: 3px 10px 3px 30px;
	display:block;
	width: 148px;
	color: #0b3561;
	background-color:transparent;
	background: url(../images/img_bg_secnav_white_arrow.gif) no-repeat 16px;
	border-bottom: 1px solid #EEEEEE;
}

#secnav a:hover,
#secnav #secnav_selected {
	color: #08509E;
	text-decoration: none;
	display:block;
	background: #fff url(../images/img_bg_secnav_green_arrow.gif) no-repeat 16px;
}


