dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
}

#menu{
	text-align:center;
	width:900px;
	margin:0 auto;
}

#menu dl {
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding: 0;
	list-style-type: none;
}
#menu dt {
	text-align: center;
	font:9pt Verdana;
	background: #FFFFFF;
	border: 0px collapse;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu dd {
	border: 0px;
	font:9pt Verdana;
	display:none;
	position:absolute;
	margin: 0;
	padding: 0;
	width:121px;
	height:20px;
	list-style-type: none;
	text-align:left;
}
#menu li {
	text-align: center;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	height:15px;
	list-style-type: none;
}

dd.equipeA{
	left: 121px;
	top: 0px;
}

dd.equipeB{
	left: 121px;
	top: 15px;
}

dd.equipeC{
	left: 121px;
	top: 30px;
}

dd.stade{
	left: 121px;
	top: 90px;
}

#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	list-style-type: none;
}
#menu li a:hover, #menu dt a:hover {
	background: #000000;
	color:#FFFFFF;
	list-style-type: none;
}


a.menu{
	text-decoration:none;
}

a:hover.menu{
	text-decoration:none;
	font-weight:bold;
}
