.menu_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 128px;
	color: #333333;
	text-align: center;
	margin-right: 10px;
	border-right: 50;
	text-indent: 300px;
	margin: auto;
	line-height: 10;
	word-spacing: 50px;

}
a.menu_menu:hover {
	font-weight: bold;
	color: #333333;
	background-image: url(link.gif);
	background-attachment: fixed;
	background-position: 10 10;
	background-repeat: no-repeat;
}
a.menu_menu:link  {
	color: #333333;
	text-decoration:none;
}
a.menu_menu:visited  {
	color: #333333;
	text-decoration:none;
}
