/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: arial, sans-serif; width:841px; position:relative; margin:0; font-size:11px; margin:2px 0 100px 0; z-index:100;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li ul {display: none;}





.menu .spazietto {
  margin: 0px 0px 0px 0px;
  width: 30px;
  height: 20px;
}
.menu ul ul {
width:134px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:134px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#000; 
width:134px; 
height:23px; 
background: transparent; 
padding:0px; 
line-height:23px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:134px;
w\idth:119px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d4d8bd url(css/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
}
.menu ul ul :hover > a.drop {
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#ffe2a8;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
position:absolute;
height:0;
top:23px;
left:0; 
width:134px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:23px;
t\op:23px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:134px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#ffe2a8; 
color:#000; 
height:auto; 
line-height:23px; 
padding:0px; 
width:134px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:134px;
w\idth:129px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#000; 
background-color: #fff2b8;
}
.menu :hover > a {
color:#f00;
background: transparent;
}

.menu ul ul :hover > a {
color:#000;
background:#fff2b8;
}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
.menu .linea_separazione {
  width: 841px;
  height: 2px;
  background: url(/new/css/bg_footer_galleria_up.jpg) no-repeat top left;
}

.menu ul li .interno {

border-right:2px solid #ccc;

border-left:2px solid #ccc;

border-bottom:2px solid #ccc;
}

