#nav, #nav table { /* all lists */
	padding: 0;
	margin: 0;
	height: 38px;
}
	
#nav td { /* main menu items */
	padding-top: 7px;
	background-repeat: repeat-x;
}
	
#nav td.sfhover{ /* main menu items over */
	padding-top: 7px;
	background: url('/template/images/mainmenu_over.gif');
	background-repeat: no-repeat;
	background-repeat: repeat-x;
}

#nav td#sfactive{ /* main menu items over */
	padding-top: 7px;
	background: url('/template/images/mainmenu_over.gif');
	background-repeat: no-repeat;
	background-repeat: repeat-x;
}
	
#nav td.pipe { /* pipes between buttons */
	widht: 1px;
	background: url('/template/images/mainmenu_spacer.gif');
}

#nav td div {	/* container div */
	position : relative;
	height: 100%;
}

#nav td div div { /* submenu container div */
	position : absolute;
	left: 0px;		top: 20px;
	padding-top: 11px;
	display: none;
	height: auto;	width: auto;
}

#nav td.sfhover div div { /* submenu container div over */
	position : absolute;
	left: 0px;		top: 20px;
	padding-top: 11px;
	display: block;
	height: auto;	width: auto;
}

#nav td div div table{ /* submenu table */
	background: url('/template/images/dropdown_bg.png');
	border: 1px solid #bfbfbf;
}

#nav td div div td { /* submenu button */
	position : relative;
	padding-top: 0px;
	width: 100%;	height:20px;
	padding : 0;
	top: 0px;	left: 0px;
	background: none;
	border: none;
}

#nav td div div td.line { /* lines between items */
	position : relative;
	width: 100%;	height:1px;
	background-color: #bfbfbf;
	padding : 0px;
}

#nav td a {
	height: 19px;
	display : block;
	font-family: arial,times new roman,arial;
	font-size: 13px;
	color: #000000;
	text-decoration : none;
	padding : 0 0.66em;
	padding-bottom: 1px;
	padding-top: 3px;
	
}

#nav td div div a {
	height: 19px;
	display : block;
	font-family: arial,times new roman,arial;
	font-size: 13px;
	color: #89ac1a;
	text-decoration : none;
	padding : 0 0.66em;
	padding-bottom: 1px;
	padding-top: 3px;
	
}

#nav td div div a:hover {
	height: 19px;
	display : block;
	font-family: arial,times new roman,arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration : none;
	padding : 0 0.66em;
	padding-bottom: 1px;
	padding-top: 3px;
	background-color: #89ac1a;
	
}

#nav td.pijltje {
	width: auto;
}

#nav td a:hover {
}