/* ------------------------------------------------------------
	NUMBER OF COLUMNS: Adjust #primaryNav li to set the number
	of columns required in your site map. The default is 
	4 columns (25%). 5 columns would be 20%, 6 columns would 
	be 16.6%, etc. 
------------------------------------------------------------ */
#tree_twocol_sitemap {
	margin: 0 0 40px 10px;
	float: left;
	width: 100%;
}
#tree_twocol_sitemap .normalSitemap li {
	width:100%;
}
#tree_twocol_sitemap ul li {
	margin-left: 10px!important;
}
/* ------------------------------------------------------------
	General Styles
------------------------------------------------------------ */

#tree_twocol_sitemap a {
	text-decoration: none;
	font-size:14px!important;
}
#tree_twocol_sitemap ol, #normal_sitemap ul {
	list-style: none;
}

#tree_twocol_sitemap a:link {
	color: #0000FF;
}

#tree_twocol_sitemap a:visited {
  color: #800080;
}

#tree_twocol_sitemap a:hover {
	text-decoration: underline;
}

#tree_twocol_sitemap a:active {
	color: #FF0000;
}