/**************************************************************/
/***************** CSS SETUP MENU VERTICALE *******************/
/**************************************************************/

.ddsmoothmenu-v ul{
font:17px Arial,Helvetica,sans-serif;
list-style-type:none;
margin:0 35px;
padding:0;
text-transform:inherit;
width:147px;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

.ddsmoothmenu-v ul li.last{
/*background:none;*/ /*background of menu bar (default state)*/
}

/*Top level menu links style */
.ddsmoothmenu-v ul li a{
border-bottom:1px solid #0A222C;
color:white;
display:block;
line-height:29px;
overflow:auto;
padding:3px;
text-decoration:none;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background:none; /*background of menu items (default state)*/
color:#fff;
}

.ddsmoothmenu-v ul li a.selected{ /*Class that's dynamically added to the currently active menu items' LI A element*/
background:none; 
color:#000;
}

.ddsmoothmenu-v ul li a:hover{
background: none;
/*background of menu items during onmouseover (hover state)*/
color:#ccc;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
background:#fff;
}
 
/*Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */


/**************************************************************/
/***************** CSS SETUP MENU ORIZZONTALE *****************/
/**************************************************************/

.ddsmoothmenu{
background:none;
clear:both;
float:left;
font:bold 15px Arial,Helvetica,sans-serif;
height:51px;
padding:0 0 5px;
width:653px;
margin-left:267px;
margin-top:-141px;
text-transform:uppercase;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
float:left;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
background:none; /*background of menu bar (default state)*/
border-left:1px solid #fff;
}

.ddsmoothmenu ul li.last{
/*background:none;*/ /*background of menu bar (default state)*/
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
background:none ;

display:block;
height:92px;
line-height:129px;

padding:38px 11px 0 10px;
text-decoration:none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: none; /*Di default Black*/
color: white;
}

.ddsmoothmenu ul li a:hover{
background:none repeat scroll 0 0 #0c2441;
color:white;
opacity:0.9; /*Di default Black*/ /*background of menu items during onmouseover (hover state) - LIVELLO VOCI PRINCIPALI */
filter: alpha(opacity=90);
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:#65779b;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
background:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/*Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #fff;
}

/*Colore sotto menu a tendina sull'hover e sul selezionato*/
.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected{
background:#8fa0bf;
}

/*Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

/*CSS classes applied to down and right arrow images */
.downarrowclass{
position: absolute;
top: 17px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 13px;
right: 5px;
}

/*CSS for shadow added to sub menus */
.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{
opacity: 0.8;
}