.DropdownMenuContainer {
	font: 12px/18px Arial, Helvetica, Geneva, MS Sans-erif, sans-serif; 
}

.h3 {
	margin: 16px 0px 8px; color: rgb(79, 79, 79); line-height: 18px; font-size: 15px; font-weight: bold;
}

/* riquadro con l'elenco*/
div.nav_list {
	/*margin-left: 138px;*/ /*eventuale margine impostato nei file ASP*/
	width: 442px; 
	position: absolute; 
	z-index: 2000;
}

/* bordo sopra del riquadro */
div.nav_list_top {
	background: url("images/dropdown_menu/nav_list_top.png") no-repeat left top; 
	padding-top: 9px;
}

/* riquadro parte centrale */
div.nav_list_middle {
	background: url("images/dropdown_menu/nav_list_middle.png") repeat-y left top; 
	height: 330px; /* Originale 410px */	
}

/* bordo sotto del riquadro */
div.nav_list_bottom {
	background: url("images/dropdown_menu/nav_list_bottom.png") no-repeat left bottom; padding-bottom: 9px;
}
div.nav_list ul {
	margin: 0px; 
	padding: 0px 5px; 
	top: 2px; 
	position: absolute; 
	_top: -7px;
	HEIGHT: 320px; /*modificato dinamicamente*/
	OVERFLOW-Y: auto;
	OVERFLOW-X: hidden;
}
div.nav_list ul li {
	list-style: none; margin: 0px; padding: 1px 2px; background-color: rgb(255, 255, 255);
}
div.nav_list ul li a.selected {
	background: url("images/dropdown_menu/nav_list_arrow_over.png") no-repeat 13px 9px rgb(255, 238, 177);
}
div.nav_list ul li a {
	padding: 0px 0px 0px 30px; width: 398px; /*height: 30px;*/ color: rgb(50, 50, 50); line-height: 30px; font-size: 14px; text-decoration: none; display: block;
}
div.nav_list ul li a:hover {
	background-color: rgb(254, 216, 52);
}

a.selector {
	background: url("images/dropdown_menu/menu_arrow.png") no-repeat right 15px; 
	margin: 0px 0px 0px 15px; 
	/*padding: 5px 2px 5px 5px; */
	color: rgb(18, 83, 139); 
	clear: both; 
	font-size: 22px;
	text-decoration: none;
	PADDING-RIGHT: 10px;
}
a.selector:hover {
	background: url("images/dropdown_menu/menu_arrow_over.png") no-repeat right 15px rgb(255, 209, 5); 
	color: rgb(50, 50, 50); 
	text-decoration: none;
}
a.selector span {
	background: url("images/dropdown_menu/underline.png") repeat-x left bottom; 
	font-size: 22px; 
	margin-right: 20px;
	
}
a.selector:hover span {
	background: url("images/dropdown_menu/underline_over.png") repeat-x left bottom;	
}
