/* 
CSS List Based SITEMAP
-------------------------
Uses block logic to render A tags inside an 
unordered list as sitemap elements.
*/
#bodydiv a.nav,
#bodydiv a.navbottom
{
	display: 			block;
	color: #55708D;
	font-size: 			12px;
	font-weight: bold;
	line-height: 18px;
	margin: 			0px;
	text-decoration: underline;
	background: none;
}
#bodydiv a.nav:hover,
#bodydiv a.navbottom:hover
{
	text-decoration: 	none;
}

#bodydiv a.nav:hover
{
color: #7791AC;
}

#bodydiv a.subnav
{
	font-size: 11px;
	display: 			block;
	padding: 			0 2px 2px 36px;
	color: 				#55708D;
	background: none;
	text-decoration: underline;
	list-style: disc outside;
}
#bodydiv a.subnav:hover
{
	color: 				#7791AC;
	text-decoration: none;
	
}
