/* ----------------------------------- */
/* you are here                        */
/* ----------------------------------- */
/* [nav] default you are here will be same as rollover unless otherwise specified */
#udm a.udmY, #udm a.udmY:visited { 
	border-color:#ead4a4 #ffe #edbb85 #ead4a4;
	padding-left:9px !important;
	color:#d08040;
	}
	
/* [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-image:url(/udm-resources/orange-cream-gradient.jpg);
	border-color:#ead4a4 #ffe #fae4b4 #fae4b4;
	padding-left:10px !important;
	color:#b05010;
	}

/* [default 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 { 
	border-color:#ecefc6;
	color:#787;
	padding-left:29px !important;
	}
	
/* [default 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-image:none;
	border-color:#aca;
	color:#000;
	padding-left:29px !important;
	}

/* [orange menu] default you are here will be same as rollover or inherit from default menu styles unless otherwise specified */
#udm ul li.orangeMenuItem a.udmY, #udm ul li.orangeMenuItem a.udmY:visited { 
	background-color:#feecc4;
	border-color:#fddba5;
	color:#a090b0;
	padding-left:5px !important;
	}
	
/* [orange menu] re-inforce original rollover or do something else */
/* I don't think IE understands  "a.udmY.udmR" - it might just be doing "a.udmR" */
#udm ul li.orangeMenuItem a.udmY:hover, #udm ul li.orangeMenuItem a.udmY:focus, #udm ul li.orangeMenuItem a.udmY:visited:hover, #udm ul li.orangeMenuItem a.udmY.udmR, #udm ul li.orangeMenuItem a.udmY.udmR:visited, #udm ul li.orangeMenuItem a.udmY:active {
	background-color:#f8fbd0;
	border-color:#edbb85;
	color:#5656bd;
	padding-left:5px !important;
	}
