@charset "UTF-8";
/* Navbar Styles */

#nav {
	width:894px;
	height:41px;
	background-image:url(../images/navbarBkgd.gif);
	background-position:top left;
	background-repeat:repeat-x;
	padding-left:130px;
}


#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	
	}

#nav a {
	float: left;
	padding: 37px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -40px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -40px;
	}
	
/* Specific Button Selectors */

#btnAFSsolutions a  {
	width: 154px;
	background: url(../images/btnAFS.gif) top left no-repeat;
	}
	
#btnOurBeliefs a  {
	width: 136px;
	background: url(../images/btnOurBeliefs.gif) top left no-repeat;
	}
	
#btnCompliance a  {
	width: 140px;
	background: url(../images/btnCompliance.gif) top left no-repeat;
	}

#btnAFSservices a  {
	width: 140px;
	background: url(../images/btnAFSservices.gif) top left no-repeat;
	}

#btnLeadership a  {
	width: 130px;
	background: url(../images/btnLeadership.gif) top left no-repeat;
	}
	
#btnHistory a {
	width: 116px;
	background: url(../images/btnHistory.gif) top left no-repeat;
}

