#navcontainer ul {
  font-family: Arial, Verdana;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#navcontainer ul li {
  display: block;
  position: relative;
  float: left;
  width: 60px !important;
  height: 20px !important;
}
#navcontainer li ul { display: none; }
#navcontainer ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 15px 5px 15px;
  white-space: nowrap;
}
#navcontainer ul li a:hover { color: #617F8A; }
#navcontainer li:hover ul {
  display: block;
  position: absolute;
  background: #95A9B1;
  padding-bottom: 8px;
  margin-left: 10px;
}
#navcontainer li:hover li {
  float: none;
}
#navcontainer li:hover a { color: #617F8A;}

#navcontainer ul li li:hover a { margin: 0; padding-bottom: 8px; }

#navcontainer li:hover li a:hover { background: #777; color: #fff }




ul#nav {
	width:680px; /*width of the menu*/
	height:44px; /*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.jpg) no-repeat;
	}
li#home a {
	width:140px; /*change names to the same id as the menu li and change widths to same as each menu item*/
	height:44px;
	 }
li#play a {
	width:65px;
	height:44px;
	 }
li#cafe a {
	width:63px;
	height:44px;
	 }	 
li#gallery a {
	width:89px;
	height:44px;
	 }
li#games a {
	width:92px;
	height:44px;
	 }
li#news a {
	width:77px;
	height:44px;
	 }
li#map a {
	width:65px;
	height:44px;
	 }
li#jobs a {
	width:89px;
	height:44px;
	 }
 	 	 	 
li#home a:hover, li#home a:focus {
	background-position:0px -44px;
	 }
li#play a:link, li#play a:visited {	
	background-position:-140px 0px;
	}
li#play a:hover, li#play a:focus {	
	background-position:-140px -44px;
	}
	
li#cafe a:link, li#cafe a:visited {	
	background-position: -205px 0px;
	}
li#cafe a:hover, li#cafe a:focus {	
	background-position: -205px -44px;
	}
	
li#gallery a:link, li#gallery a:visited {	
	background-position: -268px 0px;
	}
li#gallery a:hover, li#gallery a:focus {	
	background-position: -268px -44px;
	}
	
li#games a:link, li#games a:visited {	
	background-position: -357px 0px;
	}
li#games a:hover, li#games a:focus {	
	background-position: -357px -44px;
	}
	
li#news a:link, li#news a:visited {	
	background-position: -449px 0px;
	}
li#news a:hover, li#news a:focus {	
	background-position: -449px -44px;
	}
	
li#map a:link, li#map a:visited {	
	background-position: -526px 0px;
	}
li#map a:hover, li#map a:focus {	
	background-position: -526px -44px;
	}

li#jobs a:link, li#jobs a:visited {	
	background-position: -591px 0px;
	}
li#jobs a:hover, li#jobs a:focus {	
	background-position: -591px -44px;
	}

/* Main navigation "active tabs"
------------------------------------------------------------------*/
body#home-page ul#nav li#home a {
	background-position:0px -44px;
	}
body#play-page ul#nav li#play a {
	background-position:-140px -44px;
	}
body#cafe-page ul#nav li#cafe a {
	background-position: -205px -44px;
	}
body#gallery-page ul#nav li#gallery a {
	background-position: -268px -44px
	}
body#games-page ul#nav li#games a {
	background-position: -357px -44px;
	}
body#news-page ul#nav li#news a {
	background-position: -449px -44px;
	}
body#map-page ul#nav li#map a {
	background-position: -526px -44px;
	}
body#jobs-page ul#nav li#jobs a {
	background-position: -591px -44px;
	}

