div.dropdown, div.dropdown1, div.dropdown2, div.dropdown3, div.dropdown4 {
	color: #555;
/*
	margin: 3px -22px 0 0;
*/
	margin: 3px -12px 0 0;
	width: 143px;
	position: relative;
	height: 17px;
	text-align:left;
	float: left;
}


div.submenu, div.submenu1, div.submenu2, div.submenu3, div.submenu4 {
/*	background: #fff;*/
	background: #eee;
	position: absolute;
	top: -5px;
	left: -20px;
	z-index: 100;
	width: 135px;
	display: none;
	margin-left: 10px;
	padding: 35px 0 5px;
	border: 1px solid grey;
}

.dropdown li a, .dropdown1 li a, .dropdown2 li a, .dropdown3 li a, .dropdown4 li a {
	/* due righe aggiunte aggiunto da paolo */
    margin: 0px;
    padding: 5px 0px 0px 5px;

	color: #555555;
	display: block;
	font-family: arial;
	/* font-weight: bold; */
	padding: 6px 15px;
	cursor: pointer;
	text-decoration:none;
	padding-left: 25px; 
}

.dropdown li a:hover, .dropdown1 li a:hover, .dropdown2 li a:hover, .dropdown3 li a:hover, .dropdown4 li a:hover {
	background: #155FB0;
	color: #FFFFFF;
	text-decoration: none;
}

a.account, a.account1, a.account2, a.account3, a.account4 {

	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #555;
	position: absolute;
	z-index: 110;
	display: block;
	padding: 11px 0 0 20px;
	height: 28px;
	width: 135px;
	/* margin: -11px 0 0 -10px; */
	margin: -5px 0 0 -10px;
	text-decoration: none;
	background: url(../icons/arrow_black.jpg) 116px 17px no-repeat;

	cursor:pointer;
}
a.account:hover, a.account1:hover, a.account2:hover, a.account3:hover, a.account4:hover {
	border-left: 1px solid grey;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
	width: 135px;
	background-color: #eee;
}


/*
a.account span, a.account1 span {
	display: block;
	width: 100%
	background-color: #eee;
	height: 25px;

}*/

.root, .root1, .root2, .root3, .root4 {
	background-color: #fff;

	list-style:none;
	margin:0px;
	padding:0px;
	font-size: 13px;
/*
	padding: 11px 0 0 0px;
*/
	padding: 5px 0 0 0px;
	border-top:1px solid #dedede;

}
#selected:before {
	content:url(../icons/check_th.png);
	margin-left: -20px;
}


/*
aggiunto da adriano per il grassetto della voce selezionata
*/
#selected {
	font-weight: bolder;
}


/* 
aggiunti da adriano per sistemare la larghezza del secondo menù e la posizione della freccetta del secondo menù
*/
div.submenu1, div.dropdown1, div.dropdown2, div.dropdown3, div.dropdown4 {
	width: 155px;
}

div.submenu, div.submenu1 {
	width: 155px;
}



a.account, a.account1, a.account2, a.account3, a.account4 {
	background: url(../icons/arrow_black.jpg) 132px 17px no-repeat;
/*	z-index: !important 100;
	background-color: #eee; */
}



/*
a.account1, a.account  {
	background-color: #eee;
}
*/
