
/*MENU*/
#header{
	height:  200px;
}
#navigation {
	margin-top: 1px;
}
.menuTD {
	background: #171c4e;
}
#menu {
	background: #171c4e;
	height: 33px;
}
#menu a.menuAddYacht {
	display: block;
	float: left;
	width: 125px;
	height: 33px;
	border: none;
	margin-right: 35px;
	background: url(/images/menu/addyacht.gif) no-repeat left center #171c4e;
}
#menu a.menuIndex {
	display: block;
	float: left;
	width: 76px;
	height: 32px;
	border: none;
	margin-right: 35px;
	background: url(/images/menu/welcome.png) no-repeat left center #171c4e;
}
#menu a.menuIndex:hover {
	background: url(/images/menu/welcome_over.png) no-repeat left center #171c4e;
}
#menu a.menuIndexActive {
	display: block;
	float: left;
	width: 76px;
	height: 32px;
	border: none;
	margin-right: 35px;
	background: url(/images/menu/welcome_over.png) no-repeat left center #171c4e;
}
#menu a.menuJachtpresentatie {
	display: block;
	float: left;
	width: 150px;
	height: 32px;
	border: none;
	margin-right: 35px;
	background: url(/images/menu/our_yachts_for_sale.png) no-repeat left center #171c4e;
}
#menu a.menuJachtpresentatieActive {
	display: block;
	float: left;
	width: 150px;
	height: 32px;
	border: none;
	margin-right: 35px;
	background: url(/images/menu/our_yachts_for_sale_over.png) no-repeat left center #171c4e;
}
#menu a.menuJachtpresentatie:hover {
	background: url(/images/menu/our_yachts_for_sale_over.png) no-repeat left center #171c4e;
}
#menu a.menuDownload {
	display: block;
	float: left;
	width: 87px;
	height: 32px;
	border: none;
	margin-right: 35px;
	background: url(/images/menu/downloads.png) no-repeat left center #171c4e;
}
#menu a.menuDownload:hover {
	background: url(/images/menu/downloads_over.png) no-repeat left center #171c4e;
}
#menu a.menuDownloadActive {
	display: block;
	float: left;
	width: 87px;
	height: 32px;
	border: none;
	margin-right: 35px;
	background: url(/images/menu/downloads_over.png) no-repeat left center #171c4e;
}
#menu a.menuAbout {
	display: block;
	float: left;
	width: 135px;
	height: 32px;
	border: none;
	margin-right: 35px;
	background: url(/images/menu/about_astra_mare.png) no-repeat left center #171c4e;
}
#menu a.menuAbout:hover {
	background: url(/images/menu/about_astra_mare_over.png) no-repeat left center #171c4e;
}
#menu a.menuAboutActive {
	display: block;
	float: left;
	width: 135px;
	height: 32px;
	border: none;
	margin-right: 35px;
	background: url(/images/menu/about_astra_mare_over.png) no-repeat left center #171c4e;
}
#menu a.menuContact {
	display: block;
	float: left;
	width: 65px;
	height: 32px;
	border: none;
	background: url(/images/menu/contact.png) no-repeat left center #171c4e;
}
#menu a.menuContact:hover {
	background: url(/images/menu/contact_over.png) no-repeat left center #171c4e;
}
#menu a.menuContactActive {
	display: block;
	float: left;
	width: 65px;
	height: 32px;
	border: none;
	background: url(/images/menu/contact_over.png) no-repeat left center #171c4e;
}
