a {
	color:blue;
	text-decoration:none;
	display:block;
	height: 20px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	background-position: center;
}

a:hover {
	color:#ffff99;
	background-color:#00CC00;
	text-decoration:underline;
	display:block;
	height: 20px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	background-position: center;
}
#menucel {
	height: 20px;
	text-align: center;
	padding: 1px;
	background-color: #ffff99;
}
#menutable {
	height: 20px;
	width: 800px;
	text-align: center;
	border="1"
}
#menuverticaltable {
	width: 130px;
	text-align: center;
	border="1"
}



