/* This style sheet contains the styles for the sitemap pages and can be used to overide 
styles from the global css */


/* -----------------------------------------------------------------------------styles */
#sitemap {
	padding:10px;
	}
#sitemap ul, #sitemap ul.level2 {
	list-style:none;
	}
		#sitemap ul{
			margin-left:10px;
			}
		#sitemap ul li{
			background:url(../images/bullet_sm_lev1.gif) left top no-repeat;
			padding:5px 0 0px 0;
			}
		#sitemap ul li a, #sitemap ul.level2 li a{
			padding-left:15px;
			font-size:0.9em;
			color:5a5a5a;
			text-decoration:none;
			
			}
		#sitemap ul li a:hover, #sitemap ul.level2 li a:hover {
			text-decoration: underline;
			}
		#sitemap ul.level2 {
			margin-left:20px;
			}
		#sitemap ul.level2 li{
			background:url(../images/bullet_sm.gif) left center no-repeat;
			padding:1px 0 1px 0;
			}
#sm_list1 {
	float:left;
	width:15em;
	margin-right:1em;
	}
#sm_list2 {
	float:left;
	width:15em;
	}
H2.sm {
		color:#388E91;
		font-size:1.3em;
		font-weight:bold;
		padding:0.2em 0.2em 0.2em 0.5em;
	}



