
/* Profile Menu Activated *********/
#sitemap 
{
	background-color: #073c6e;
	font-weight: bold;
}

#content_area
{
	text-align: left;
}
 
#content_area h1
{
	color: #073c6e;
	font-size: 23px;
	margin-bottom: 5px;
}

#sitemap_section
{
	width: 220px;
	height: 450px;
	background-image: url(../images/sitemap.png);
	background-repeat: repeat-y;

}

#sitemap_section ul
{
	margin-left: 20px;
	margin-bottom: 2px;
}
#sitemap_section li 
{
	margin: 2px;
}
#sitemap_section li a
{
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
	color:#000000;
}
#sitemap_section li a:hover
{
	text-decoration: underline;
	color:#000000;
}
