	TOCa {
  
		font-size: 10;
		font-family: Tahoma;
		color: black;
		font-weight: normal;
		text-decoration: none;
		
		width: 100%;
		padding-left: 2;
	}
	.Menu_Head 
	{
		font-size: 10;
		font-family: Tahoma;
		filter:alpha(opacity=90);
		 border:solid 1 white;
		background-color: #DAE8EC;
		color: #000000;
		font-weight: normal;
		cursor: pointer;
		width: 100%;
	}
	
	.Menu_Items {
		
		filter:alpha(opacity=100);
		background-color: #ffffff;
		padding: 10;
		width: 120;
		display: block;
		font-size: 10;
		font-family: Tahoma;
		color: red;
		
	}
	
	
	.Description {
		filter:alpha(opacity=90);
		background-color: #FFE9C3;
		display: none;
		width: 90;
		position: absolute;
		border: 1 solid #FFE9C3;
		font-size: 9;
	}
	.DescTitle {
		background-color: #DAE8EC;
		color: black;
		font-weight: bold;
	}
	
	.LayerName {
		font-size: 10;
		font-family: Tahoma;
		font-weight: normal;
		color: black;
	}
