div#myjquerymenu{
	width:475px;
}
.jquerycssmenu{
font: normal 15px "Helvetica", Verdana;
/*color: #3F5666;*/
/*border-bottom: 1px solid black;*/
/*padding-left: 15px; /*offset of tabs relative to browser left edge*/*/

/*padding-top: 85px;*/
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
/*padding: 5px 7px 13px 7px;
margin-right: 3px;*/ /*spacing between tabs*/
/*border: 1px solid #778;
border-bottom-width: 0;*/
/*color: #3F5666;*/
text-decoration: none;
}
/* NON FUNZIA (jquery ??)
.jquerycssmenu ul li a:hover;{
	background:#013C71 center center repeat-x;
	color:white;
}*/
.jquerycssmenu ul li a.sub{
	background: url(immagini/arrow-down.png) no-repeat scroll center 85%; /*background of tabs (default state)*/
}	

/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
/*margin-top: 7px;*/
/*list-style-type: disc;
list-style-position: inside;*/
/*border-top: 1px solid black;*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
margin-top: 5px;

}
span.sep{
	background: url('immagini/sep.gif') no-repeat left center;
	display:inline;
	width:2px;
	height:29px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 11px "Helvetica", Verdana;
width: 160px; /*width of sub menus*/
background: white url('immagini/sep.gif') no-repeat left center;;
/*color: black;*/
/*padding: 4px 5px;*/
margin: 0;

/*padding:8 3 7 9;*/
/*border-top-width: 0;*/
/*border-bottom: 1px solid black;*/
}

.jquerycssmenu ul li ul li a{ /*sub menus hover style*/
/*background: #095BA6;*/
/*color: black; BLACKK*/
}
/*.jquerycssmenu ul li ul li a:hover{
	background-color:#013C71;
}*/
.jquerycssmenu ul li ul li a.dispari{ /*sub menus hover style*/
/*background: #013C71;*/
color: white;
}



/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
/*
position: absolute;
top: 7px;
right: 5px;
*/
/*padding:25px auto 0 auto;*/
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

