#NavigationsLayer {
	position:absolute;
	margin-left: 0px;
	margin-top: 105px;
	height: auto;
	width: 200px;
	text-align:left;
	border-top: 0px solid #000000;
}
#NavigationsLayerBox{
	margin-left: 10px;
	width: 185px;
	background-color: #FFFFFF;	
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
}

#NavigationsLayerBox_Headline{
	height: 20px;
	width: auto;
	text-indent: 5px;
}

#NavigationsLayerBox_Links{
	margin-left: 10px;
	width: auto;	
}
#NavigationsLayerBox .headline_link{
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	color: #7c8386;
}
#NavigationsLayer .headline_link:hover{
	text-decoration: underline;
	font-size: 1.3em;
	font-weight: bold;
	color: #7c8386;
}
#NavigationsLayer a {
	color: #000000;
	text-decoration: none;
}
#NavigationsLayer a:hover {
	color: #666666;
	text-decoration: underline;
}

#NavigationsLayerWebSiteBox{
	margin-left: 10px;
	width: 185px;
	background-color: #FFFFFF;	
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
}

#NavigationsLayerWebSiteBox_Links{
	margin-left: 10px;
	width: auto;	
}
#NavigationsLayerWebSiteBox_Links a{color:#7c8386;text-decoration:none;font-weight: bold;font-size: 12px;}
#NavigationsLayerWebSiteBox_Links a:hover{color:#7c8386;text-decoration:underline;font-weight: bold;font-size: 12px;}

#NavigationsLayerWebSiteBox_Links .unlinktext{color:#7c8386;text-decoration:none;font-weight: bold;font-size: 12px;}

