#menu{
	position:relative;
	margin:0px;
	width: auto;
	height: auto;
	text-align: center;
	padding: 4px;
	list-style-image: none;
	list-style-type: none;
	background-color: #006600;
	color: #FFFFFF;
}
a #menu:hover{
	cursor:pointer;
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-color: #A49B00;
	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;
}
#frame #navbar #current {
	color: #FFFFFF;
	background-color: #AA1A4D;
	padding: 4px;
	text-align: center;
}
