/* used on supplier page only */
#sitemap{
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif, Tahoma, "Trebuchet MS";
}

#sitemap ul {
	list-style: none;
	margin-bottom: 20px;
	padding-right: 20px;
}

#sitemap li {
	line-height: 20px;
	color: #000000;
	font-weight: normal;
}

#sitemap a{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#sitemap a:hover{
	color: #990000;
	font-weight: normal;	
	text-decoration: underline;
}