ul#nav {
	width: 319px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	}
ul#nav li {
	padding: 0px;
	margin: 0px;
	float: left;
	text-indent: -9999px;	
	list-style-type: none;
	}
ul#nav li a {
	border: 0;
	display:block;
	text-decoration:none;
	background-color: transparent;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	outline:none;
	}
	
li#home a {
	width: 66px;
	height: 27px;
	 }
li#enter a {
	width: 64px;
	height: 27px;
	 }
li#game a {
	width: 65px;
	height: 27px;
	 }	 	 	 
li#prize a {
	width: 61px;
	height: 27px;
	 }
li#rules a {
	width: 63px;
	height: 27px;
	 }

li#home a:link, li#home a:visited {	
	background-position: 0px 0px;
	}	 	 	 	 	 	 	 	 
li#home a:hover, li#home a:focus {
	background-position: 0px -27px;
	}

li#enter a:link, li#enter a:visited {	
	background-position: -66px 0px;
	}	 	 	 	 	 	 	 	 
li#enter a:hover, li#enter a:focus {
	background-position: -66px -27px;
	}
		
li#game a:link, li#game a:visited {	
	background-position: -130px 0px;
	}	 	 	 	 	 	 	 	 
li#game a:hover, li#game a:focus {
	background-position: -130px -27px;
	}
	
li#prize a:link, li#prize a:visited {	
	background-position: -195px 0px;
	}	 	 	 	 	 	 	 	 
li#prize a:hover, li#prize a:focus {
	background-position: -195px -27px;
	}

li#rules a:link, li#rules a:visited {	
	background-position: -256px 0px;
	}	 	 	 	 	 	 	 	 
li#rules a:hover, li#rules a:focus {
	background-position: -256px -27px;
	}
	
body#home-page ul#nav li#home a {
	background-position: 0px -27px;
	}
	
body#enter-page ul#nav li#enter a {
	background-position: -66px -27px;
	}
	
body#game-page ul#nav li#game a {
	background-position: -130px -27px;
	}		
	
body#prize-page ul#nav li#prize a {
	background-position: -195px -27px;
	}	
	
body#rules-page ul#nav li#rules a {
	background-position: -256px -27px;
	}			
