ul:after{
display:block;
height:0;
content:"";
clear:both;
}

#list{

	position:absolute;
	border:1px solid black;
	background:black;
	visibility:hidden;
	border-radius:5px;
	padding:2px;
	left:556px;
	top:84px;
	opacity:0.7;
	
}

#list a
{

	display:block;
	font-size:18px;	
	text-align: left;
	text-decoration: none;
	color: white;
	font-weight: bold;
	margin:6px;
	padding:8px;
	border-radius:8px;
	
}

#list a:hover
{
	background-color:white;
	color: black;	
}