div.sitemapBox {
	width:600px;
	margin-left: 60px;
	margin-top: -52px;
	overflow:auto;
	border: 2px solid #181818;
	background-color: #ffffff;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.9;
	display:none;
}
div.sitemapBox h3{
	font-size: 15px;	
}
div.sitemapBox p{
	font-size: 11px;
	margin: 0;
	text-align: justify;	
}


a.sitemapLink, a.sitemapHead {
	display:block;
	width:100%;
	clear:right;
	color:#181818;
/*	background:#1b1b1b; */
	font-size:11px;
	padding:2px 0;
	text-decoration:none;
	font-weight:bold;
}

a.sitemapHead {
/*	width:100px;
	text-align:center;
	color:#87ac34;
	border:1px solid #87ac34; */
}

a.sitemapHead:hover, a.sitemapLink:hover {
	color:#fa65fa;
	text-decoration: underline;
}
