body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;

/*	color: #ffffff;*/
	text-align: left;



}



#myjquerymenu{

	height: 18px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
color: #ffffff;
}

.jquerycssmenu{
font: bold 12px Verdana;
	height: 20px;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
 width: inherit;

/* background: #666600;*/
}

.jquerycssmenu ul{

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


}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
	height: 25px;
	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 0px 0px 0px;
margin-left: 15px;
/*padding: 2px 25px 0px 25px;
 
margin-right: 15px; spacing between tabs*/
/*border: 1px solid #778;
border-bottom-width: 0;*/

color: #ffffff;

text-decoration: none;
	height: 16px;
	 font-weight: bold;
	width: 135px;
}



.jquerycssmenu ul li a:hover{
	border-bottom: 1px dotted #ffffff;
}

.bianco {

	color: #ffffff;
	
}



	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
height: 150px;

display: block;
visibility: hidden;
 background: url(img/bg_info.png) repeat top left;
}

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

 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;
width: 120px; /*width of sub menus*/
/*background: #e7e3e7;*/
color: #ffffff;
padding: 4px 0px 5px 30px;
margin: 0px 0px 1px 0px;
border-bottom-width: 1;

 height: 10px;
 background-image: url(img/freccia.gif);
 background-position: left;
 background-repeat: no-repeat;

 }



.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/

color: #ffffff;
 font-weight: normal;
 background-image: url(img/freccia.gif);
   background-position: left;
 background-repeat: no-repeat;
}

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

.downarrowclass{
position: absolute;

}

.rightarrowclass{
position: absolute;

}

