
	.menu_A {border: 0px solid #F4EBE0; float: left; width: 50%; /*background: yellow;*/}
	.menu_A .blocks { position: absolute; visibility: hidden;}
	.menu_A .points { white-space: nowrap; position: relative; 
					padding-top: 5px; padding-bottom: 5px; 
					display: block;  color: #FFF /*#8F8878*/; cursor: pointer;}	

	.block_0 {float: left; border-left: 0px solid #A0522D; position: relative; width: 100%; } 
                     		         

	.point_A {	float: left; border: 0px solid #A0522D; 
				padding-right: 10px; margin: 0px 20px 0px 0px;}				
	.block_A {
		border: 0px solid #9370DB; top: 20px; left: 0px; 
		background-image: url('null.gif');
		cursor: pointer;
		}
				
	.block_A .points { border: 0px solid #9370DB; padding-top: 0px; padding-bottom: 0px; /*text-decoration: underline;*/ font-size: 11px;
	margin: 0px; width: 100%;}
	
	/* */
	
	
	.block_2 { border-top: 1px solid #FFA500; /*left: 100%;*/ top: 4px; }
	.block_2 .points { border: 1px solid #FFA500; border-top: 0px; background: #FFF7E1; } 

	.block_3 { border-top: 1px solid #FFA500; /*left: 100%;*/ top: 4px; }
	.block_3 .points { border: 1px solid #FFA500; border-top: 0px; background: #E6E6FA; }

	.point_hover { /*color: #191970 !important; background-color: #D5D5AC !important;*/ }

	.point_A .point_hover {
	color: #E0D8CE;	
	/*
			color: #191970 !important; background-color: #D5D5AC !important;
			border-left: 1px solid #191970 !important; border-right: 1px solid #191970 !important;
	*/
	}
	
	.point_active { /*background-color: #DAA520 !important;*/}
	.point_current { background-color: #DAA520 !important;}

