.menu3 {
	margin: 0;
	padding: 0;
	width: 96px;
	list-style: none;
	background: #fff;
}
.menu3 li {
	padding: 0;
	margin: 0;
	height: 35px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu3 li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 61px;
	background-repeat: no-repeat;
}
.home3 {background-image: url(images/homelogin_on.gif);}
.home3 a {background-image: url(images/homelogin.gif);}

ul.menu3 li a:hover {background: none;}

.menu3 li {float: center;}
.menu3:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}