dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sans-serif;
font-weight: normal;
}
.menu {
	clear: both;
	margin-top: 5px;
	width: 130px;
	height: 15px;
	border: 1px solid gray;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #eee;
}

#smenu1, #smenu2, #smenu3, #smenu4 {
float: left;
display: none;
font-size: 10px;
padding: 5px 0 5px 0;
width: 130px;
background-color: #F3F3F3;
text-align: center;
}
#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a {
font-weight: normal;
border-top: 0 none;
}
.mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
a {text-decoration: none;
color: #222;
}
a:hover{text-decoration: underline;
}