dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type:none;
	
}
dl#lista {
	width: 170px;
}
dl#lista  dt {
	cursor: pointer;
	;
	text-align: left;
	background-color: #E3E3E3;
	height: 30px;
	margin-bottom: 2px;
}
dl#lista  dd {
}
dl#lista  li {
	text-align: left;
	background-color: #EBEBD4;
	width: 170px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 20px;
}
dl#lista  li  a, dl#lista  dt  a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 155px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	height: 16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

dl#lista li a:hover, dl#lista dt a:hover {
	background-color: #D8D8C3;
}

#mentions {
	font-family: verdana, arial, sans-serif;
	position: absolute;
	bottom : 163px;
	left : 230px;
	color: #000;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}

