ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
li {
	float: none;
}
a {
	text-decoration: none;
	display: block;
	margin-top: 4px;
	padding: 2px;
	width: auto;
	color: #FFFFFF;
	background-color: #0033FF;
	font-weight: bold;
	text-align: center;
}

a:hover {
	color: #0033FF;
	background-color: #FFFFCC;
	border: 1px;

}

a span{
	display: none;
}

a:hover span{
	display: block;
	position: absolute;
	
	left: 3px;
	color: #0033FF;
	font-size: 5px;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px dashed #00099;
	
}
.fond {
	background-color: #FFFFCC;
	width: 95%;
}

