/* CSS Document */

#nav { 
	width: 180px; 
	text-align: left;
	list-style: none; 
	line-height: 26px; 
	padding: 0; 
	margin: auto;
}
/* This *html hack is used so that IE does not add a gap on the left of the menu becuase of the margin: auto Firefox fix */
*html #nav { 
 	width: 180px; 
	text-align: center;
	list-style: none; 
	line-height: 26px; 
	padding: 0; 
	margin: 0px; 
}
/* End html hack */

#nav ul { 
	float: left; 
	list-style: none; 
	line-height: 26px; 
	font-weight: bold; 
	padding: 0; 
	margin: 0; 
}
/* Must use line-hieght to set height on menu items incase word wrap happens, firefox does not expand to fit height */

#nav a, #nav a.laatste {
	display: block; 
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 16px;
	color: #141414; /*000099*/
	font-weight: bold;
	margin: 0;
	padding: 0px 25px;
	line-height: 26px;
}

#nav li { 
	width: 180px;
	height: 27px; 
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	text-align: left;
	list-style: none; 
	line-height: 26px; 
	padding: 0; 
	margin: auto;
	background-image: url('http://www.totalblue-events.nl/layout/menu_button.jpg');
	background-repeat: no-repeat; 
	float: left;
}
#nav li a { 
	text-align: left;	/* was center */
}
#nav li ul { 
	position: absolute; 
	left: -999em; 
	height: auto;
	font-weight: normal; 
	margin: 0; 
	width: 180px; 
}

#nav li ul a { 
	width: 180px; 
	border: none;
	padding: 0 25px;
	margin: 0px; 
	text-align:left; 
}

#nav li ul ul { 
	position: absolute;
	margin: -1.75em 0 0 180px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { 
	left: -999em; 
}

#nav li:hover ul, #nav li.sfhover ul { 
/*	position:relative; */
	position: absolute;
	left: 167px;
	top: 35px;
}

#nav li li:hover ul, #nav li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
/*	position:relative; */
	position: absolute;
	left: -8px;
	top: 35px;
}

#nav ul li:hover, #nav ul li.sfhover { 
	color: #000099;
}

#nav a:hover
{
	color: #000099; 
	text-decoration: underline;
}

#nav li ul li a:hover, #nav li ul li a.sfhover { 
	color: #000099; 
	text-decoration: underline;
}
.cssmenucolumn1 { 
	width: auto;
}

#div_menu
{
	text-align: center;
	position: relative; 
	width: 180px; 
	overflow: visible; 
	z-index: 1; 
}