/*-------------------------------------------------------------------------------------------------------
Site-Map StyleSheet

Version: 1.0
Date: 05 January 2007
Author: Syed Latif
-------------------------------------------------------------------------------------------------------*/

#PrimaryContent a:link, #PrimaryContent a:visited {
	background: #ffffff;
	border: none;
	}

	
#sitemap {
	font-size: 140%;
	font-weight: bold;
	color: #CC0000;
	padding: 20px 0 10px 80px
	}
	
#sitemap li ul {
	font-size: 90%;
	color: #000000;
	font-weight: normal;
	padding: 5px 0 5px 5px;
	border-left: 1px dotted #ADADAD;
	}
	
#sitemap li ul li {
	background: #ffffff;
	border: none;
	}


#sitemap li {
	list-style: none;
	padding-left: 25px;
	background: url(../images/h2icon.gif) no-repeat left top;
	color:#999999;
	}
	
