

		/* expanding menu styling */
		#udm {
			background: #ed1c24;
			background-position: top left;
			background-repeat: repeat;
			background-image: url(/tmpl/images/ag_menu_bg.gif);
		}

		#udm ul {
			margin-left: 0 ! important;
			margin-top: 0 ! important;
			width: 155px ! important;
		}

		/* [nav] default you are here will be same as rollover unless otherwise specified */
		#udm a.udmY, #udm a.udmY:visited {
			/* background: #ed1c24; */
			background: none;
			border: 1px solid #961a1d;
			text-decoration: underline;
		}

		/* [nav] re-inforce original rollover or do something else */
		#udm a.udmY:hover, #udm a.udmY:focus, #udm a.udmY:visited:hover, #udm a.udmY.udmR, #udm a.udmY.udmR:visited, #udm a.udmY:active {
			background: #961a1d;
			border: 1px solid #961a1d;
		}

		/* submenu */
		/* [menu] default you are here will be same as rollover or inherit from navbar styles unless otherwise specified */
		#udm ul a.udmY, #udm ul a.udmY:visited {
			background: #f79320;
			border: 1px solid #e57a00;
			text-decoration: underline;
			color: white;
		}
		/* [menu] re-inforce original rollover or do something else */
		#udm ul a.udmY:hover, #udm ul a.udmY:focus, #udm ul a.udmY:visited:hover, #udm ul a.udmY.udmR, #udm ul a.udmY.udmR:visited, #udm ul a.udmY:active {
			background: #f79320;
			border: 1px solid #e57a00;
			color: #ed1c24;
		}

		/* middle submenu */
		#udm ul ul a {
			padding-left: 20px;
			background: #f9ab58;
			border: 1px solid #f4a14a;
		}
		/* [menu / menu] default you are here will be same as rollover or inherit from navbar styles unless otherwise specified */
		#udm ul ul a.udmY, #udm ul ul a.udmY:visited {
			background: #f9ab58;
			border: 1px solid #f4a14a;
		}
		/* [menu / menu] re-inforce original rollover or do something else */
		#udm ul ul a.udmY:hover, #udm ul ul a.udmY:focus, #udm ul ul a.udmY:visited:hover, #udm ul ul a.udmY.udmR, #udm ul ul a.udmY.udmR:visited, #udm ul ul a.udmY:active {
			background: #f9ab58;
			border: 1px solid #f4a14a;
		}
		
		/* last submenu */
		#udm ul ul ul a {
			padding-left: 40px;
			background: #f9bf82;
			border: 1px solid #edb67c;
		}
		/* [menu / menu] default you are here will be same as rollover or inherit from navbar styles unless otherwise specified */
		#udm ul ul ul a.udmY,
		#udm ul ul ul a.udmY:visited {
			background: #f9bf82;
			border: 1px solid #edb67c;
		}
		/* [menu / menu] re-inforce original rollover or do something else */
		#udm ul ul ul a.udmY:hover,
		#udm ul ul ul a.udmY:focus,
		#udm ul ul ul a.udmY:visited:hover,
		#udm ul ul ul a.udmY.udmR,
		#udm ul ul ul a.udmY.udmR:visited,
		#udm ul ul ul a.udmY:active {
			background: #f9bf82;
			border: 1px solid #edb67c;
		}


