table.menu  a{
	display:block;
	padding:5px;
	text-decoration:none;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#000000;
	background:#fdb71e;
	white-space: nowrap;
	text-align: center;

}
table.menu  a:hover{
	color:#000000;
	background:#ffffff;
	white-space: nowrap;
}