.jquerycssmenu{
	font: bold 14px Verdana;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	background-image: url(images/sfondomenu.png);
	background-repeat: repeat-x;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display:block;
	float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	/*background of tabs (default state)*/
	padding: 0px 0px 0px 0px;
	margin-right: 0px; /*spacing between tabs*/
	border: 0px solid #778;
	border-bottom-width: 0;
	color: #000000;
	text-decoration: none;
}

.jquerycssmenu ul li a:hover{
	/*tab link background during hover state*/;
	
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 0px solid black;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*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 13px Verdana;
	width: 140px;
	color: white;
	padding: 4px 5px;
	margin: 0;
	border-top-width: 1;
	background-color: #0275b3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c96c3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #4c96c3;
	border-right-color: #4c96c3;
	border-left-color: #4c96c3;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	color: black;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0979b3;
	border-right-color: #0979b3;
	border-bottom-color: #0979b3;
	border-left-color: #0979b3;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{

}

.rightarrowclass{

}
