#menuhaut{
	border: 1px solid black;
	width: 125px;
	background-color: #E6E6E6;
}

#menuhaut a{
	font: bold 14px sans-serif;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}

html>body #menuhaut a{
	width: auto;
}

#menuhaut a:hover{
	background-color: black;
	color: white;
}
