#sitemap {
	float: left; 
	overflow: hidden; 
	width:454px;
}
#sitemap #name {
	overflow: hidden;
	width: 454px;
	margin: 0px 0px 4px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #F5974D;
	border-bottom: 1px solid #DFDFDB;
	padding: 4px 0px 4px 0px;
}
#sitemap #name #back {
	display:block; 
	width: 100px; 
	float:right; 
	text-align:right;
	margin-top: 3px;
}
.sitemap li {
	padding: 0 0 0 20px;
	list-style-position:inside;
	list-style-image:url('../Images/Icons/square-bullet.gif');
}
.sitemap li:hover {
	list-style-image:url('../Images/Icons/square-bullet-orange.gif');
}
.sitemap li a {
	font-size: 11px;
	font-weight: bold;
	color: #48688e;
	text-decoration: none;
    background-repeat: no-repeat;
    background-position: left;
    margin: 4px 0;
}
.sitemap li a:hover {
	color: #f5974d;
}
