@charset "UTF-8";
/* CSS Document */


#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	display: inline;
	overflow: hidden;
	width: 960px;
	position: absolute;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -30px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -60px;
	}
	
#thome a  {
	width: 50px;
	background-image: url(../images/menu/home.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#tclub a  {
	width: 81px;
	background-image: url(../images/menu/club.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

#thealth a  {
	width: 129px;
	background-image: url(../images/menu/health.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

#tspa a  {
	width: 131px;
	background-image: url(../images/menu/spa.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#tcreche a  {
	width: 116px;
	background-image: url(../images/menu/creche.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

#tfresco a  {
	width: 184px;
	background-image: url(../images/menu/fresco.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#tevents a  {
	width: 185px;
	background-image: url(../images/menu/conferences.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#tcontact a  {
	width: 84px;
	background-image: url(../images/menu/contact.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
