/* CSS Document */
<!--
		.menu_off { white-space: nowrap; font: bold 12px Arial, Helvetica, sans-serif; color: #555555; text-align: left; border-bottom: 1px dotted #CCCCCC; height: 25px; cursor: pointer; }
		.menu_on { white-space: nowrap; font: bold 12px Arial, Helvetica, sans-serif; color: #333333; text-align: left; border-bottom: 1px dotted #CCCCCC; height: 25px; cursor: pointer; }
		.menu2_off { white-space: nowrap; font: bold 12px Arial, Helvetica, sans-serif; color: #555555; text-align: left; border-bottom: 1px dotted #CCCCCC; height: 25px; cursor: pointer; }
		.menu2_on { white-space: nowrap; font: bold 12px Arial, Helvetica, sans-serif; color: #333333; text-align: left; border-bottom: 1px dotted #CCCCCC; height: 25px; cursor: pointer; }
		.submenu { 
			white-space: nowrap; 
			display:none; 
			position:absolute; 
			background-image:url(images/web_r10_c1.jpg); 
			width:180px;
			padding: 5px; 
			margin-left: 100px; 
			margin-top:10px;
			background-color:#FFFFFF;
			border: 1px solid #DDDDDD;
			font: 11px Arial;
		}
		.submenu2 { 
		    white-space: nowrap; 
			display:none; 
			position:absolute; 
			width:170px; 
			margin-left: 150px;; 
			margin-top:-5px; 
			font: 11px Arial;
			border: 1px solid #CCCCCC;
			}
-->

