/*		------	Basic style	------		*/
#menu {
	margin: 0px;
	padding: 5px 0px 0px 12px;
}
#menu span{
	display: none;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	float: left;	
}
#menu a {
	display: block;
	float: left;/* \*/float: none;/*  */	
}
#menu li ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
}
#menu li ul li {
	width: 100%;
	display: block;
	float: left;
	position: static;
	height: auto;
	background-color: #B25506;
}
html>body #menu li ul li {
	float: none;
	position: relative;
}
#menu li ul li:hover {
	position: relative;
}

/* fix the position */
#menu li ul li ul {
	top: 0px;
	left: 100%;
}

/* simulate child selector for IE */
div#menu li:hover ul, #menu li:hover li:hover ul, #menu li:hover li:hover li:hover ul {
	visibility: visible;
}
#menu li:hover li ul, #menu li:hover li:hover li ul, #menu li:hover li:hover li:hover li ul {
	visibility: hidden;
}

/* do the normal show, with increased specificity */
#menu ul#menuList li:hover > ul {
	visibility: visible;
	
}

/*		------   Make-up	--------			*/

#menu {
	FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #ccff1b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
	text-align: left;
}
#menu li ul {
	color: #fff;
	background-color: #69C7D5;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-left: 2px;
}
#menu a {
	text-decoration: none;
	color: #fff;
	padding: 0px;
}
#menu li ul a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 2px 2px 2px 10px;
	margin: 0px;
	color: #fff;
	TEXT-ALIGN: left;
	border: 0px;
}
#menu li ul li a{
	border-bottom: 1px solid #fff;
	width: 155px;	
}
#menu li ul li a:hover{
	background-color: #F78E35;
}

/*		------   Fixes		--------			*/

#menu {
	/* border: 1px solid #fff;	 simply to avoid margin-collapsing...*/
	margin: 0px;		/* ...and to have some space around the menu in the example */
}

#menu-home a{
   width: 66px;
   padding-top: 19px;
   background-image: url("images/menu-home.gif");
   background-repeat: no-repeat;
   overflow: hidden;
   height: 19px;
   cursor: pointer;	
   voice-family: "\"}\""; 
   voice-family:inherit;
   height: 0;   
}
#menu-home a:hover{
   background-image: url("images/menu-homeHL.gif");
}
#menu-news a{
   width: 62px;
   padding-top: 19px;
   background-image: url("images/menu-news.gif");
   background-repeat: no-repeat;
   overflow: hidden;
   height: 19px;
   cursor: pointer;	
   voice-family: "\"}\""; 
   voice-family:inherit;
   height: 0;
   margin-left: 8px;   
}
#menu-news a:hover{
   background-image: url("images/menu-newsHL.gif"); 
}
#menu-chi a{
   width: 87px;
   padding-top: 19px;
   background-image: url("images/menu-chi.gif");
   background-repeat: no-repeat;
   overflow: hidden;
   height: 19px;
   cursor: pointer;	
   voice-family: "\"}\""; 
   voice-family:inherit;
   height: 0;
   margin-left: 8px;   
}
#menu-chi a:hover{
   background-image: url("images/menu-chiHL.gif");
}
#menu-dove a{
   width: 98px;
   padding-top: 19px;
   background-image: url("images/menu-dove.gif");
   background-repeat: no-repeat;
   overflow: hidden;
   height: 19px;
   cursor: pointer;	
   voice-family: "\"}\""; 
   voice-family:inherit;
   height: 0;
   margin-left: 8px;   
}
#menu-dove a:hover{
   background-image: url("images/menu-doveHL.gif");
}
#menu ul li#menu-servizi {
   width: 104px;
   padding-top: 19px;
   background-image: url("images/menu-servizi.gif");
   background-repeat: no-repeat;
   overflow: hidden;
   height: 19px;
   cursor: pointer;	
   voice-family: "\"}\""; 
   voice-family:inherit;
   height: 0;
   margin-left: 8px;   
}
#menu ul li#menu-servizi:hover{
   background-image: url("images/menu-serviziHL.gif");
}
#menu-partner a{
   width: 138px;
   padding-top: 19px;
   background-image: url("images/menu-partner.gif");
   background-repeat: no-repeat;
   overflow: hidden;
   height: 19px;
   cursor: pointer;	
   voice-family: "\"}\""; 
   voice-family:inherit;
   height: 0;
   margin-left: 8px;   
}
#menu-partner a:hover{
   background-image: url("images/menu-partnerHL.gif");
}
#menu-contatti a{
   width: 76px;
   padding-top: 19px;
   background-image: url("images/menu-contatti.gif");
   background-repeat: no-repeat;
   overflow: hidden;
   height: 19px;
   cursor: pointer;	
   voice-family: "\"}\""; 
   voice-family:inherit;
   height: 0;
   margin-left: 8px;   
}
#menu-contatti a:hover{
   background-image: url("images/menu-contattiHL.gif");
}
