div#menu {
	width: 690px;
	height: 26px;
	padding-bottom: 10px;
	background: url(../img/menu.gif) no-repeat top center;
}

div.hotel {
	width: 170px;
	height: 26px;
	float: left;
	background: url(../img/hotelhover.gif) no-repeat left;
}

div.villa {
	width: 175px;
	height: 26px;
	float: left;
	background: url(../img/villahover.gif) no-repeat center;
}

div.apartment {
	width: 175px;
	height: 26px;
	float: left;
	background: url(../img/apartmenthover.gif) no-repeat center;
}

div.exclusive {
	width: 170px;
	height: 26px;
	float: right;
	background: url(../img/exclusivehover.gif) no-repeat right;
}

div.hotel a {
	width: 170px;
	height: 26px;
	background: url(../img/hotel.gif) no-repeat left;
	display: block;
}

div.villa a {
	width: 175px;
	height: 26px;
	background: url(../img/villa.gif) no-repeat center;
	display: block;
}

div.apartment a {
	width: 175px;
	height: 26px;
	background: url(../img/apartment.gif) no-repeat center;
	display: block;
}

div.exclusive a {
	width: 170px;
	height: 26px;
	background: url(../img/exclusive.gif) no-repeat right;
	display: block;
}

div.hotel a:hover {
	width: 170px;
	height: 26px;
	background: url(../img/hotelhover.gif) no-repeat left;
	display: block;
}

div.villa a:hover {
	width: 175px;
	height: 26px;
	background: url(../img/villahover.gif) no-repeat center;
	display: block;
}

div.apartment a:hover {
	width: 175px;
	height: 26px;
	background: url(../img/apartmenthover.gif) no-repeat center;
	display: block;
}

div.exclusive a:hover {
	width: 170px;
	height: 26px;
	background: url(../img/exclusivehover.gif) no-repeat right;
	display: block;
}

