#menu {	
	width: 500px;
	height: 500px;
	position: relative;
	margin: 100px;
	padding: 20px;	
	text-decoration: none;
}

#menu li	{	
	list-style-type: none;
	list-style-position: none;	
}

h2 {	
	text-align: center;
	position: absolute;
	margin: -100px;
	color: maroon;
	font-family: marker felt, arial, verdana, sans-serif;
}

h2 a	{
	text-decoration: none;
}

#menu li a	{	
	text-decoration: none;
}

#menu li a:hover	{
	cursor: pointer;
}

#centre	{
	height: 100px;
	width: 100px;
}

.item	{
	position: absolute;
}
