

/*---MENU-------------------------------------------------*/


a.contact{
	text-decoration:none;
	background-image: url(../img/contact_over.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	margin:0;
	padding:0;
	width:64px;
	height:53px;
}

a.contact:hover{
	text-decoration:none;
	background-image: url(../img/contact_over.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	margin:0;
	padding:0;
	width:64px;
	height:53px;
}

