﻿#siteMapBox
{
	background-image:url(../graphics/sitemapBox_Repeat.gif);
	background-position:left top;
	background-repeat:repeat-y;
	margin-top:10px;
	width:569px;
}
	#siteMapBox .top
	{
		background-image:url(../graphics/sitemapBoxTop.gif);
		background-position:left top;
		background-repeat:no-repeat;
		height:15px;
	}
	#siteMapBox .bottom
	{
		background-image:url(../graphics/sitemapBoxBottom.gif);
		background-position:left top;
		background-repeat:no-repeat;
		height:15px;
	}
#siteMapList,
#siteMapList li ul
{
	color:#336699;
	list-style-position:inside;
	list-style-type:disc;
	padding-left:1em;
}
#siteMapList
{
	font-size:1.2em;
}
		#siteMapList li a,
		#siteMapList li a.visited,
		#siteMapList li a:hover
		{
			color:#336699;
		}
