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

#menu {
	position: absolute;
	top: 0;
	left: 0;
}
dl#menu {
	width: 120px;
}
dl#menu dt {
	cursor: pointer;
	margin: 2px 0;;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	border: 1px solid #9C2B23;
}
dl#menu li {
	font-size: 10px;
	text-align: left;
}
dl#menu li a, dl#menu dt a {
	color: #9C2B23;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
	color: #FFFFFF;
	background: #9C2B23;
}

#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;
}