dl, dt, dd, ul, li,ed {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
font: 80% verdana, arial, sans-serif;
}
dl#menu {
width: 99%;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 30px;
line-height: 30px;
text-indent: 10px;
font-weight: bold;
background: #505050;
}
dl#menu dd {
}
dl#menu li {
height: 30px;
line-height: 30px;
text-indent: 10px;
background: #646464;
}
dl#menu li a, dl#menu dt a {
color: #fff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
color:#BAE825;
background: #5E5E5E;
}

#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;
}

.suggest_link {
		background-color: #cccccc;
		height:15px;line-height:15px;
		font-size:10pt;
		
	}
	.suggest_link_over {
		background-color: #3366CC;
		height:15px;line-height:15px;
		font-size:10pt;

	}
	#search_suggest {
		position: absolute; 
		width:202px;
		height:200px;
		overflow:auto;
		color:#000000;
		background-color: #cccccc; 
		text-align: left; 
		border: 1px solid #000000;			
	}	

	#search_suggests {
		position: absolute; 
		width:202px;
		height:200px;
		overflow:auto;
		color:#000000;
		background-color: #cccccc; 
		text-align: left; 
		border: 1px solid #000000;			
	}