#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;
}

/*Top level list items*/
#menu ul li{
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

/*Top level menu link items style*/
#menu ul li a{
	display: block;
	width: 98px;
	height: 28px;
	background: url(/images/menuknop.jpg) no-repeat;
	color: #000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

* html #menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

#menu ul li a:link, #menu ul li a:visited{
	color: #000;
}

#menu ul li a:hover{
	background: url(/images/menuknop.jpg);
	color: #000;
}
	
/*1st sub level menu*/
#menu ul li ul{
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: auto;
	display: block;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#menu ul li ul li{
	float: none;
	margin: 0;
	padding: 0;
	height: auto;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#menu ul li ul li ul{
	top: 0;
	margin: 0;
	padding: 0;
}

/* Sub level menu links style */
#menu ul li ul li a{
	font-family: Verdana;
	color:  #000;
	width: 140px; /*width of sub menus*/
	height: 20px;
	background: #e3e3e3;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#menu ul li ul li a:hover{ /*sub menus hover style*/
	background: #555;
	color: black;
}

/*SUBMENU*/
#teamgegevens{
	position: absolute;
	top: 0px;
	left: 335px;
	height: 221px;
	width: 200px;
}
#teamnaam{
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	width: 200px;
	height: 40px;	
	background: #000;
	font-family: arial;
	font-size: 30px;
	text-indent: 10px;
	font-weight: bold;
	color: #fff;
/*margin-bottom: 3px;*/
}
#teamnaam a{
font-family: arial;
	font-size: 26px;
	text-indent: 10px;
	font-weight: bold;
	color: #fff;
	height: 40px;
	margin: 0;
        line-height: 42px;
}
#teamgegevens ul li a{
	display: block;
        width: 200px;
        margin-left: 0px;
        float: left;
	margin-top: 5px;
	text-indent: 10px;
	background: #000;
	font-family: arial;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
line-height: 28px;
	margin-top: 8px;
height: 27px;
}
#teamgegevens a:hover, #teamgegevens a.active{
	background: #fff;
	color: #000;
}
#teamgegevens ul{
	list-style-type: none;
        margin: 0;
        padding: 0;
}
#teamgegevens ul li{
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

