/* ================================================================ 
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/menu/one_page.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 */
/* set up the overall width of the menu div, the font and the margins with a relative position*/

.menu2 {

/*width:330px; */ 
margin:0; 
position:relative;
z-index:0;
font-weight:bold;
}



/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.menu2 ul li {
float:left; 
}
/* style the links to be 249px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:189px; 
height:20px; 
color:#000; 
border-left:1px solid #0066CC;
background:#FF6600 url(../jpg/menu_tit.jpg) repeat-x top left;
line-height:20px; 
font-size:11px;
}

/* make the dropdown ul invisible */
.menu2 ul li ul {
display: block;
}

.menu2 ul li a {
width:189px;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */


.menu2 ul li#semplice #semp {
color:#000; 
background:#0066CC url(../jpg/menu_tit.jpg) repeat-x top left;
}

.menu2 ul li#semplice #avan {
color:#fff; 
background:#0066CC url(../jpg/cerca_tit.jpg) repeat-x top left;
}
/* make the sub menu ul visible and position it beneath the first list item */


.menu2 ul li ul.current {
text-align:left;
display:block; 
position:absolute; 
top:20px; 
left:0; 
text-align:left;
}



.menu2 ul li ul {
background:#FFF url(../jpg/cerca.jpg) repeat-y top left;
color:#000;
width:376px;
height:187px;
border:2px solid #0066CC;



}





