#menu {
	background: #fafafa;
        float: center;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	font: 82.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-align: center;
        margin: 0;
	padding: 0;
}
#menu a { font: 82.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	background: #CFECEC; 
        border: 1px solid #4682b4;
	
        color: #000000;
	display: block;
	margin-bottom: 2px;
	padding: 5px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #528b8b url("images/hover.png") left center no-repeat;
	color: #ffff00;
	padding-bottom: 10px;
}
