/* CSS Document */
<!--
		.menu_off { padding: 0px 5px; white-space: nowrap; font: bold 12px Arial, Helvetica, sans-serif; color: #06C; text-align: left; cursor: pointer; }
		.menu_on { padding: 0px 5px; white-space: nowrap; font: bold 12px Arial, Helvetica, sans-serif; color: #039; text-align: left; 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;  
			width:180px;
			padding: 5px; 
			margin-left: 0px; 
			margin-top:10px;
			background-image: url(fundomenu.png);
			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;
			}
-->

