/*    sitemap page    */

#sitemap {
	font-size:108%;
}
#sitemap ul {
	background:url(../images/sitemap/sitemap_dot.gif) no-repeat bottom;
	margin-top:25px;
	padding-bottom:25px;
	position:relative;
	overflow:hidden;
	padding-right:50px;
}
#sitemap li {
	background:url(../images/sitemap/sitemap_ico.gif) no-repeat 0px 50%;
	padding-left:15px;
	margin-right:30px;
	display:inline;
	float:left;
}