/* udm style */

ul#udm{ position: relative; z-index: 1; left: -8px; top: -7px; }

#udm li{ background-image: none; }

#udm li ul{ border: 1px solid #E4E4E4; }

/* arrow position tweak for browsers other than IE5 and IE6 */
ul[id="udm"] ul a:hover .udmA, ul[id="udm"] ul a:focus .udmA, ul[id="udm"] ul a.udmR .udmA {
	top:-1px !important;
	}

/* menu icons */
.msicon {
	background-repeat:no-repeat;
	background-position: 0px 9px;
	}

.udmarrow {
	background-image:url(/AjrGfx/udm/arrow_off.gif) !important;
	}
	
.udmarrow:hover, .udmarrow:focus, .udmarrow:active {
	background-image:url(/AjrGfx/udm/arrow_on.gif) !important;
	}

.udmarrowselected {
	background-image:url(/AjrGfx/udm/arrow_on.gif) !important;
	}
	
.udmarrowselected:hover, .udmarrowselected:focus, .udmarrowselected:active {
	background-image:url(/AjrGfx/udm/arrow_on.gif) !important;
	}
	

#udm a.nohref {
	background-color: #262626 !important;
/*	border-color:#f8fbd0 !important; */
	color:#fff !important;
	padding-left: 8px;
	}
