/* CSS Document */
body {
padding:0;
margin:0;

}
dl, dt, dd, ul, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	color: #BCA624;
	font-weight: normal;
}
#menu {
width: 149px;
}

#menu dt {
	cursor: pointer;
	background: #FFFFFF;
	height: 17px;
	line-height: 18px;
	margin: 2px 0;
	border: 1px #E8E489;
	text-align: left;
	font-weight: bold;
	list-style-image: none;
}

#menu dd {
	position: absolute;
	/*position:relative;*/
	margin-left:100px;
	margin-right:auto;
	z-index: 200;
	/*left: 15em;*/
	margin-top: -15px;
	width: 149px;
	background: #5F76A6;
	display: none;
	list-style-image: none;
	border: 1px solid #DFDD87;
}

#menu dd:hover {
display:block;
}

#menu ul {
padding: 2px;
}
#menu li {
	text-align: center;
	font-size: 11px;
	height: 18px;
	line-height: 12px;
	list-style-type: none;
	list-style-image: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#menu li a, #menu dt a {
	color: #BCA624;
	text-decoration: none;
	display: block;
	font-weight: normal;
	list-style-type: none;
}

#menu li a:hover {
	color: #FFFFFF;
	display:block;
	list-style-type: none;
}


#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;
}

