.menu 								{ height:40px; background-image:url(/resources/images/navbar_x_bg.gif); background-repeat:repeat-x; line-height:1em; font-family:Arial, Helvetica, sans-serif; }
	.menu ul 						{ list-style-type: none; margin: 0; padding: 0; }
		.menu ul ul 				{ width: 150px; }
		.menu li 					{ float:left; position:relative; padding:6px 1px 6px 0; background-image:url(/resources/images/ul_separator.gif); background-repeat:no-repeat; background-position:right; font-size:14px; font-weight:bold; display:inline; }
			.menu li#last			{ background:none }
		.menu ul ul li				{ margin:0; padding:0; text-align:left; border-top:1px solid #fff }
		.menu a, .menu a:visited 	{ border:none; color: #FFFFFF; display: block; /* height: 30px; */ line-height: 29px; padding:0px 10px; text-decoration: none;  }
		* html .menu a, * html .menu a:visited { width: 139px; }
		.menu ul ul a.drop, .menu ul ul a.drop:visited { background: none repeat scroll 0 0 #949E7C; }
		.menu ul ul a.drop:hover 	{ background: none repeat scroll 0 0 #C9BA65; }
		.menu ul ul:hover > a.drop 	{ background: none repeat scroll 0 0 #F0D67C; }
		.menu ul ul ul a, .menu ul ul ul a:visited { background: none repeat scroll 0 0 #E2DFA8; }
		.menu ul ul ul a:hover 		{ background: none repeat scroll 0 0 #B2AB9B; }
		.menu ul ul ul:hover > a 	{ background: none repeat scroll 0 0 #B2AB9B; }
		.menu ul ul 				{ height:0; left:0; position:absolute; top:40px; visibility:hidden; width:150px; }
		* html .menu ul ul 			{ top: 40px; }
		.menu ul ul ul 				{ left: 150px; top: 0; width: 150px; }
		.menu ul ul ul.left 		{ left: -150px; }
		.menu table 				{ left: 0; position: absolute; top: 0; }
		.menu ul ul a, .menu ul ul a:visited { background:none repeat scroll 0 0 #91AD56; color:#FFFFFF; height:auto; line-height:1em; padding:5px 10px; width:129px; }
		* html .menu ul ul a 		{ width: 129px; }
		.menu a:hover 				{ color: #F0D67C; }
		.menu ul ul a:hover 		{ color: #FFFFFF; }
		.menu:hover > a				{ background: none repeat scroll 0 0 #A3BA72; color: #FFFFFF; }
		.menu ul ul li:hover > a 		{ background: none repeat scroll 0 0 #F0D67C; color: #FFFFFF; }
		.menu ul li:hover ul, .menu ul a:hover ul { visibility: visible; }
		.menu ul:hover ul ul 				{ visibility: hidden; }
		.menu ul:hover ul:hover ul ul 		{ visibility: hidden; }
		.menu ul:hover ul:hover ul 			{ visibility: visible; }
		.menu ul:hover ul:hover ul:hover ul { visibility: visible; }
