/* ================================================================ 
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/slide_show.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 and the margins */
.menu1 {
font-family: verdana, arial, sans-serif; 
width:580px; /*673 larghezza sfondo globale etichette*/ 
height:31px;
background:#fffFFF;
margin-left:150px;
position:relative;
z-index:1;
border-bottom:0px solid #f0eef0; /*bordo sotto etichette*/
margin-bottom:500px;
}
/* position the instructions using a dl */
.menu1 dl {
	font-family:verdana, arial, sans-serif;
	font-size:0.9em;
	position:absolute;
	width:376px; /* larghezza istruzioni*/
	top:32px;
	left:0px;
	border-top:1px solid #f0eef0; /*bordo sotto etichette*/
	border-bottom: solid #f0eef0 1px; /*bordo visibile istruzioni*/
	border-left: solid #f0eef0 1px; /*bordo visibile istruzioni*/
	border-right: solid #f0eef0 1px; /*bordo visibile istruzioni*/
	padding: 20px 100px 12px 30px;
	height: 400px;
}
.menu1 dl dt {font-size:1.1em; margin-bottom:1mm;}
.menu1 dl dd { padding:0; margin:0; line-height:1.7em; margin-bottom:2em;}
.menu1 .details { font-size:0.8em; color:#999999;}

.menu1 h4 {
	font-size:0.8em;
	color:#00CC33; /* testo sopra le foto*/
	font-weight: bold;
	margin-top: 20px;
}
.menu1 h6 {
	color:#00CC33;
	text-align:left;
	font-size:0.8em;
	padding-right:150px;
	margin-top:0px;
	margin-bottom: 10px;
}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu1 ul {
padding-right:10px; 
margin-left:0px;
list-style-type: none;
border:0;
}
/* float the list so that the items -etichette- are in a line */
.menu1 ul li {
display:block;
float:left;
width:101px; /*larghezza etichetta*/
height:31px;
}
/* style the links to be 50px wide by 31px high with a right border 1px solid white. Set the background color and the font size. */
.menu1 ul li a, .menu1 ul li a:visited {
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
width:102px; 
height:34px; 
color:#FE0040; /*testo etichette normale non mouse over--------------------------------------------------------*/
border-right:1px solid #fff; /*bordino bianco a destra*/
border-left:1px solid #fff; /*bordino bianco a sinistra*/
background:#ffffff url('images/label2.gif') 0 0 repeat-x;
line-height:30px; 
font-size:0.8em;
outline: none;
}

/* clear the float at the end of each line of four slides */
span.clr {display:block; clear:both; width:0; height:0; font-size:0; line-height:0;}

/* make the dropdown ul invisible */
.menu1 ul li ul {
display: none;
}

/* remove the table styling */
table {
border:0;
margin:0; 
padding:0;
}


/* specific to non IE browsers */
/* set the background and foreground color of the main menu li link on hover */
.menu1 ul li:hover a{
color: #00CC33; /*colore testo etichetta selezionata a fuoco perso*/
background:#555555; /*sfondo etichetta a fuoco perso*/
cursor:default;
outline: none;
}


/* make the sub menu ul visible and position it beneath the first list item */
.menu1 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:31px; /*posizone zona proiezione*/
left:0;
}

/* zona foto piccole ------make the sub menu ul li the full width with padding and border. */
.menu1 ul li:hover ul li {
cursor:default;
width:396px;  /*dipende dal formato foto da vedere...*/
height:280px; /*ex483 dipende dal formato foto da vedere..*/
border:20px solid #e1e1e1; /*cornice attorno a zona proiezione ingrandita*/
border-width:7px 5px;
background:#ddd url('images/bg_top1.jpg'); /*sfondo della zona foto piccole*/
padding:40px 36px 100px 65px; /*ex 82 50 posizione set di foto piccole*/
}

/* style the background and foreground color of the submenu links */
.menu1 ul li:hover ul li a {
cursor:pointer; /*era default... come vuoi*/
background:#fff; /*sfondo piccola*/
width:115px; /*larghezza singola piccola*/
height:118px;
border:1px solid #ddd;
border-color:#888 #000 #000 #888;
}


/* keep the large image hidden */
.menu1 ul li:hover ul li a em {
display:none;
}
/* add a border to the horizontal slide and position it centrally using a top margin */
.menu1 ul li:hover ul li a.horiz span img {
border:1px solid #888;
margin-top:21px;
width:100px; height:75px;
}
/* add a border to the vertical slide and position it centrally using a top margin */
.menu1 ul li:hover ul li a.vert span img {
border:1px solid #888;
margin-top:9px;
}

.menu1 ul li:hover ul li a:hover {
background:#000; /*sfondo della foto piccola quando prende fuoco*/
}


/* make the active links zero size so the active dotted border does not show through the large image */
.menu1 ul li:hover ul li a:active, .menu1 ul li:hover ul li a:focus {background:#aaa; height:0; width:0; border:0;}
.menu1 ul li:hover ul li a:active em, .menu1 ul li:hover ul li a:focus em {background:#bbb; height:0; width:0; padding:0; margin:0; border:0;}


/* make the large image visible and set the border, position them using position absolute centrally over the slides */
/* horizontal large image styling */
.menu1 ul li:hover ul li a.horiz:active em, .menu1 ul li:hover ul li a.horiz:focus em {display:block; background:#ddd; position:absolute; left:13px; top:35px; width:480px; height:360px; z-index:500; z-index:500; cursor:default; border:1px solid #fff;}
.menu1 ul li:hover ul li a.horiz:active em img, .menu1 ul li:hover ul li a.horiz:focus em img {
	border:0;
	height: 360px;
	width: 480px;
}


/*========================================================================menu2===========================*/
/* set up the overall width of the menu div and the margins */

.menu2 {
font-family: verdana, arial, sans-serif; 
width:580px; /*673 larghezza sfondo globale etichette*/ 
height:31px;
background:#fff;
margin-left:150px;
position:relative;
z-index:1;
border-bottom:0px solid #f0eef0; /*bordo sotto etichette*/
margin-bottom:500px;
}
/* position the instructions using a dl */
.menu2 dl {
	font-family:verdana, arial, sans-serif;
	font-size:0.9em;
	position:absolute;
	width:376px; /* larghezza istruzioni*/
	top:32px;
	left:0px;
	border-top:1px solid #f0eef0; /*bordo sotto etichette*/
	border-bottom: solid #f0eef0 1px; /*bordo visibile istruzioni*/
	border-left: solid #f0eef0 1px; /*bordo visibile istruzioni*/
	border-right: solid #f0eef0 1px; /*bordo visibile istruzioni*/
	padding: 20px 100px 12px 30px;
	height: 400px;
}
.menu2 dl dt {font-size:1.1em; margin-bottom:1mm;}
.menu2 dl dd { padding:0; margin:0; line-height:1.7em; margin-bottom:2em;}
.menu2 .details { font-size:0.8em; color:#999999;}

.menu2 h4 {
	font-size:0.9em;
	color:#FE0040;
	font-weight: normal;
	margin-top:10px;/*0*/
}
.menu2 h6 {
	font-size:0.8em;
	color:#FE0040;
	text-transform: none;
	text-align:left;
	padding-right:150px;
	margin-top:0px;
	margin-bottom: 10px;
}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding-right:10px; 
margin-left:0px;
list-style-type: none;
border:0;
}
/* float the list so that the items -etichette- are in a line */
.menu2 ul li {
display:block;
float:left;
width:101px; /*larghezza etichetta*/
height:31px;
}
/* style the links to be 50px wide by 31px high with a right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
width:102px; 
height:34px; 
color:#00CC33; /*testo etichette non selezioanto--------------------------------------------------------*/
border-right:1px solid #fff; /*bordino bianco a destra*/
border-left:1px solid #fff; /*bordino bianco a sinistra*/
background:#ffffff url('images/label2.gif') 0 0 repeat-x;
line-height:30px; 
font-size:0.8em;
outline: none;
}

/* clear the float at the end of each line of four slides */
span.clr {display:block; clear:both; width:0; height:0; font-size:0; line-height:0;}

/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}

/* remove the table styling */
table {
border:0;
margin:0; 
padding:0;
}


/* specific to non IE browsers */
/* set the background and foreground color of the main menu li link on hover */
.menu2 ul li:hover a{
color:#FE0040; /*colore testo etichetta selezionata a fuoco perso*/
background:#555555; /*sfondo etichetta a fuoco perso*/
cursor:default;
outline: none;
}

/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:31px; /*posizone zona proiezione*/
left:0;
}

/* zona foto piccole ------make the sub menu ul li the full width with padding and border. */
.menu2 ul li:hover ul li {
cursor:default;
width:396px;  /*dipende dal formato foto da vedere...*/
height:280px; /*ex483 dipende dal formato foto da vedere..*/
border:20px solid #e1e1e1; /*cornice attorno a zona proiezione ingrandita*/
border-width:7px 5px;
background:#ddd url('images/bg_top1.jpg'); /*sfondo della zona foto piccole*/
padding:40px 36px 100px 65px; /*ex 82 50 posizione set di foto piccole*/
}

/* style the background and foreground color of the submenu links */
.menu2 ul li:hover ul li a {
cursor:pointer; /*era default... come vuoi*/
background:#fff; /*sfondo piccola*/
width:115px; /*larghezza singola piccola*/
height:118px;
border:1px solid #ddd;
border-color:#888 #000 #000 #888;
}


/* keep the large image hidden */
.menu2 ul li:hover ul li a em {
display:none;
}
/* add a border to the horizontal slide and position it centrally using a top margin */
.menu2 ul li:hover ul li a.horiz span img {
	border:1px solid #888;
	margin-top:0px;  /*0*/
	padding-bottom: 0px;
	width:100px; height:75px;

}
/* add a border to the vertical slide and position it centrally using a top margin */
.menu2 ul li:hover ul li a.vert span img {
border:1px solid #888;
margin-top:9px;
}

.menu2 ul li:hover ul li a:hover {
background:#000; /*sfondo della foto piccola quando prende fuoco*/
}


/* make the active links zero size so the active dotted border does not show through the large image */
.menu2 ul li:hover ul li a:active, .menu2 ul li:hover ul li a:focus {background:#aaa; height:0; width:0; border:0;}
.menu2 ul li:hover ul li a:active em, .menu2 ul li:hover ul li a:focus em {background:#bbb; height:0; width:0; padding:0; margin:0; border:0;}


/* make the large image visible and set the border, position them using position absolute centrally over the slides */
/* horizontal large image styling */
.menu2 ul li:hover ul li a.horiz:active em, .menu2 ul li:hover ul li a.horiz:focus em {display:block; background:#ddd; position:absolute; left:13px; top:35px; width:480px; height:360px; z-index:500; z-index:500; cursor:default; border:1px solid #fff;}
.menu2 ul li:hover ul li a.horiz:active em img, .menu2 ul li:hover ul li a.horiz:focus em img {border:0;}
