#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	z-index: 10000;
	border: 1px solid #D8CAB1;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	margin-bottom: 4px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus, #p7PMnav .p7PMon, #p7PMnav .p7PMmark {
	background-position: left bottom;
	color: #CC0000;
}
#p7PMnav ul a, #p7PMnav ul a:visited {
	padding: 4px 10px 4px 16px;
	background-color: #F4EFE8;
	color: #783034;
	margin-bottom: 0px;
	font-weight: bold;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	color: #CC0000;
	letter-spacing: 0.01px;
	margin-bottom: 0px;
}
/* ------ the current page marker style ------ */
#p7PMnav ul .p7PMmark {
	color: #CC0000 !important;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav ul .p7PMtrig {
	
}
/* the active trigger link style */
#p7PMnav ul .p7PMon {
	background-image: none;
}
/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 140px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 160px;
}
#b1, #b2, #b3, #b4, #b5, #b6, #b7 ,#b8{
	height: 28px!important;
	width: 140px;
	background-repeat: no-repeat;
	text-indent: -3000px;
}
#b1 {
	background-image: url(../img/menu_home3.jpg);
}
#b2 {
	background-image: url(../img/menu_restau3.jpg);
}
#b3 {
	background-image: url(../img/menu_kaart3.jpg);
}
#b4 {
	background-image: url(../img/menu_zaal3.jpg);
}
#b5 {
	background-image: url(../img/menu_extra3.jpg);
}
#b6 {
	background-image: url(../img/menu_open3.jpg);
}
#b7 {
	background-image: url(../img/menu_locatie3.jpg);
}
#b8 {
	background-image: url(../img/menu_contact3.jpg);
}
/* ie7 Fix */
#p7PMnav a {
  zoom:expression("100%");
}
#p7PMnav li {
  float:expression("left");
  clear:expression("both");
  width:expression("100%");
}