/* expanding menu styling */
#udm ul {
	margin-left:0 !important;
	margin-top:1px !important;
	}
/* expanding menu styling */
#udm ul {
	width:100% !important;
	w\idth:96% !important;
	}

#udm ul ul {
	width:95% !important;
	w\idth:96% !important;
	border-style:dashed;
	background-color:#ffe;
	}
#udm ul ul ul {
	width:95% !important;
	w\idth:96% !important;
	border-style:dotted;
	background-color:#ffd;
	}

/* give all anchors a hand cursor */
#udm a {
	cursor:pointer !important;
	cursor:hand !important;
	}

