#sottomenu-01 {
	width: 195px;
	position: absolute;
	visibility: hidden;
	z-index: 50;
	top: 93px;
	left: 260px;
	background-image: url(/img/sfondo_menu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: auto !important;
	height: 80px;
	min-height: 80px;
	
}
.sotmenu {
	width: 191px;
	padding-left: 1px;
	padding-bottom: 35px;
	margin: 0px;
	padding-top: 0px;
}
.sotmenu ul{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8d8d8;
	list-style: none;
    margin: 0;
	padding: 0;
}
.sotmenu li{
	margin: 0;
	padding: 0;			
}
.sotmenu a{
	color: #666666;
	font-size:10px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	display:block;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}
.sotmenu li:hover{	
	color: #00adef;
}
.sotmenu a:hover{	
	color: #00adef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
	background-color: #ececec;
}

