/*--------------------- Last Modified  11/11/08 ---------------------*/


/*------------------------------------------------------------------------------------


  Please check for cross-browser compatibility prior to making changes

  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
  
/* Son of Suckerfish: Horizontal Sprite Nav
/* ------------------------ horizontal sprite nav ------------------------ */

#nav { 

	background:url("../images/topNav_bkgrnd.jpg") no-repeat;
	width:982px;
	height:25px;
	margin:0;
	padding:0;
}

#nav span { display: none; }

#nav li, #nav a { height:25px; display:block; } /* change height here also */
 
#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-20 { width: 81px; margin-left: 514px;}
#nav-02 { width: 105px;}
#nav-03 { width: 94px;}
#nav-04 { width: 93px;}
#nav-05 { width: 95px;}



/*-------------- (-79px) X position of button / (-42px) height of image from above ------------- */

#nav-20 a:hover { background:url("../images/topNav_01.jpg")  no-repeat; }
#nav-02 a:hover { background:url("../images/topNav_02.jpg")  no-repeat; }
#nav-03 a:hover { background:url("../images/topNav_03.jpg")  no-repeat; }
#nav-04 a:hover { background:url("../images/topNav_04.jpg")  no-repeat; }
#nav-05 a:hover { background:url("../images/topNav_05.jpg")  no-repeat; }





/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */

body#index #nav-20 { background:url("../images/topNav_01.jpg")  no-repeat; }
body#company #nav-02 { background:url("../images/topNav_02.jpg") no-repeat; }
body#services #nav-03 { background:url("../images/topNav_03.jpg") no-repeat; }
body#portfolio #nav-04 { background:url("../images/topNav_04.jpg") no-repeat; }
body#contact #nav-05 { background:url("../images/topNav_05.jpg")  no-repeat; }




/* ---------------------------- Drop Down --------------------------- */

/* ------------------------  horizontal nav ------------------------ */

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#CC9933;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index: 9999;
	opacity:1; filter: alpha(opacity=100); -moz-opacity: 1;
	margin:0 0 0 0;
	padding:0 2px 0 0;
}

#nav li ul li {
	height:25px; /* Height of each drop down nav item */
	border-bottom:dashed 1px #e3b353;
	border-top:none;
}	

#nav li ul li a {
	width:100%;
	height:25px;	/* Height of each drop down nav item, should match above */
	line-height:25px;	 /* Height of each drop down nav item again, should match above */
}


#nav li ul li a span {
	display:block;
	padding-left:10px;
}


/* Drop down link styles */

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:.8em;
	color:#FFFFFF;
	text-decoration:none;
}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }


/* Hover styles for drop down items */

#nav-20 ul a:hover, #nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover , #nav-06 ul a:hover , #nav-07 ul a:hover , #nav-08 ul a:hover , #nav-09 ul a:hover , #nav-10 ul a:hover {
	background-image:none;
	background-color:#d9a742;
	color:#FFFFFF;
	text-decoration:none;
}


/* width of drop down nav - choose width that allows items to display on one line */

#nav-02 ul, #nav-02 li { width:180px; }	

#nav-03 ul, #nav-03 li { width:140px; }		

#nav-04 ul, #nav-04 li { width:220px; }

#nav-05 ul, #nav-05 li { width:150px; }

#nav-06 ul, #nav-06 li { width:123px; }

#nav-07 ul, #nav-07 li { width:180px; }




