

.nav {
height:25px; 
background: url(images/bg.gif) repeat-x; 
position:absolute; 
font-family:  verdana, sans-serif; 
font-size:14px;
text-align:center;
z-index:100; 
padding:0;
/*width:100%;
margin:0 0 0 0;*/
width:800px; 
margin:0 0 0 -400px;
position:absolute;left:50%;
}

.nav .table {
display:table; 
margin:0 auto;

}

.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.nav li {
margin-top:0px; 
padding:0; 
height:auto; 
float:left;
width:110px;
}

a
{
color:#FCD41B;
}

.nav .select a:hover,               /* pulsanti sotto-menu   SELEZIONATI*/
.nav .select li:hover a {
/*background: url(images/hover.gif); */
padding:0 0 0 0; 
cursor:pointer; 
color:#000000;
}

.nav .select a b{
	font-weight:bold;
	}

.nav .select a {            /* pulsanti menu   */
display:block;  
height:25px; 
width:100px;
float:left; 
font-weight:bold;
/*background: url(images/bg.png); */
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
}

/* pulsanti menu    SELEZIONATI*/
.nav .select a:hover b,        
.nav .select li:hover a b {
display:block; 
font-weight:bold;
float:left; 
width:100px;
height:25px; 
color:#000000;
line-height:25px; 
text-decoration:none; 
white-space:nowrap; 
background:url(images/hover.gif) left top; 
cursor:pointer;

}

.nav .select_sub {
display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
display:table; 
margin:0 auto; 
padding:0; 
list-style:none;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
color:#f29a03;
}

.nav .select :hover .select_sub,   /*   Sotto-menu  */
.nav .current .show {
display:block; 
position:absolute; 
width:100px; 
top:44px; 
background:url(images/back.gif); 
padding:0; 
z-index:100; 


color:#f29a03; 
}

.nav .current .show {
z-index:10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block; 
float: left;
padding:0 0px 0 0px; 
margin:0; 
white-space:nowrap; 
border:0; 
color:#f29a03;
}

.nav .current .sub li.sub_show a {
 
cursor:default; 
}

.nav .select .sub li a {
	font-weight:bold;
	color:#f29a03; 
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#db4300; 
}



