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

#menu {
	position: absolute;
	top: 20;
	left: 5;
}

dl#menu {
	width: 145px;
}

dl#menu dt {
	cursor: pointer;
	margin: 2px 0;;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color: #7BA428;
	font-weight: bold;
	border: 1px solid grey;
	background: #ffffff;
}

dl#menu dd {
	border: 1px solid grey;
}

dl#menu li {
	text-align: center;
	background: white;
}
dl#menu li a, dl#menu dt a {
	text-decoration: none;
	display: block;
	border: none;
	height: 100%;
	color: black;
}

dl#menu li a:hover, dl#menu dt a:hover {
	background: #eee;
}

#mentions {
	font-family: verdana, arial, sans-serif;
	position: absolute;
	bottom : 200px;
	left : 10px;
	color: #000;
	background-color: #ddd;
}

#mentions a {
	text-decoration: none;
	color: #222;
}

#mentions a:hover{
	text-decoration: underline;
}

