/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #255025;
	background-image: url(/img/sottomenu/sf_dx.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	
}
.ddsubmenustyle li {
	background-image: url(/img/sottomenu/sf_sx.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 3px;
	padding-right: 3px;
	
}
.ddsubmenustyle li a{
	display: block;
	color: #255025;
	background-color: #eeead6;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 12px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5b1a0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b5b1a0;
	border-left-color: #b5b1a0;
	text-transform: uppercase;
	width: 155px;
}
.ddsubmenustyle li.primo a{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b5b1a0;
	background-image: url(/img/sottomenu/sf_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	
}
.ddsubmenustyle li.ultimo a{	
	border-bottom-width: 2px;
	
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
	display: inline-block;
}

.ddsubmenustyle li a:hover{
	background-color: #f9f8eb;
	color: #807959;
	background-image: url(/img/sottomenu/freccia.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 0px;
left: 0px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
