/* Expanding menu styling */
#udm ul
{
	margin-left:0 !important;
	margin-top:1px !important;
	width:158px !important;
	w\idth:150px !important;

}

#udm ul ul 
{
	width:120px !important;
	w\idth:140px !important;
	border-style:solid;
	background-color:#ffe;

}
#udm ul ul ul 
{
	width:112px !important;
	w\idth:104px !important;
	border-style:dotted;
	background-color:#ffd;
}

/* give all anchors a hand cursor */
#udm a 
{
	cursor:pointer !important;
	cursor:hand !important;
}
