.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 125px;
/*	margin-right: 1em;*/
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a:hover, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1250px;
	height: 125px;
	background-repeat: no-repeat;
}
.about {
	background-image: url(MENU/aboutOver.png);
	width: 125px;
	height: 125px;
}
.about a {
	background-image: url(MENU/about.png);
	width: 125px;
	height: 125px;
}
.art {
	background-image: url(MENU/artOver.png);
	width: 125px;
	height: 125px;
}
.art a {
	background-image: url(MENU/art.png);
	width: 125px;
	height: 125px;
}
.statement {
	background-image: url(MENU/statementOver.png);
	width: 125px;
	height: 125px;
}
.statement a {
	background-image: url(MENU/statement.png);
	width: 125px;
	height: 125px;
}
.resume {
	background-image: url(MENU/resumeOver.png);
	width: 125px;
	height: 125px;
}
.resume a {
	background-image: url(MENU/resume.png);
	width: 125px;
	height: 125px;
}
.contact {
	background-image: url(MENU/contactOver.png);
	width: 125px;
	height: 125px;
}
.contact a {
	background-image: url(MENU/contact.png);
	width: 125px;
	height: 125px;
}
.news {
	background-image: url(MENU/newsOver.png);
	width: 125px;
	height: 125px;
}
.news a {
	background-image: url(MENU/news.png);
	width: 125px;
	height: 125px;
}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}