
#sitemap ul 
{
	list-style-type: none;
	width: inherit;
	margin: 0;
	padding: 0;
	border:0px solid red;
}

#sitemap .sitemapseperator
{
	background-image: url("http://www.linnusa.com/images/static/line_dotted_blue_280.gif");
	background-repeat: no-repeat;
	width: 400px;
	height: 1px;
	margin: 8px 0 0 0;
	padding: 0;
	clear: both;
	border:0px solid red;
}


#sitemap ul li a:hover {
	color: #3398CB;
}

#sitemap li.sitemap1 a 
{
	list-style-type: none;
	text-decoration: none;
	font-weight:normal;
	color: #3398CB;
}

#sitemap li.sitemap2 a 
{
	list-style-type: none;
	text-decoration: none;
	font-weight:normal;
	color: #3F484F;
}
#sitemap li.sitemap3 a 
{
	list-style-type: none;
	text-decoration: none;
	font-weight:normal;
	color: #3F484F;
}