.jquerycssmenu{

}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
 font: bolder 11px 'Trebuchet MS', helvetica ,sans-serif; 
/* font: bolder 12px sans-serif; */
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

.jquerycssmenu ul li.fl{
/* text-align:center; */
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
  float: left;
  display: block;
  padding: 4px 12px;	
  color: #000;
  background-color: transparent;
  text-decoration: none;
  width:70px;
}

.jquerycssmenu ul li a:hover{
background: #65944A url(../img/sf_menu_act.png) /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid #95AD36;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: right; /*per FF su mac altrimenti none non funziona*/
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
margin-left:0px;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 0.8em Helvetica;
width: 98px; /*width of sub menus*/
background: #BFDD45;
/* layer-background-color:#BFDD45; */
/* 	-moz-opacity:0.8;  */
color: #000;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #95AD36;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #95AD36;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
