/* CSS vertical menu that collages fromissu www.alsacreations.com/articles */

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	background-color: #FFFFFF;
}
#menu {
	position: absolute;
	top: 0;
	left: 0;
}
dl#menu {
	width: 15em;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	float: left;
}
dl#menu dt {
	cursor: pointer;
	margin: 2px 0;
	;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid gray;
	background-color: #0000C6;
	color: #CCFF62;
}
dl#menu dd {
	border: 1px solid gray;
	width: 15em;
	background-color: #FFCC00;
}
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%;
	background-color: #FFFF00;
}

dl#menu li a:hover, dl#menu dt a:hover {
	background-color: #99FF00;
}

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

