ul {
	margin: 0px;
	width: 100%;
	list-style-type: none;
}

li {
	width:100%;
	height: 25px;
	float: left;
	padding-top:3px;	
}

#content {
	width: 100%;
	font-size: x-small;
	border-top: 1px solid #DDDDDD;
}

