.menu {
	margin: 0;
	padding: 0;
	width: 253px;
	list-style: none;
	background: #fff;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 61px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 61px;
	background-repeat: no-repeat;
}
.home {background-image: url(images/instant_on.gif);}
.home a {background-image: url(images/instant.gif);}

ul.menu li a:hover {background: none;}
.menu li {float: center;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}