ul#nav {
	width:725px; /*width of the menu*/
	height:76px; /*height of the menu*/
	}
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/menu.gif) no-repeat;
	}
li#home a {
	width:116px; /*change names to the same id as the menu li and change widths to same as each menu item*/
	height:38px;
	 }
li#work a {
	width:149px;
	height:38px;
	 }
li#method a {
	width:136px;
	height:38px;
	 }	 
li#about a {
	width:148px;
	height:38px;
	 }
li#contactme a {
	width:176px;
	height:38px;
	 }
 	 	 	 
li#home a:hover, li#home a:focus {
	background-position:0px -38px;
	 }
li#work a:link, li#work a:visited {	
	background-position:-116px 0px;
	}
li#work a:hover, li#work a:focus {	
	background-position:-116px -38px;
	}
	
li#method a:link, li#method a:visited {	
	background-position: -265px 0px;
	}
li#method a:hover, li#method a:focus {	
	background-position: -265px -38px;
	}
	
li#about a:link, li#about a:visited {	
	background-position: -401px 0px;
	}
li#about a:hover, li#about a:focus {	
	background-position: -401px -38px;
	}
	
li#contactme a:link, li#contactme a:visited {	
	background-position: -549px 0px;
	}
li#contactme a:hover, li#contactme a:focus {	
	background-position: -549px -38px;
	}
	

/* Main navigation "active tabs"
------------------------------------------------------------------*/
body#home-page ul#nav li#home a {
	background-position:0px -38px;
	}
body#work-page ul#nav li#work a {
	background-position:-116px -38px;
	}
body#method-page ul#nav li#method a {
	background-position: -265px -38px;
	}
body#about-page ul#nav li#about a {
	background-position: -401px -38px
	}
body#contactme-page ul#nav li#contactme a {
	background-position: -549px -38px;
	}

