/** Menu CSS **/
/*
div#menu_center ul
{
	margin:				0px;
	padding:			0px;
}

div#menu_center_main ul li
{
	height:				30px;
	float:				left;
	list-style-type:	none;
}

div#menu_center_main ul li a
{
	height:				30px;
	display:			block;
	text-indent:		-9999px;
	overflow:			hidden;
}

div#menu_center_main ul li a.menu_home
{
	width:				66px;
	height:				30px;
	background:			url( "/images/menu/menu_home.jpg" ) no-repeat;
}

div#menu_center_main ul li a.menu_home:hover
{
	width:				66px;
	height:				30px;
	background:			url( "/images/menu/menu_home_over.jpg" ) no-repeat;
}

div#menu_center_main ul li a.menu_nieuws
{
	width:				87px;
	height:				30px;
	background:			url( "/images/menu/menu_nieuws.jpg" ) no-repeat;
}

div#menu_center_main ul li a.menu_nieuws:hover
{
	width:				87px;
	height:				30px;
	background:			url( "/images/menu/menu_nieuws_over.jpg" ) no-repeat;
}

div#menu_center_main ul li a.menu_catalogus
{
	width:				114px;
	height:				30px;
	background:			url( "/images/menu/menu_catalogus.jpg" ) no-repeat;
}

div#menu_center_main ul li a.menu_catalogus:hover
{
	width:				114px;
	height:				30px;
	background:			url( "/images/menu/menu_catalogus_over.jpg" ) no-repeat;
}

div#menu_center_main ul li a.menu_uittips
{
	width:				86px;
	height:				30px;
	background:			url( "/images/menu/menu_uittips.jpg" ) no-repeat;
}

div#menu_center_main ul li a.menu_uittips:hover
{
	width:				86px;
	height:				30px;
	background:			url( "/images/menu/menu_uittips_over.jpg" ) no-repeat;
}

div#menu_center_main ul li a.menu_adverteren
{
	width:				121px;
	height:				30px;
	background:			url( "/images/menu/menu_adverteren.jpg" ) no-repeat;
}

div#menu_center_main ul li a.menu_adverteren:hover
{
	width:				121px;
	height:				30px;
	background:			url( "/images/menu/menu_adverteren_over.jpg" ) no-repeat;
}

div#menu_center_main ul li a.menu_info
{
	width:				66px;
	height:				30px;
	background:			url( "/images/menu/menu_info.jpg" ) no-repeat;
}

div#menu_center_main ul li a.menu_info:hover
{
	width:				66px;
	height:				30px;
	background:			url( "/images/menu/menu_info_over.jpg" ) no-repeat;
}

div#menu_center_main ul li a.menu_contact
{
	width:				95px;
	height:				30px;
	background:			url( "/images/menu/menu_contact.jpg" ) no-repeat;
}

div#menu_center_main ul li a.menu_contact:hover
{
	width:				95px;
	height:				30px;
	background:			url( "/images/menu/menu_contact_over.jpg" ) no-repeat;
}

div#menu_center_sub ul li
{
	height:				35px;
	float:				left;
	list-style-type:	none;
}

div#menu_center_sub ul li a
{
	height:				35px;
	display:			block;
	text-indent:		-9999px;
	overflow:			hidden;
}

div#menu_center_sub ul li a.submenu_ontspanning
{
	width:				123px;
	height:				33px;
	background:			url( "/images/menu/submenu_ontspanning.jpg" ) no-repeat;
}

div#menu_center_sub ul li a.submenu_ontspanning:hover
{
	width:				123px;
	height:				33px;
	background:			url( "/images/menu/submenu_ontspanning_over.jpg" ) no-repeat;
}

div#menu_center_sub ul li a.submenu_parken_en_attracties
{
	width:				123px;
	height:				33px;
	background:			url( "/images/menu/submenu_parken.jpg" ) no-repeat;
}

div#menu_center_sub ul li a.submenu_parken_en_attracties:hover
{
	width:				123px;
	height:				33px;
	background:			url( "/images/menu/submenu_parken_over.jpg" ) no-repeat;
}

div#menu_center_sub ul li a.submenu_bezichtigen
{
	width:				124px;
	height:				33px;
	background:			url( "/images/menu/submenu_bezichtigen.jpg" ) no-repeat;
}

div#menu_center_sub ul li a.submenu_bezichtigen:hover
{
	width:				124px;
	height:				33px;
	background:			url( "/images/menu/submenu_bezichtigen_over.jpg" ) no-repeat;
}

div#menu_center_sub ul li a.submenu_actief
{
	width:				123px;
	height:				33px;
	background:			url( "/images/menu/submenu_actief.jpg" ) no-repeat;
}

div#menu_center_sub ul li a.submenu_actief:hover
{
	width:				123px;
	height:				33px;
	background:			url( "/images/menu/submenu_actief_over.jpg" ) no-repeat;
}

div#menu_center_sub ul li a.submenu_evenementen
{
	width:				123px;
	height:				33px;
	background:			url( "/images/menu/submenu_evenementen.jpg" ) no-repeat;
}

div#menu_center_sub ul li a.submenu_evenementen:hover
{
	width:				123px;
	height:				33px;
	background:			url( "/images/menu/submenu_evenementen_over.jpg" ) no-repeat;
}

div#menu_center_sub ul li a.submenu_uitgaan
{
	width:				138px;
	height:				33px;
	background:			url( "/images/menu/submenu_restaurants.jpg" ) no-repeat;
}

div#menu_center_sub ul li a.submenu_uitgaan:hover
{
	width:				138px;
	height:				33px;
	background:			url( "/images/menu/submenu_restaurants_over.jpg" ) no-repeat;
}*/

/* DROPDOWN DIVS */

.dropmenudiv
{
	position:			absolute;
	border: 			0px;
	left:				0px;
	width:				160px;
	visibility:			hidden;
	display:			none;
}

.dropmenudiv a
{
	font-family:		Tahoma;
	font-size:			11px;
	text-decoration: 	none;
	font-weight: 		normal;
	color: 				#FFFFFF;
	text-indent:		8px;
	
	display: 			block;
	border:				0px;
	padding: 			0px;

	width:				156px; /* 117 > 121 */
	height:				18px;
	vertical-align:		middle;
}

.dropmenudiv a:hover
{
	font-family:		Tahoma;
	font-size:			11px;
}

/* Dropdown Divs */
div#honden_dropdown					{ margin-left: 2px; border-bottom: 1px solid #3333FF; border-left: 1px solid #3333FF; border-right: 1px solid #3333FF; }
div#katten_dropdown					{ margin-left: 2px; border-bottom: 1px solid #6600CC; border-left: 1px solid #6600CC; border-right: 1px solid #6600CC; }
div#knaagdieren_dropdown			{ margin-left: 2px; border-bottom: 1px solid #009900; border-left: 1px solid #009900; border-right: 1px solid #009900; }
div#papegaaien_dropdown				{ margin-left: 3px; border-bottom: 1px solid #FFCC00; border-left: 1px solid #FFCC00; border-right: 1px solid #FFCC00; }
div#paarden_dropdown				{ margin-left: 1px; border-bottom: 1px solid #993300; border-left: 1px solid #993300; border-right: 1px solid #993300; }

/* Link background images */
div#honden_dropdown  a 				{ color: #000000;	background:		url( "/images/subcat_dogs_spacer.jpg" ) repeat-x; }
div#honden_dropdown  a:hover		{ background: 						url( "/images/subcat_dogs_spacer.jpg" ); }
div#katten_dropdown  a				{ color: #000000;	background:		url( "/images/subcat_cats_spacer.jpg" ); }
div#katten_dropdown  a:hover		{ background: 						url( "/images/subcat_cats_spacer.jpg" ); }
div#knaagdieren_dropdown a 			{ color: #000000;	background:		url( "/images/subcat_small_spacer.jpg" ); }
div#knaagdieren_dropdown a:hover	{ background:						url( "/images/subcat_small_spacer.jpg" ); }
div#papegaaien_dropdown  a			{ color: #000000;	background:		url( "/images/subcat_birds_spacer.jpg" ); }
div#papegaaien_dropdown  a:hover	{ background:						url( "/images/subcat_birds_spacer.jpg" ); }
div#paarden_dropdown a				{ color: #000000;	background:		url( "/images/subcat_horse_spacer.jpg" ); }
div#paarden_dropdown a:hover		{ background:						url( "/images/subcat_horse_spacer.jpg" ); }

/* Bottoms */
div#bottom 							{ float:left;background: #000000;url('/images/subcat_dogs_bottom.gif') repeat-y; height:1px; width:117px;}

/* Spacers */
div.left_spacer 					{ float:left; background: url('/images/subcat_left.jpg') repeat-y; height:18px; width:2px;	}
div.hyperlink 						{ float:left; }
div.last_hyperlink 					{ float:left; background: #000000; height:20px; }
div.right_spacer 					{ float:left; background: url('/images/subcat_right.jpg') repeat-y; height:18px; width:2px;	}

