/* CSS Document */




body {
padding: 0;
background: white;
font: 12px verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
text-align:left!important;
text-indent:10px;
line-height:17px;
}
#menu {

float:left;
margin:0px;
position:relative;
vertical-align:top;
	}
#menu {
width: 160px;
}
#menu dt {
	cursor: pointer;
	margin: 1px 0;
	text-indent:5px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	border: 0px solid white;
	background: #ff6600;
	color: #FFFFFF;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background-color:#8294C0;
}
#menu li a, #menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
background-color:#8294C0;
}

#menu li a:hover, #menu dt a:hover {
background: #3A4972;
}

.mentions {
position: absolute;
top : 300px;
left : 10px;
color: #ffffff;
background-color: #ff6600;
}
