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

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

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