/*  LEFT SIDE MENU   */
#leftSideMenu {
	position:relative;
	left:-10px;
	line-height: 12px; 
	}

/* expanding menu styling */
/*////////////////////////////////////////////////////////////*/ 
/* MORE CUSTOM OPTION IN > Root > js > udm4 > udm-resources > expanding-multiple.js */



	
#udm  {
	border:none;
	background-image:url(../images/leftSideMenuHeader.jpg);
	background-repeat:repeat-x;
	padding-top:8px;
	}



#udm a {
	cursor:pointer !important;
	cursor:hand !important;
	}

#udm ul {
	margin-left:0px !important;
	margin-top: 0px !important;
	}

#udm li, #udm ul li, {
	border-top: 1px solid #CCCCCC !important;
}

#udm ul li a {
	padding-left:16px;
	background-color:#c6c9c6;
	color:#333333;
	font-size:.87em;
	}


#udm ul li a:focus,
#udm ul li a:hover,
#udm ul li a:active {
	text-decoration: underline;
	padding-left:16px;
	}

#udm li, #udm ul li, #udm ul ul li  {
	border-top: 1px solid #CCCCCC!important;
	width:180px !important;
	w\idth:180px !important; /* set sameWIDTH IN >expanding-multiple.js  */ 
}

#udm ul ul li  {
	background-color:#c6c9c6;
	}
	
#udm ul ul li a {
	padding-left:5px;
	background-color:#c6c9c6;
	}


#udm ul ul li a:focus,
#udm ul ul li a:hover,
#udm ul ul li a:active {
	padding-left:5px;
	text-decoration: underline;
	}

	
#udm li a:focus,
#udm li a:hover,
#udm li a:active {
	text-decoration: underline;
	}
