a.menuitem{
	border:1px solid #E9EAEE;
	margin-left:5px;
}
td#navPlaceholder,
ul#nav{
	float: right;
	}

ul#nav * { 
	text-align:left;
	}

ul#nav { /* alle lists */
	padding: 0;
	margin: 7px 0 0 400px;
	list-style: none;
	height:34px;
}
ul#nav li{
	float:left;
	position: relative; 
	min-height:34px;
	margin:0;
	padding:0;
	display: block;
	z-index: 999;
}

ul#nav li a{
	display:block;
	padding-left:8px;
	padding-right:8px;
	width:53px;
	min-height:29px;
	line-height:29px;
	_margin-right:8px;
	text-decoration:none;
}

ul#nav li a:hover { color:#333; }
/* ul#nav ul li a:hover { color:#fff; } */

li ul { /* sub items */		
	display: none;
	position: absolute;
	top: 1em;
}

ul#nav li ul{
	padding: 0;
	margin: 0;
	_top:29px;
	list-style: none;   
	width:174px;
	border-top:none;
	padding-bottom:12px;
	_padding-bottom:0;
	background-image:url('/image/nav-bottom-shadow.png');
	background-position:right bottom;
	background-repeat:no-repeat;
	_background-image:none;
	_background-color:#67726A;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#222222,direction=135);
}

ul#nav li ul li{
	height:20px;
	display:block;
	width:174px;
	background-image:url('/image/nav-shadow.png');
	background-position:right top;
	background-repeat: repeat-y;
	_background-image:none;
	_border-left:1px solid #fff;
}

ul#nav li ul li a {
	display:block;
	height:auto;
	line-height:33px; 
	width:144px;
	_width:174px;
	margin:0 0 0 1px;
	_margin:0;
	/* _border-left:1px solid #fff; */
	border-top:1px solid #333;
}

li>ul { /* postitie resetten voor alle browsers behalve IE */
	top: auto;
	left: 0;	
}

li:hover ul, li.over ul { /* lists nested onder hovered list items */
	display: block;
}

/* Holly Hack. IE Requirement */
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
* html li ul{top:34px;left:0px;}
/* End */

a.menuitem:link, a.menuitem:visited, a.menuitem:hover, a.menuitem:active,
a.submenuitem:link, a.submenuitem:visited, a.submenuitem:hover, a.submenuitem:active{
	color: #333; text-decoration:none; 	
}

a.menuitem:hover{
	color: #E6AC49;
}

a.submenuitem:hover{
	background-color: #efcf06;
}


ul#nav li.hassubs a:hover { 
	/* background-color:#67726A; */
	color:#fff; 
	background-image:url('/image/nav-button-shadow.gif');
	background-repeat:no-repeat;
	_margin-right:0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#222222,direction=90);
	}

ul#nav li.hassubs ul a:hover { 
	color:#333 !important;
	}

ul#nav ul a,
ul#nav ul a:hover {
	filter:none;
}

ul#nav ul a { border:0; }
ul#nav ul a:hover { border:0; border-top:1px solid #333; }

li.tab a { 
	/* background-color:#67726A !important; */
	background-image:url('/image/nav-button-shadow.gif');
	background-repeat:no-repeat;
	_margin-right:0 !important;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#222222,direction=90);
	}

li.tab ul a { 
	background:none !important; 
	border:0 !important;
	border-top:1px solid #333 !important;
	/* filter:progid:DXImageTransform.Microsoft.Shadow(color=#222222,direction=135); */
	}

ul#nav ul li a:hover { filter:none !important; }

ul#nav ul li:first-child a, 
ul#nav ul li.first a { border-top:0 !important; }


li.active a { color:#333 !important; }
li.active li a { color:#fff !important; }

#navitem7 { width:65px; _width:61px; }
#navitem8 { margin-right:3px; }
