dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu_ dt {
	cursor: pointer;
	background: #B7D2D7;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
	border: 1px solid #98BEC4;
	text-align: center;
	font-weight: bold;
}

#menu_ dd {
	position: absolute;
	z-index: 100;
	left: 192px;
	margin-top: -31px;
	width: 200px;
	background: #B7D2D7;
	border: 1px solid #98BEC4;
}

#menu_ ul {
	padding: 2px;
}

#menu_ a {
	text-align: left;
	font-size: 13px;
	height: 18px;
	line-height: 18px;
}

#menu_ a, #menu_ dt a {
	color: #04004A;
	text-decoration: none;
	display: block;
	text-indent: 10px
}

#menu_ a:hover{
	background-color: #FDFA9C;
}

#menu li {
	text-align: left;
	font-size: 13px;
	height: 18px;
	line-height: 18px;
}

#menu li, #menu dt li {
	color: #04004A;
	text-decoration: none;
	display: block;
	text-indent: 10px
}

#menu li:hover{
	background-color: #FDFA9C;
}

#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;
}
