﻿.SiteMapHeader {
	margin-top:15px;
}
	.SiteMapHeader a {
		font-weight:bold;
		font-size:16px;
		color:Black;
		text-decoration:none;
		background:transparent url(../Images/Icons/ArrowRight.gif) no-repeat scroll right 5px;
		padding-right:10px;
	}
	.SiteMapHeader a:hover {
		text-decoration:underline;
	}
	
.SiteMapSub, 
.SiteMapSub a {
    font-size:12px;
    color:Black;
    text-decoration:none;
}
	.SiteMapSub a:hover {
		text-decoration:underline;
	}