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

.nav-section{
	margin-left:158px;
	margin-top:0px;
}

#nav{
	margin-left:0px;
	margin-top:0px;
}


/* Controls position and rollovers for navigation */

/* Home Navigation */
#nav-link-home a{
	margin-top:0px;
	margin-right:20px;
	text-indent:-999em;
	display:block;
	background-image:url(../images/navbuttons/home.gif);
	width:35px;
	height:10px;
	float:left;
	}
	
a:hover{
	background-position: 0px -16px;
	}
	
.selected{
	background-position: 0px -16px;
	}
		
	
/* Enter Villa Navigation */	
#nav-link-entervilla a{
	margin-right:20px;
	text-indent:-999em;
	display:block;
	background-image:url(../images/navbuttons/entervilla.gif);
	width:67px;
	height:10px;
	float:left;
	}
	
/* Gallery Navigation */	
#nav-link-gallery a{
	margin-right:20px;
	text-indent:-999em;
	display:block;
	background-image:url(../images/navbuttons/gallery.gif);
	width:47px;
	height:10px;
	float:left;
	}
	
/* Exploring Navigation */	
#nav-link-exploring a{
	margin-right:20px;
	text-indent:-999em;
	display:block;
	background-image:url(../images/navbuttons/exploring.gif);
	width:60px;
	height:10px;
	float:left;
	}
	
/* Rates Navigation */	
#nav-link-rates a{
	margin-right:20px;
	text-indent:-999em;
	display:block;
	background-image:url(../images/navbuttons/rates.gif);
	width:31px;
	height:10px;
	float:left;
	}
	
/* Calender Navigation */	
#nav-link-calender a{
	margin-right:20px;
	text-indent:-999em;
	display:block;
	background-image:url(../images/navbuttons/calender.gif);
	width:58px;
	height:10px;
	float:left;
	}
	
/* Location Navigation */	
#nav-link-location a{
	margin-right:20px;
	text-indent:-999em;
	display:block;
	background-image:url(../images/navbuttons/location.gif);
	width:55px;
	height:10px;
	float:left;
	}
	
/* Contact us Navigation */	
#nav-link-contact-us a{
	margin-right:35px;
	text-indent:-999em;
	display:block;
	background-image:url(../images/navbuttons/contactus.gif);
	width:68px;
	height:10px;
	float:left;
	}
		
/* Flags Navigation */	
#nav-flags{
}
		
#nav-flag-english a{
	float:left;
	margin-bottom:8px;
	text-indent:-999em;
	display:block;
	background-image:url(../images/flags/ukflag.jpg);
	width:25px;
	height:16px;
}

#nav-flag-dutch a{
	margin-left:3px;
	float:left;
	text-indent:-999em;
	display:block;
	background-image:url(../images/flags/dutchflag.jpg);
	width:25px;
	height:16px;
}
		
/* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */
