/*--------------------- 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 ------------------------ */

#leftNav { 

	background:url("../images/bkgrndNav.jpg");
	background-repeat:no-repeat;
	background-color:#3c6498;
	width:237px;
	height:64px;
	margin-left:auto;
	margin-right:auto;
}

#leftNav span { display: none; }

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



#leftNav-30 { height: 32px;}
#leftNav-12 { height: 32px;}


/*-------------- (-79px) X position of button / (-42px) height of image from above ------------- */
#leftNav-30 a:hover { background:url("../images/nav_01.jpg")  no-repeat;}
#leftNav-12 a:hover { background:url("../images/nav_02.jpg")  no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#services #nav-30 { background:url("../images/nav_01.jpg") no-repeat; }
body#services #nav-12 { background:url("../images/nav_02.jpg") no-repeat; }







