
/*UDM Styles: Needed for udm popup menus to work with template*/

/*Sets attributes of the menu*/ 
#udm li ul li {
	width: 152px;
	padding-right: 0px;
	padding-left: 6px;
	margin-bottom: 0px;
	margin-top: -2px;
	border: 1px solid #D9D9CE;
	}


/*Moves the menu 3px down from the bottom of the pic*/
#udm {		
	margin-top: 10px;
	}

/*Sets width for main menu*/
#udm li a {
	width: 143px;
	}

/*Sets width for submenu*/	
#udm li ul li a {	
	width: 133px;
	}

/*Moves the arrow image 6px down to center in the menu*/
#udm img	{
	margin-top: 4px !important;
	}

/*Resets the localnav padding and margin, so the menu doesn't inherit bad stuff*/
div#LocalNav ul#udm li{
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: -1px;
	}