<!--style type="text/css"-->

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#menurCont{
	width:100%;
	background-image:url(../immagini/bg2.jpg);
	background-repeat: repeat-x;	
}

.invertedshiftdown{
/*padding: 0;
/*width: 100%;*/
width:770px;
margin: 0 auto !important; 
margin-top:-5px;
margin-bottom:-18px;
height:10px;
border-top: 5px solid #D2D2D2; /*#D10000; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 300px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
/*background-color: #344D90; /*Default menu color*/
background-image:url(../immagini/bgmenu.jpg);

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #22366C; /*#1492E9; /*#D10000; /*Red color theme*/
color: white;
text-decoration:overline;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #22366C; /*#1492E9; /*#D10000; /*Red color theme*/
color: white;
text-decoration:overline;
}

<!--/style-->
