/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* -------------------- HOME ----------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

#home_menu {
	position	: relative;
	list-style	: none;
	margin		: 0px;
	padding		: 0px;
}

#home_bu_terrasse_off {
	background	: url("../images/content/home/menu_terrasse_off.jpg") no-repeat;
	display		: block;
	width		: 184px;
	height		: 32px;
}

#home_bu_terrasse_on {
	background	: url("../images/content/home/menu_terrasse_on.jpg") no-repeat;
	width		: 184px;
	height		: 32px;
}

#home_bu_multimedia_off {
	background	: url("../images/content/home/menu_multimedia_off.jpg") no-repeat;
	display		: block;
	width		: 184px;
	height		: 32px;
}

#home_bu_multimedia_on {
	background	: url("../images/content/home/menu_multimedia_on.jpg") no-repeat;
	width		: 184px;
	height		: 32px;
}

#home_bu_events_off {
	background	: url("../images/content/home/menu_events_off.jpg") no-repeat;
	display		: block;
	width		: 184px;
	height		: 32px;
}

#home_bu_events_on {
	background	: url("../images/content/home/menu_events_on.jpg") no-repeat;
	width		: 184px;
	height		: 32px;
}

#home_bu_contact_off {
	background	: url("../images/content/home/menu_contact_off.jpg") no-repeat;
	display		: block;
	width		: 184px;
	height		: 32px;
}

#home_bu_contact_on {
	background	: url("../images/content/home/menu_contact_on.jpg") no-repeat;
	width		: 184px;
	height		: 32px;
}
