.menu a {
	font-size:18px;
	background-image: url(../files/Un111.jpg);
	cursor: hand;
	height: 31px;
	width: 130px;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	float: none;
	clear: right;
	color: #251632;
	position: static;
	padding: 0px;
	clip:    rect(auto auto auto auto);
	overflow: visible;
	visibility: inherit;
	line-height: 30px;
	vertical-align: top;
	font-weight: bold;
}
.menu a:hover {
	color: #FFFF99;
	background-image: url(../files/Un112.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 130px;
	line-height: 30px;
	overflow: auto;
	visibility: visible;
}
