/* udm style */
#udm li { background-image: none; }

#udm li.level1 a { 
 background-image: url('/ajrgfx/gfx/udmarrow_level1.png');
 background-position: center left; padding-right: 20px;
 padding-left: 11px; background-repeat: no-repeat;
 color: #717174; font-weight: bold;
}

#udm li.level2 a { 
 background-image: url('/ajrgfx/gfx/udmarrow.png');
 background-position: top left; padding-right: 20px;
 padding-left: 11px; background-repeat: no-repeat;
 color: #717174; font-weight: bold;
}

#udm li.level2 a.selected { 
 background-image: url('/ajrgfx/gfx/udmarrow.png');
 background-position: top left; padding-right: 20px;
 padding-left: 11px; background-repeat: no-repeat;
 color: #717174; font-weight: bold;
 text-decoration: underline;
}

.bgudm{
 background-image: url('/ajrgfx/gfx/bgudmcontent.png');
 width: 462px; background-repeat: no-repeat;
}

#udm li ul li a.nohref{ padding: 0; background-image: none; }

#udm li a:hover{ text-decoration: underline; }
#udm li ul li div a:hover{ text-decoration: underline; }
