.ddsmoothmenu{
font-family: Verdana,Trebuchet MS,Arial;
font-size:11px;
font-weight:bold;
color: white;
width: 100%;
height:38px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana,Trebuchet MS,Arial;
font-size:11px;
font-weight:bold;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: block;
float: left;
font-family: Verdana,Trebuchet MS,Arial;
font-size:11px;
font-weight:bold;
color: white;
width:122px;
height:38px;
}

.menu_main
{
	background-image: url('/images/menu.jpg');
	height:38px;
	width:122px;
	position: relative;
	display: block;
	float: left;
	font-family: Verdana,Trebuchet MS,Arial;
	font-size:11px;
	font-weight:bold;
	color: white;
}

.ddsmoothmenu ul li.selezionato
{
	background-image: url('/images/menu_on.jpg');
	height:38px;
	width:122px;
	position: relative;
	display: block;
	float: left;
	font-family: Verdana,Trebuchet MS,Arial;
	font-size:11px;
	font-weight:bold;
	color: white;
}

.ddsmoothmenu ul li.separatore
{
	background-image: url('/images/menuseparator.jpg');
	height:38px;
	width:4px;
}

.ddsmoothmenu ul li.separatore2
{
	background-image: url('/images/menuseparator.jpg');
	height:38px;
	width:3px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
font-family: Verdana,Trebuchet MS,Arial;
font-size:11px;
font-weight:bold;
color: white;
padding-top:10px;
display: block;
text-align:center;
text-decoration: none;
height:38px;
}

.separatore
{
	background-image: url('/images/menuseparator.jpg');
	height:38px;
	width:4px;
}

.ddsmoothmenu ul li a:hover{
color: white;
font-family: Verdana,Trebuchet MS,Arial;
font-size:11px;
font-weight:bold;
}

.ddsmoothmenu ul li a.selected{
color: white;
font-family: Verdana,Trebuchet MS,Arial;
font-size:11px;
font-weight:bold;
background-image: url('/images/menu_on.jpg');
}

.ddsmoothmenu ul li a.selezionato{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
display: block;
background: #AE0505; 
color: white;
font-family: Verdana,Trebuchet MS,Arial;
font-size:11px;
font-weight:bold;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
font-family: Trebuchet MS,Arial;
font-size:12px;
font-weight:normal;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
color: #666666;
border-bottom: 1px solid #AAAAAA;
border-right: 1px solid #AAAAAA;
border-left: 1px solid #AAAAAA;
height:20px;
}

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

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-family: Trebuchet MS,Arial;
font-size:12px;
font-weight:normal;
width: 120px; /*width of sub menus*/
margin: 0;
padding-right:2px;
padding-left:0px;
padding-top:0px;
padding-bottom:0px;
color: #666666;
background: #E6E5E5; /*background of menu items (default state)*/
height:20px;
}

.ddsmoothmenu ul li ul li a:hover{
background: #F70101; /*background of menu items during onmouseover (hover state)*/
color: white;
font-family: Trebuchet MS,Arial;
font-size:12px;
font-weight:normal;
height:20px;
}

/* 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: 12px;
right: 15px;
}

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

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
filter: alpha(opacity=80);
-moz-opacity:.80;
}