@charset "UTF-8";
/* CSS Document */

#divNav {
	/*background: transparent url(../bk-nav.jpg) no-repeat top left;*/
	background-color:#e5e5e5;
	margin: 0px;
	padding: 0;
	height: 66px;
	width: 673px;
	z-index:1;
}

#nav {
	position: relative;
	float:left;
	padding-top: 0px;
	padding-left: 0px;
	height: 33px;
	width: 673px;
	margin:0px;
}

#nav li ul, #nav li ul {

	margin: 0;
	padding: 0;
	/*background:transparent url(../images/bk_submenu.gif) no-repeat 0 0;*/
}

#nav a {
	text-decoration: none;
	
}

#nav li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	padding-right: 0px;
}

#nav li ul {
	display: none;
	
}

#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
	position: absolute;
	top: 33px;
	left: 0;
	height: 33px;
	width: 663px;
	padding-top: 0px;
	padding-left: 10px;
	background:transparent url(../images/bk_submenu.gif) no-repeat 0 0;
}

#nav li.on ul {
	background: #e5e5e5;
	background:transparent url(../images/bk_submenu.gif) no-repeat 0 0;
}

#nav li.on:hover ul, #nav li.over ul { /*for ie*/
	background: #e5e5e5;
	background:transparent url(../images/bk_submenu.gif) no-repeat 0 0;
}

#nav li a {
	display:block;
	height:13px;
	color: #fff;
	font-weight: normal;
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing:1pt;
	text-transform:uppercase;
	padding: 10px 0px 10px 0px;
	border: 0px solid #000;
	text-align:center
}

#restaurant { background-color: #222; width: 117px;}
#hotel { background-color: #444; width: 78px; }
#cafe { background-color: #666; width:68px; }
#catering { background-color: #777; width:100px; }
#feesten { background-color: #888; width: 91px; }
#vergaderen { background-color: #999; width: 119px;}
#contact { background-color: #bbb; width: 100px; }

#nav li.on a {
	color: #d31145;
}

#nav li.on ul a, #nav li.off ul a {
	border: 0;
	float: left; /*ie doesn't inherit the float*/
	color: #d31145;
	width: auto;
	margin-right: 0px;
}

#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
	background-color: #e5e5e5;
}

#nav li.on ul {
	display: block;
	padding-top: 0px;
}

#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
	
}

#nav li.off a:hover, #nav li.on a:hover { 
	/*background-color: #ff0;*/
	color: #d31145;
}

/*do the image replacement*/

#nav li span {

	position: absolute;
	padding-left:20px;
	padding-right:20px;
}

#li a {
	display: block;
	position: relative;
	height: 21px;
	border: 1px solid #3333CC;
	background-color:#666600;
	/*background: url(../bk-dropdownMap.gif) no-repeat;*/ /*contains all hover states*/
}

/*active area - for this demo - the code could be based on a body class, and probably work better.*/

 #li.on a {
 	background-color: #fff;
 } /*add selectors for the other li's and background-positions*/

/*hover states*/

#li a:hover, #li:hover a, #li.over a {
	background-color:#d31145;
}

/*subnav formatting*/

#nav li.off ul a, #nav li.on ul a {
	display: block;
	height:23px;
	background: #e5e5e5;
	color: #000;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	letter-spacing:1pt;
	padding: 10px 10px 0 10px;
}		

#nav li.on ul a {
	background-color: #e5e5e5;
}

