@CHARSET "UTF-8";

body {
	background: white;
	padding: 0;
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
	color: #000;
}

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

#menu {
	position: relative;
	top: 1em;
	left: 1em;
	width: 15em;
	border: 0px dotted black;
	margin-bottom:10px;
}

#menu dt {
	cursor: pointer;
	background-color: transparent;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
	border: 0px solid gray;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

#menu dd {
	position: absolute;
	z-index: 0;
	left: 2em;
	margin-top: 0em;
	width: 210px;
	display: none;
	background-image:url("images/opaque_silver_false.png");
	background-position: 0px 0px;
	background-repeat: repeat;
	background-color: #abb8f0;
	border: 1px solid #cdd4ef;
}

#menu ul {
	padding: 2px;
}

#menu li {
	padding-left: 5px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	background-color: none;
	border: 1px solid #a3b7e6;

}

#menu dt a {
	color: #030a1b;
	text-decoration: none;
	display: block;
}

#menu li a {
	color: #2e2e2e;
	text-decoration: none;
	display: block;
}

#menu li a:hover {
	color: #fff;
}

#menu dt a:hover {
	color: #fff;
}

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