.jquerycssmenu{
font: bold 11px;
border-bottom: 0px solid black;
padding-left: 15px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{
margin: 0;
padding: 3px 0px 0px 0px;
list-style-type: none;
position: relative;
z-index:99;
}

/*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;
margin-left: 0px;
/* background: none repeat scroll 0% 0% black; */
background-color: none; !important
padding: 5px 7px 4px 7px;
margin-right: 10px; /*spacing between tabs*/
/*color: #B8D53D;*/
text-decoration: none;
font-size: 13px;
}

.jquerycssmenu ul li a:hover{
/* background-image: url(tintbluedark.gif) */ /*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 black;*/
}

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

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/*Sub level (3rd) menu list items (undo style from 2nd level List Items) - AGREGO DANI*/
.jquerycssmenu ul li ul li ul li{
display: list-item;
float: none;
top: 0px;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 14px;
width: 180px; /*width of sub menus*/
background: #f2f2f2;
color: #231f20;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-left: 2px solid #2db8ee;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #2db8ee;
color: #231f20;
}

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

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
