/***************** menu tendina da css.html.it ... originale non funziona su IE6 e non si vede su IE7 ******************/

.hormenu {
height:28px; 
width: 100%; 
margin: 0; 
padding: 0; 
background-color: #EDD7C9;
}
.hormenu ul {
margin: 0;
padding: 0; 
list-style-type: none;
}
.hormenu ul li {
display: block; 
float: left; /* serve quando sulla destra devo metter ulteriori oggetti dopo fine UL */
display: inline; 
position:relative;	
margin: 0;
padding: 0; 
border-right: 1px dashed white;
font-weight:bold;
text-align: left; 
z-index:9997;
background:transparent url(images/roseangle.jpg) top left no-repeat;
}
.hormenu ul li a {
display: block;
padding: 6px 10px; 	/* top b / right l */
color: #EB8501;
text-decoration: none;
text-shadow:1px 1px rgba(255,255,255,0.3);
}
.hormenu ul li a:hover {
padding: 6px 10px; 	/* top b / right l */
background-color: #F8ECE4;
color: red;
font-weight:bold;
}
.hormenuactive {
background-color: white;
color: black;
text-decoration: none;
}
.hormenu ul li ul {
display: none;
position: absolute;
top: 27px; 
left: 0px;
z-index:9999;
width:150px;
padding: 6px 6px; 	/* top b / right l */
margin: 0 0 0 -1px;
border-left:1px dashed #666666;	/* #EB8501 */
border-bottom:1px dashed #666666;
border-right:1px dashed #666666;
background: #F8ECE4;
}
#uliul1 { left: 163px; border-left:1px dotted #FFD8A5; }
#uliul2 { left: 326px; border-left:1px dotted #FFD8A5; }
#uliul3 { left: 489px; border-left:1px dotted #FFD8A5; }
#uliul4 { left: 652px; border-left:1px dotted #FFD8A5; }
.hormenu ul li:hover ul {
display: block;
}
.hormenu ul li ul li {
border: none; 
width: 150px;
display:block;
padding: 0px 0px; 	/* top and bottom / right and left */
z-index:inherit;
background-image:none;
} 
.hormenu ul li ul li a {
display: block; 
padding: 3px 6px; 	/* top and bottom / right and left */
color: black; 
font-weight: normal;
text-shadow:1px 1px rgba(255,255,255,0.5);
}
.hormenu ul li ul li a:hover {
padding: 3px 6px; 	/* top and bottom / right and left */
color: red;
font-weight:bold;
background:#EDD7C9 url(images/roseangle.jpg) top left no-repeat;
}
/***************** ... menu tendina da css.html.it ******************/
.hormenusearch {
	padding: 4px 4px 1px 0px;	/* top right bottom left */
	background:none;
	float:right;
}
.hormenusearch form {
	margin: 0px;
	padding: 1px 2px 1px 2px; 	/* top right bottom and left */
	float:left;
/*	position:relative;*/
	border:1px solid #C0C0FF;
	background-color:#F2FFF2;
}
.hormenusearch_text {
	width:165px;
	margin:0px;
	border:0px;
	padding: 0px;
	background:none;
	color: #EB8501;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}
.hormenusearch_img {
	margin: 0px;
	padding: 0px;
	float:left;
	border:0;
}
