/* Expanding menu styling */
#udm ul
{
	margin-left:0 !important;
	margin-top:1px !important;
	width:98% !important;
	w\idth:97% !important;
	/*background-color:#EFF2FF;*/

}

#udm ul ul 
{
	width:96% !important;
	w\idth:95% !important;
	border-style:solid;
/*	background-color:#DFE5FF;*/
}
#udm ul ul ul 
{
	width:94% !important;
	w\idth:93% !important;
	border-style:solid;
/*	background-color:#ffd;*/
}

/* give all anchors a hand cursor */
#udm a 
{
	cursor:pointer !important;
}