/*  Site Map Styles 2007-01  */

#sitemap_section {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 40px;
}
#sitemap_section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*These are the categories*/

#sitemap_section li {
	font-weight: bold;
	font-size: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style-type: none;
}
#sitemap_section li a:link, #sitemap_section li a:visited  {
	display: block;
	color: #000000;
	text-decoration: none;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #E8E2CE;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

/*#sitemap_section li a:visited  {
	display: block;
	background-color: #006699;
	color: #FFFFFF;
	text-decoration: none;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #006699;
	padding: 5px;
}*/

/* ORIGINAL
#sitemap_section li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #00CC00;
	background-color: #0099CC;
}*/

#sitemap_section li a:hover {
	color: #000000;
	text-decoration: none;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #0099CC;
	background-color: #FFFFFF;
}

#sitemap_section li a:active {
	color: #000000;
	text-decoration: none;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
}


/*THESE ARE THE SUB-MENU ITEMS  */

#sitemap_section ul ul {
	margin-left: 0px;
}
/* #sitemap_section ul ul li {
	margin:0;
	font-size: 6px;
	color: #FFFFFF;
	border-bottom-style: none;
} */


#sitemap_section ul ul a:link, #sitemap_section ul ul a:visited{
	background-color: #FFFFFF;
	color: #000000;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-top: 2px;
	border-bottom-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
/*#sitemap_section ul ul a:visited {
	background-color: #FFFFFF;
	color: #000000;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-top: 4px;
	border-bottom-style: none;
}*/
#sitemap_section ul ul a:hover {
	color: #000000;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #0099CC;
	font-weight: normal;
}
#sitemap_section ul ul a:active {
	color: #000000;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FF9900;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
}
