#sitemap {
	font-size: 74%;
	font-weight: bold;
}

#sitemap .sub .page {
	background: url(/awe2public/gfx/bg-sitemap.gif) no-repeat top left;
	padding-left: 15px;
	font-weight: 400;
}

#sitemap a {
	display: block;
	background: #D2DFDC;
	border: 1px solid #999;
	padding: 2px 5px 2px 5px;;
	margin-bottom: 6px;
	text-decoration: none;
	color: #000;
	width: 150px;
}

#sitemap a:link, #sitemap a:visited {
	color: #000;
}

#sitemap a:hover {
	background: #fff;
}

#sitemap .sub {
	margin: 0px 0px 15px 25px;
}

#sitemap .sub a {
	background: #D6E5EB;
	color: #000;
}

#sitemap .sub a:hover {
	background: #fff;
}

