@charset "utf-8";
/* CSS Document */

/*body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}*/
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
}
dl#menu {
	width: 150px;
}
dl#menu dt {
	cursor: pointer;
	margin: 0px;
	height: 18px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 0px solid gray;
	/*background: #ccc;*/
}
dl#menu dd {
	border: 0px solid gray;
}
dl#menu li {
	text-align: center;
	background: #fff;
}
dl#menu li a, dl#menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
dl#menu li a:hover, dl#menu dt a:hover {
	background: #eee;
}
#mentions {
	font-family: verdana, arial, sans-serif;
	position: absolute;
	bottom : 177px;
	left : 419px;
	color: #000;
	background-color: #ddd;
}
#mentions a {
	text-decoration: none;
	color: #222;
}
#mentions a:hover {
	text-decoration: underline;
}