.menu{
	position:relative;
	margin:0px;
	width: auto;
	height: auto;
	text-align: center;
	padding: 4px;
	list-style-image: none;
	list-style-type: none;
	background-color: #626242;
	color: #FFFFFF;
}
a .menu:hover{
	cursor:pointer;
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-color: #006699;
	text-decoration: none;
}
.menu a{
	width:100%;
	text-decoration:none;
	color:#000000;
	background-position: center center;
}
#space{
	position:relative;
	width: 166px;
	height: auto;
	padding: 4px;
	font-size: 2px;
}
