	#divNav {
		background: transparent url(bk-nav.jpg) no-repeat top left;
		margin: 0;
		padding: 0;
		width: 704px;
	}

	#nav {
		position: relative;
		top:-11px;
		*top: 1px;/* IE 7 and below */
		height: 28px;
		*height: 33px;/* IE 7 and below */
		width: 704px;
		right:0px;
		*right: 39px;/* IE 7 and below */
	}

	#nav li ul, #nav li ul {
		margin: 0px;
		margin-right: 39px;
		*margin: 0;/* IE 7 and below */
		padding: 0;
	}

	#nav a {
		text-decoration: none;
		height: 30px;
	}

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

	#nav li ul {
		display: none;
	}

	#nav li ul li a {
		height: 30px;
	}

	#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
		position: absolute;
		top: 20px;
		right: 2px;
		padding-top: 0px;
		background: #d0d0d0;
		height: 30px;
		width: 702px;
		padding-left: 0px;
		padding-right: 0px;
	}

	#nav li.on ul {
		/*background: #d8eefb;*/
	}

	#nav li.on ul li.on a {
		color: #000;
	}

	#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		background: #d0d0d0;
	}

	#nav li a.top {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 11px;
	line-height: 21px;
	display: block;
	padding: 0;
	text-transform: uppercase;
	font-variant: small-caps;
	letter-spacing: 7px;
	}

	#nav li a.top:hover {
		color: #000000;
		font-weight: bold;
		font-size: 11px;
		line-height: 21px;
		display: block;
		padding: 0;
		text-transform: uppercase;
		background-image:url(/cms/templates/hetsnellewiel/images/top_over_232px.gif);
		background-repeat:no-repeat;
	}
	.bg_top {
	text-align:center;
	width:232px;
	height:20px;
	background-image:url(/cms/templates/hetsnellewiel/images/top_up_232px.gif);
}
	#nav li.on a {
		color: #000000;
	}


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

	#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
		/*background-image:url(/cms/templates/hetsnellewiel/images/sub_over.gif);*/
	}

	#nav li.on ul {
		display: block;
	}

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

	#nav li.off a:hover, #nav li.on a:hover { 
		color: #000000;
	}

	#nav li.off ul li.off a:hover, #nav li.on ul li.off a:hover { 
		color: #000000;
	}

	/*do the image replacement*/

	#nav li span {
		position: absolute;
		left: -9384px;
	}

	#liRenaissance a, #liArtNouveau a, #liModern a, #liPostModern a, #liDigital a {
		display: block;
		position: relative;
		height: 26px;
		background: url(bk-dropdownMap.gif) no-repeat; /*contains all hover states*/
	}

/*first, put the initial states in place*/

#liRenaissance a {
	background-position: 0 0;
}

#liArtNouveau a {
	background-position: -102px 0;
}

#liModern a {
	background-position: -204px 0;
}

#liPostModern a {
	background-position: -306px 0;
}

#liDigital a {
	background-position: -408px 0;
}

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

 #liModern.on a {
 	background-position: -204px -37px;
 } /*add selectors for the other li's and background-positions*/

/*hover states*/

#liRenaissance a:hover, #liRenaissance:hover a, #liRenaissance.over a {
	background-position: 0 -73px;
}

#liArtNouveau a:hover, #liArtNouveau:hover a, #liArtNouveau.over a {
	background-position: -102px -73px;
}

#liModern a:hover, #liModern:hover a, #liModern.over a {
	background-position: -204px -73px;
}

#liPostModern a:hover, #liPostModern:hover a, #liPostModern.over a {
	background-position: -306px -73px;
}

#liDigital a:hover, #liDigital:hover a, #liDigital.over a {
	background-position: -408px -73px;
}

/*subnav formatting*/

#nav li.off ul a, #nav li.on ul a {
	text-align:center;
	vertical-align:middle;
	display: block;
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	width:76px;
	height:20px;
	background-image:url(/cms/templates/hetsnellewiel/images/sub_up.gif);
	background-repeat:no-repeat;
	margin-top:10px;
}		

#nav li.on ul a {
	/*background-image:url(/cms/templates/hetsnellewiel/images/sub_over.gif);*/
}
	
