ul.vertical, ul.vertical li {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
	font-size:100%;
	}

ul.vertical {
	position:relative;
	z-index:1000;
	cursor:default;
	width:180px;

	}

ul.vertical li {
	position:relative;
	text-align:left;
	cursor:pointer;
	cursor:hand;
	width:181px;
	margin:-1px 0 0 0;
	}

@media Screen, Projection { 
	ul.vertical li:hover > ul { top:0; }
	}

ul.vertical a, ul.vertical a:visited {
	display:block;
	cursor:pointer;
	cursor:hand;
	background:#c0e28e url(images/sfondo_menu_white.jpg) top repeat-x;
    border:none;
	padding:5px 7px;
	padding-top:8px;
	padding-bottom:8px;
	font:normal normal 11px Arial Black, verdana, sans-serif;
	color:#000066;
	text-decoration:none;
	}
	
ul.vertical a:hover, ul.vertical a:focus, ul.vertical a.rollover, ul.vertical a.rollover:visited {

	color:#fff;


	}

/* hacks for win/ie to cure 'excess hidden margins' bug */
@media screen, projection {
	* html ul.vertical li {
		/* for ie5.0 */
		display:inline; 
		/* for ie5.5+ */
		f\loat:left; 
		/* this cures 'events fall through the menu' bug in ie6 */
		background:#c0e28e; 
		}
	}
	
/* use different comparative positioning for ie, 
   to avoid problems with virtual z-ordering */
* html ul.vertical li { position:static; }
* html ul.vertical a { position:relative; }

/* hide menus from konqueror < 3.2 */
ul[class^="vertical"] ul { display:none; }
ul[class^="vertical"] ul { displa\y:block; }

* html ul.vertical a, * html ul.vertical a:visited {margin-right:0px;}


	.multipleSelectBoxControl span{	/* Labels above select boxes*/
		font-family:arial;
		font-size:11px;
		font-weight:bold;
	}
	.multipleSelectBoxControl div select{	/* Select box layout */
		font-family:Franklin Gothic Medium, verdana, sans-serif;
		height:100%;

	}
	.multipleSelectBoxControl input{	/* Small butons */
		width:25px;	
		border:1px solid #ddd;
		font:normal normal 11px Franklin Gothic Medium, verdana, sans-serif;
		margin:2px;
		margin-top:8px;
	}
	
	.multipleSelectBoxControl div{
		float:left;
	}
		
	.multipleSelectBoxDiv
