a:active {
	outline: none;
}


ul#nav {
	width:705px; /*width of the menu*/
	height:90px; /*height of the menu*/
	float: left;
        margin: 0 0 0 0px;
        border: 0px;
        left: -35px;
        position: absolute;
	}
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/home_button.jpg) no-repeat;
	}
li#scaffolding a {
	width:176px; /*change names to the same id as the menu li and change widths to same as each menu item*/
	height:90px;
	 }
li#powered a {
	width:176px;
	height:90px;
	 }
li#hoists a {
	width:176px;
	height:90px;
	 }	 

li#training a {
	width:176px;
	height:90px;
	 }


 	 	 	 
li#scaffolding a:hover, li#scaffolding a:focus {
	background-position:0px -91px;
	 }
li#powered a:link, li#powered a:visited {	
	background-position:-176px 0px;
	}
li#powered a:hover, li#powered a:focus {	
	background-position:-176px -91px;
	}
	
li#hoists a:link, li#hoists a:visited {	
	background-position: -352px 0px;
	}
li#hoists a:hover, li#hoists a:focus {	
	background-position: -352px -91px;
	}
	
li#training a:link, li#training a:visited {	
	background-position: -528px 0px;
	}
li#training a:hover, li#training a:focus {	
	background-position: -528px -91px;
	}
	

	

/* Main navigation "active tabs"
------------------------------------------------------------------*/
/*body.general ul#nav li#scaffolding a {
	background-position:0px -200px;
	}*/
body.powered ul#nav li#powered a {
	background-position:-82px -200px;
	}
body.training-page ul#nav li#training a {
	background-position: -195px -200px;
	}
body.coaches-page ul#nav li#coaches a {
	background-position: -285px -200px
	}

