dl, dt, dd, ul, li {
	list-style-type: none;
	margin: none;
	padding: none;
}

dl#menu {
	width: 470px;
}

dl#menu dt {
	cursor: pointer;
	margin: 0;
	line-height: 2em;
	text-align: left;
	font-weight: bold;
	background: #ccc;
}

dl#menu dd {
}
dl#menu li {
	text-align: left;
	background: #fff;
	padding: 10px;
	line-height: 1.466em;
}

dl#menu li a, dl#menu dt a {
	color: #000;
	text-decoration: none;
	border: 0 none;
	height: 100%;
}

#mentions {
	font-family: verdana, arial, sans-serif;
	color: #000;
	background-color: #ddd;
}

#mentions a {
	text-decoration: none;
	color: #000000;
}

#mentions a:hover{
	text-decoration: underline;
} 

