#top_nav ul { /* all lists */
	width: 918px;
	padding: 0;
	margin: 0;
    list-style: none;
    }

#top_nav ul#menu li a {
	display: block;
	text-indent: -10000px;
	text-decoration: none;
}


#top_nav ul#menu li {
   margin: 0;
   padding: 0;
   display: inline;
   }
      

#top_nav ul#menu li li a {
	text-indent: 4px;
	color: white;
	font-size: 10px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	width: 100px;
	font-family: arial, helevetica, verdana;
    }

#top_nav ul#menu li li a:hover {
    color: #fff;
    background-color: #A7524C;
	text-decoration: none;
    }

/*
#top_nav ul#menu li a:hover {
   background-position: 0px -29px;
   }
*/

#top_nav li { /* all list items */
	float: left;
    }

#top_nav li ul
{
	/* second-level lists */
	position: absolute;
	background: #3F3616;
	left: -999em;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 100px;
}

#top_nav li:hover ul ul, #top_nav li.sfhover ul ul {
	left: -999em;
    }

#top_nav li:hover ul, #top_nav li li:hover ul, #top_nav li li.sfhover ul{ 
    /* lists nested under hovered list items */
	left: auto;
   }

#top_nav li:hover ul, #top_nav li li:hover ul, #top_nav li.sfhover ul  {
	left: auto;
}

a#about {
	width: 102px;
	height: 29px;
	background-image: url(../img/nav_about.png);
	background-repeat: no-repeat;
    } 

a#activities {
	width: 102px;
	height: 29px;
	background-image: url(../img/nav_activities.png);
  	background-repeat: no-repeat;
    } 
     
a#further {
	width: 102px;
	height: 29px;
	background-image: url(../img/nav_further.png);
  	background-repeat: no-repeat;
    } 

a#contact {
	width: 102px;
	height: 29px;
	background-image: url(../img/nav_contact.png);
  	background-repeat: no-repeat;
    }     

a#join{
	width: 102px;
	height: 29px;
	background-image: url(../img/nav_join.png);
  	background-repeat: no-repeat;
    }

a#gift_shop {
	width: 102px;
	height: 29px;
	background-image: url(../img/nav_gift_shop.png);
  	background-repeat: no-repeat;	
    }      
