﻿/* expanding menu styling */
#udm ul {
	margin-left:0 !important;
	margin-top:0 !important;
	}

/* expanding menu styling */
#udm ul {
	width:142px !important;
/*	w\idth:132px !important;
/*	width:128px !important;
	w\idth:120px !important;*/
	}

@media screen,projection {* html #udm ul {width:134px !important;}}

#udm ul ul {
	width: 134px !important;
/*	w\idth: 112px !important;*/
	border-style: dashed;
	background-color: #FFE;
}
@media screen,projection {* html #udm ul ul {width:114px!important;}}

#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;
	}