#Menu_ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:center;
}

.Menu_li {
	display:inline;
	line-height:25px;
	float:left;
}

#Menu_ul .Menu_li_a{
	text-decoration:none;
	color:#ffffff;
	float:left;
	width:70px;
	text-align:center;
}

#Menu_ul .Menu_li_a:hover {
	text-decoration:underline;
	color:#ffffff;
	float:left;
	width:70px;
	font-weight:bold;
}

#Menu_ul .Menu_li_a:visited {
	color:#ffffff;
	float:left;
	width:70px;
}
