#menu {
	padding-top: 30px;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu dl {
	float: left;
	width: 127px;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background:url("images/fond-menu.jpg") no-repeat center; 
}

#menu dd {
	border: 1px solid #096;
	display: none;
	position: absolute;
	z-index: 100;
	min-width: 127px;
}

#menu li {
	text-align: center;
	background: #fff;
	width: 160px;
}

#menu dt a {
	color: #fff;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 22px;
	padding-top: 7px;
}

#menu li a {
	color : #096;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
}

#menu li a:hover {
	background: #096;
	color: #fff;
}
