#menu li {
	list-style-type: none;
	width: 19em;
	text-align: center;
	float: left;
	}
	
#menu a  {
	text-decoration: none;
	color: black;
	display: block;
	background-color: #add8e6;
	box-shadow: 5px 5px 5px gray;
	margin-bottom: 3px;
	margin-right: 4px;
	border-radius: 5px;
	border: 2px outset #add8e6;
	}
	
#menu a:hover  {
	background-color: #DDDDEE;
	box-shadow: 3px 3px 3px gray;
	border: none;
	}
	
#menu ul  {
	margin-left : -2.5em;
	}