.arrowlistmenu_DIRECTOR{
margin: 0;
padding: 0;
width: 191px; /*width of menu*/
}
.arrowlistmenu_DIRECTOR .menuheader_DIRECTOR{ /*CSS class for menu headers in general (expanding or not!)*/

	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #1f395d;
	text-decoration:none;
	text-align:left;

	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	cursor: hand;
	cursor: pointer;
	height:31px;
	padding:8px 0px 0px 15px;

	background: #ffffff url(../../imag/lat_categorie.jpg) left 0 no-repeat;

}
.arrowlistmenu_DIRECTOR .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: #ffffff url(../../imag/lat_categorie02.jpg) left 0 no-repeat;
	color:#FFFFFF;
}
.arrowlistmenu_DIRECTOR ul{ /*CSS for UL of each sub menu*/
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #1f395d;
	text-decoration:none;
	text-align:left;

	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu_DIRECTOR ul li{
	background: #ffffff url(../../imag/bullets01.jpg) 12px 11px no-repeat;
}
.arrowlistmenu_DIRECTOR ul li a{
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4d4d4d;
	text-decoration:none;
	text-align:left;

	padding: 7px 0;
	padding-left: 25px;
	cursor: hand;
	cursor: pointer;
}
/*.arrowlistmenu ul li a:visited{
background: #DFDCCB url(img/button_anunturi.jpg) no-repeat 10px  ;
colorz: white;
}*/
.arrowlistmenu_DIRECTOR ul li a:hover{ /*hover state CSS*/
	background: #ffffff url(../../imag/bullets01.jpg) 12px 11px no-repeat;
	colorz: white;
}
