.menub {
	margin: 0;
	padding: 0;
	width: 201px;
	list-style: none;
	background: #fff;
}
.menub li {
	padding: 0;
	margin: 0;
	height: 48px;
	list-style: none;
	background-repeat: no-repeat;
}
.menub li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 61px;
	background-repeat: no-repeat;
}
.homeb {background-image: url(nav/signupnow_on.gif);}
.homeb a {background-image: url(nav/signupnow.gif);}

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

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