/* 
Title:     filcon.com - main navigation styles
Author:    james ledford
Updated:   05 / 29 / 2007

*/


/* Main navigation
------------------------------------------------------------------*/
ul#nav
	{
		position:absolute;
		top:0px;    
	  left:0px;      
	  margin: 124px 0px 0px 6px;
		width: 777px;
		height: 84px;
		padding: 0px;
	}

ul#nav li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;	
	list-style-type:none;
	}

ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background:transparent url(../images/navbar.gif) no-repeat;
	}


li#saran a {
	width:173px;
	height:42px;
	 }
li#saran a:link, li#saran a:visited {	
	background-position:0px 0px;
	}
li#saran a:hover, li#saran a:focus {	
	background-position:0px -42px;
	}


li#saranex a {
	width:190px;
	height:42px;
	 }
li#saranex a:link, li#saranex a:visited{	
	background-position:-173px 0px;
	}
li#saranex a:hover, li#saranex a:focus {	
	background-position:-173px -42px;
	}


li#camo a {
	width:155px;
	height:42px;
	 }
li#camo a:link, li#camo a:visited {	
	background-position:-363px 0px;
	}
li#camo a:hover, li#camo a:focus {	
	background-position:-363px -42px;
	}

	
li#contract a {
	width:259px;
	height:42px;
	 }
li#contract a:link, li#contract a:visited {	
	background-position:-518px 0px;
	}
li#contract a:hover, li#contract a:focus {	
	background-position:-518px -42px;
	}


/* Main navigation "active tabs"
------------------------------------------------------------------*/
body#saran-page ul#nav li#saran a {
	background-position:0px -42px;
	}
body#saranex-page ul#nav li#saranex a {
	background-position:-173px -42px;
	}
body#camo-page ul#nav li#camo a {
	background-position:-363px -42px;
	}
body#contract-page ul#nav li#contract a {
	background-position:-518px -42px;
	}

/* subnav-------------------------------- */
#subnavbox
	{	
		position: absolute;
		margin: 90px 0px 0px 509px;
		width: 300px;
		height: 35px;
	}

#subnav li 
	{
		margin: 0; 
		padding: 0;
		display: inline;
		list-style-type: none;
	}
	
#subnav a:link, #subnav a:visited 
	{
		float: left;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		padding: 0 12px 0px 12px;
		text-decoration: none;
		color: #333;
	}

#subnav a:link.active, #subnav a:visited.active, #subnav a:hover 
	{
		color: #333;
		background: url(../images/arrow.gif) no-repeat left center;
	}

