﻿#sitemap
{
	float: left;
	width: 692px;
	margin: 0 0 0 15px;
	padding: 5px 0 20px 25px;	
	color: rgb(0,0,0);
	background-color: rgb(160,160,160);
	/* Check if border color is ok (should be rgb(25,25,25)? ) */
	border: 1px dotted rgb(0,40,68);	
}

#sitemap a
{
	color: rgb(0,0,0);
}

#sitemap a:hover
{	
	color: rgb(245,245,245);
}
