#myjquerymenu{

margin-left: 0px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
        width: 880px;
color: #ffffff;
padding-top: 0px !important;

}

.jquerycssmenu{
font: normal 12px Verdana;

padding-left: 0px; /*offset of tabs relative to browser left edge*/
 width: inherit;

}

.jquerycssmenu ul{

margin: 0px;
padding: 0px;
list-style-type: none;
 color: #ffffff;
         position: relative;
        z-index: 25;
        width: 880px;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
	height: 40px;
	text-align: left;

}

/*Top level menu link items style*/
.jquerycssmenu ul li a {
display: block;
/*background: url(tintblue.gif) repeat-x top center; background of tabs (default state)*/
padding: 0px 5px 0px 5px;
margin-left: 0px;

	margin-right: 25px;
/*padding: 2px 25px 0px 25px;
 
margin-right: 15px; spacing between tabs*/
/*border: 1px solid #778;
border-bottom-width: 0;*/

color: #666666;

text-decoration: none;
	height: 40px;
	 font-weight: normal;
	 font-size: 12px;
/*	width: 120px;*/

}



.jquerycssmenu ul li a:hover{

 color: #ffffff;
 background-color: #666666;
 }

.bianco {

	color: #ffffff;
	
}



	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
margin-top: 0px;
min-height: 100px;
height: auto;
	min-width: 114px !important;
width: auto;
white-space: nowrap;
display: block;
visibility: hidden;
 background: #666666;
 box-shadow:5px 5px 7px #000000;
-webkit-box-shadow:5px 5px 7px #000000;
-moz-box-shadow: 5px 5px 7px #000000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
 height: 25px;
 text-align: left;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 50px;
margin-top: 33px;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 11px Verdana;
min-width: 80px; /*width of sub menus*/
width: auto;
/*background: #e7e3e7;*/
color: #ffffff;
padding: 10px 10px 5px 25px;
margin: 0px 0px 1px 0px;
border-bottom-width: 1;
	text-transform: none;
 height: 15px;
 background-image: url(images/freccia.gif);
 background-position: left center;
 background-repeat: no-repeat;

 }



.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
border-bottom: 1px dotted #ffffff;
color: #ffffff;
 font-weight: normal;
 background-image: url(images/freccia.gif);
   background-position: left;
 background-repeat: no-repeat;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;

}

.rightarrowclass{
position: absolute;

}

