.menu_link	{
	position:relative;
	font-family: arial, verdana, helvetica, sans-serif;
	font-style:normal;
	font-weight:bolder;
	background-image: url(gif/bannersmall2.gif);
	background-origin: content;
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0; 
	margin-bottom: 0px;
	padding: 0; 
}
.menu_link a {
	display:block;
	font-size: 20px;
	width: 120px;
	height: 60px;
	display: block;
	float: center;
	margin: 0;
	padding: 0;
	color: orange; 
	text-decoration: none; 
}
.menu_link img {
	width: 100%; 
	height: 100%; 
	border: 0; 
}

* html a:hover {
	visibility:visible
}
.menu_link a:hover img {
	visibility:hidden
}
.menu_link span {	
	position:absolute;	
	left:10px;	
	top:20px;	
	margin:0;	
	cursor: pointer;
}
