#sitemap ul
{
	margin: 0; padding: 0;
}

#sitemap li
{
	width: 160px;
	min-height: 190px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 25px;
	zoom: 1;
	*display: inline;
	_height: 180px;
}

#sitemap a
{
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

#sitemap a img
{
	border-style:none;
}

#sitemap a:hover
{
	text-decoration:none;
}
