@charset "UTF-8";

/* DE BUURMAN HOR MENU CSS */

/*******************************************************************************/
/* Horizontaal menu, 1 laag, alleen plaatjes                                   */
/*******************************************************************************/

/* Algemeen
********************************************************************************/

#hor_menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#hor_menu li {
	list-style: none;
	float: left;
}

#hor_menu a {
	display: block;
	text-indent: -900em; /* html tekst uit beeld */
	outline:none;
}

/* Item 1
********************************************************************************/

#hor_menu #item1 {
	background: url(../img/img_topmenu/tm_evenkijken.jpg) no-repeat;
	width: 130px;
	height: 132px;
}

#hor_menu #item1:hover, #hor_menu #item1.active {
	background: url(../img/img_topmenu/tm_evenkijken_f2.jpg) no-repeat;
	width: 130px;
}

/* Item 2
********************************************************************************/

#hor_menu #item2 {
	background: url(../img/img_topmenu/tm_menukaart.jpg) no-repeat;
	width: 130px;
	height: 132px;
}

#hor_menu #item2:hover, #hor_menu #item2.active {
	background: url(../img/img_topmenu/tm_menukaart_f2.jpg) no-repeat;
}

/* Item 3
********************************************************************************/

#hor_menu #item3 {
	background: url(../img/img_topmenu/tm_buffetten.jpg) no-repeat;
	width: 126px;
	height: 132px;
}

#hor_menu #item3:hover, #hor_menu #item3.active {
	background: url(../img/img_topmenu/tm_buffetten_f2.jpg) no-repeat;
}

/* Item 4
********************************************************************************/

#hor_menu #item4 {
	background: url(../img/img_topmenu/tm_arrangementen.jpg) no-repeat;
	width: 138px;
	height: 132px;
}

#hor_menu #item4:hover, #hor_menu #item4.active {
	background: url(../img/img_topmenu/tm_arrangementen_f2.jpg) no-repeat;
}

/* Item 5
********************************************************************************/

#hor_menu #item5 {
	background: url(../img/img_topmenu/tm_catering.jpg) no-repeat;
	width: 109px;
	height: 132px;
}

#hor_menu #item5:hover, #hor_menu #item5.active {
	background: url(../img/img_topmenu/tm_catering_f2.jpg) no-repeat;
}

/* Item 6
********************************************************************************/

#hor_menu #item6 {
	background: url(../img/img_topmenu/tm_media.jpg) no-repeat;
	width: 119px;
	height: 132px;
}

#hor_menu #item6:hover, #hor_menu #item6.active {
	background: url(../img/img_topmenu/tm_media_f2.jpg) no-repeat;
}

/* Item 7
********************************************************************************/

#hor_menu #item7 {
	background: url(../img/img_topmenu/tm_gastenboek.jpg) no-repeat;
	width: 80px;
	height: 132px;
}

#hor_menu #item7:hover, #hor_menu #item7.active {
	background: url(../img/img_topmenu/tm_gastenboek_f2.jpg) no-repeat;
}
