#wallCategory {
	width: 100%;
}

#wallCategory ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}
#wallCategory li {
	float: left;
	margin: 0px 10px 10px 0px;
}
#wallCategory a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	font-weight: 400;
	color: black;
	color: #D57F1A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	background-color: #F2F1EC;
	text-transform: capitalize;
	border-top: 1px solid #F1F0EB;
	border-right: 1px solid #DFDCD3;
	border-bottom: 1px solid #DFDCD3;
	border-left: 1px solid #F1F0EB;
	line-height: 1.4em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-style: italic;
}
#wallCategory a:hover {
	color: #97C26C;
	background-color: #585556;
}
#wallCategory #selected a {
	color: #f80;
	border-color: #f80;
.backtotop {
	height:26px;
	clear:both;
	margin-bottom:0px;
	display: block;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../../aldodesign2010-Demo/images/backtotop-line.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
