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

#menu {
	height: 18px;
	margin: 0 4% 0;
	width: 96%;
}

* html #menu {
	height: 20px;
	width: 100%;
}

#menu:hover {
	border-bottom: 1px solid #FFFFFF;
}

#menu dl {
	float: left;
}
#menu li {
	display: inline;
}

#menu a {
	text-decoration: none;
	color: #222222;
	background: transparent;
}
#menu a:hover {
	color: #444444;
	text-decoration: none;
}


#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6, #smenu7, #smenu8, #smenu9{
	position: absolute;
	font-size: 0.8em;
	display: block;
	width: 400px;
}

#smenu1 a:hover, #smenu2 a:hover, #smenu3 a:hover, #smenu4 a:hover, #smenu5 a:hover, #smenu6 a:hover, #smenu7 a:hover, #smenu8 a:hover {
	color: #8C3A2C;
}


.mentions {
	position: absolute;
	bottom : 300px;
	left : 10px;
	color: #99CCFF;
	background-color: #ddd;
}
a {text-decoration: none;
	color: #222;
}




