
/*div.mod-sitemap {
	border-top: 1px dashed #d1d1d1;
	}*/
div.mod-content { /* temporary fix while mod-sitemap isn't around the site map lists */
	border-bottom: 1px dashed #d1d1d1;
	}

.sitemap h2 {
	font-size: 100%;
	margin: 0;
	}
.sitemap h2 a {
	font-weight: bold;
	/*color: #003366;*/
	padding: 6px 0px 6px 20px;
	/*width: 650px;*/
	display: block;
	}	
/*.sitemap h2 a:link {	background: url(../library/icn-next.gif) no-repeat 5px 6px #3086c9; color: #fff; text-decoration: none; }
.sitemap h2 a:visited {	background: url(../library/icn-next.gif) no-repeat 5px 6px #3086c9; color: #fff; text-decoration: none; }
.sitemap h2 a:hover {	background: url(../library/icn-next-over.gif) no-repeat 5px 6px #ff6600; color: #fff; text-decoration: none; }
.sitemap h2 a:active {	background: url(../library/icn-next.gif) no-repeat 5px 6px #3086c9; color: #fff; text-decoration: none; }	
*/
ul.SiteMapHeader, ul ul, ul ul ul { list-style: none; padding: 0; margin: 0 !important;}
ul.SiteMapHeader li {padding: 0; margin: 0;}
ul.SiteMapHeader a,
ul.SiteMapHeader ul a
ul.SiteMapHeader ul ul a {cursor: pointer; display: block; margin: 0px 0px 0px 0px;}

/* ------------------------------------------------------------------------- */
/* -------------------------------- level 1 -------------------------------- */
/* ------------------------------------------------------------------------- */
		
body.sitemap div.con-main a {
	border-bottom: 1px dashed #d1d1d1;
	text-decoration: none;
	}	
body.sitemap div.con-main a:focus,
body.sitemap div.con-main a:hover,
body.sitemap div.con-main a:active {
	border-bottom: 1px solid #BBB;
	color: #2b6494;
	}
		
ul.SiteMapHeader a {
	border-bottom: 1px solid #d1d1d1;
	font-weight: normal;
	/*color: #003366;*/
	/*border-top: 1px solid #d1d1d1;*/
	padding: 3px 0px 4px 35px;
	background-color: #efefef;
	/*width: 635px;*/
	}

/*ul.SiteMapHeader a:link {	background: #e1e1e1; color: #3086c9; text-decoration: none; }
ul.SiteMapHeader a:visited {background: #e1e1e1; color: #3086c9; text-decoration: none; }
ul.SiteMapHeader a:hover {	background: url(../library/icn-next-oversub.gif) no-repeat 20px 6px #fff; color: #ff6600; text-decoration: none; }
ul.SiteMapHeader a:active {	background: #e1e1e1; color: #3086c9; text-decoration: none; }*/

/* ------------------------------------------------------------------------- */
/* -------------------------------- level 2 -------------------------------- */
/* ------------------------------------------------------------------------- */
		
ul.SiteMapHeader ul a { 
	font-weight: normal;
	/*color: #003366;*/
	/*border-top: 1px solid #d1d1d1;*/
	padding-left: 50px;
	background-color: #e9e9e9;
	/*width: 620px;*/
	}
ul.SiteMapHeader ul ul a { 
	padding-left: 65px;
	background-color: #e2e2e2;
	}
	/*
ul.SiteMapHeader ul a:link {	background-color: #eeeeee; color: #3086c9; text-decoration: none; }
ul.SiteMapHeader ul a:visited {	background-color: #eeeeee; color: #3086c9; text-decoration: none; }
ul.SiteMapHeader ul a:hover {	background: url(../library/icn-next-oversub.gif) no-repeat 35px 6px #fff; color: #ff6600; text-decoration: none; }
ul.SiteMapHeader ul a:active {	background-color: #eeeeee; color: #3086c9; text-decoration: none; }
*/

/* ------------------------------------------------------------------------- */
/* -------------------------------- level 3 -------------------------------- */
/* ------------------------------------------------------------------------- */	
		

	/*
ul.SiteMapHeader ul ul a:link {	background-color: #f7f7f7; color: #3086c9; text-decoration: none; }
ul.SiteMapHeader ul ul a:visited {background-color: #f7f7f7; color: #3086c9; text-decoration: none; }
ul.SiteMapHeader ul ul a:hover {background: url(../library/icn-next-oversub.gif) no-repeat 50px 6px #fff; color: #ff6600; text-decoration: none; }
ul.SiteMapHeader ul ul a:active {background-color: #f7f7f7; color: #3086c9; text-decoration: none; }*/
	
