/* - LEFT PAGE LISTINGS - */
#Sitemap .Site_Listing ul {
	list-style:none;
	margin:15px 0 5px 20px;
	padding:0;
}
#Sitemap .Site_Listing li ul {
	margin:20px 0 0 0;
}
#Sitemap .Site_Listing li {
	position:relative;
	margin:10px 0 5px 0;
	padding:4px 0 6px 28px;
	background:transparent url(../images/li.gif) no-repeat top left;
}
#Sitemap .Site_Listing a {
	font-size:14px;
	font-weight:bold;
}
#Sitemap .Site_Listing a:after {
	content : attr(href);
	font-weight:normal;
	font-style:italic;
	font-size:10px;
	padding:0 0 0 5px;
}
/* - RIGHT ITEM LISTINGS - */
#Sitemap .Shop_Listing {
	clear:both;
	overflow:hidden;
	height:18px;
	margin:0 25px 0 0;
	padding:0 2px 10px 2px;
	border:1px solid #FFF;
	background:#F2F2F2;
}
#Sitemap .Shop_Listing:hover {
	height:auto;
	border:1px solid #006666;
	background:#FFF url(../images/Sitemap_Branch.gif) no-repeat bottom right;
}
#Sitemap .Shop_Listing ul {
	list-style:disc;
	padding:0 15px 5px 30px;
}
#Sitemap .Shop_Listing a:after {
	color:#555;
	content : attr(href);
	font-weight:normal;
	font-style:italic;
	font-size:10px;
	padding:0 0 0 5px;
}