body {behavior: url(csshover.htc);} /* WinIE behavior call */
  div#nav {
	float: 		left; 
	width: 		10em; 
	height: 		100%;
	position:		relative;
	margin:		-1px 0 0 0px;
	font: 			normal normal 8pt/11pt verdana, sans-serif;
	background: 	#3c3636;
	
		}
	  div#nav ul {margin: 0; padding: 0px; width: 10em; background: #3c3636; border: 1px solid white;}
  div#nav li {position: relative; list-style: none; margin: 0px; border-bottom: 1px solid white}
  div#nav li:hover {border-right: 1px solid white; background: #6F6F6F; }
div#nav li.submenu {background: url(pijl.gif) 95% 50% no-repeat;}
div#nav li.submenu:hover {
	/*background: #6F6F6F url(pijl1.gif) 95% 50% no-repeat; */
	border-right: 1px solid white; background: #6F6F6F; }
div#nav li a {
	display: 		block; 
	padding: 		0.25em 0em 0.25em 0.5em; 
	text-decoration: 	none;
	color: 		white;	
	width: 		9.5em;
	cursor: 		hand;	
	}
  div#nav>ul a {width: auto;}
div#nav ul ul {position: absolute; top: 0; left: 10em; display: none;}
  div#nav ul.level1 li.submenu:hover ul.level2,
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;}
