.nodot
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#menu 
	{
	position: relative;
	top: 10px;
	left: 10px;
	width: 150px;
	}

#menu dt
	{
	cursor: pointer;
	height: 12px;
	line-height: 12px;
	margin: 2px 0;
	}

#menu dd
	{
	position: absolute;
	z-index: 100;
	left: 8em;
	margin-top: -1.4em;
	width: 150px;
	background: #eee0c5;
	border: 1px solid gray;
	}

#menu ul 
	{
	padding: 2px;
	}
#menu li 
	{
	height: 14px;
	line-height: 14px;
	}
#menu li a, #menu dt a 
	{
	text-decoration: none;
	}

#menu li a:hover 
	{
	text-decoration: underline;
	color: #000;
	}

#menu dt a:hover 
	{
	text-decoration: underline;
	color: #000;
	}

#mentions 
	{
	position: absolute;
	bottom : 200px;
	left : 10px;
	}
#mentions a 
	{
	text-decoration: none;
	}
#mentions a:hover
	{
	text-decoration: underline;
	color: #000;
	}
