.jquerycssmenu{
	font: 12px Verdana;
	padding: 0 0 5px;
	/*background-repeat:no-repeat;
	background-position:left top;
	background-color:#006600;
	background-image:url('images/sfumo.png');*/
	background: #006651; /* Old browsers */
background: -moz-linear-gradient(top, #006651 0%, #1f3b08 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006651), color-stop(100%,#1f3b08)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #006651 0%,#1f3b08 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #006651 0%,#1f3b08 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #006651 0%,#1f3b08 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006651', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #006651 0%,#1f3b08 100%); /* W3C */

	}

.jquerycssmenu a:hover,
.jquerycssmenu a:focus,
.jquerycssmenu a:active{
	color: #FF0000;
}

.jquerycssmenu ul{
	background-color:#eee;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:100;
	width: 128px;
	text-align: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	color: #FFF;
	z-index:100;
	display: block;
	/*background:#006600;*/
	/*background: white url(tintblue.gif) top center repeat-x;; /*background of tabs (default state)*/
padding: 6px 12px 8px 14px;
	/*margin-right: 3px; /*spacing between tabs*/
/*border: 1px solid #778;*/
border-bottom-width: 0;
	text-decoration: none;
}

.jquerycssmenu ul li a:hover{
	text-align: left;
	/*background-image: url(tintbluedark.gif) tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	width: 160px;
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index:100;
	text-align: left;/*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;
	text-align: left;
}

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

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	font: normal 11px Verdana;
	width: 160px; /*width of sub menus*/
	/*background: #fefefe;*/
	color: black;
	padding: 4px 5px;
	margin: 0;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
/*background: #eff9e4;*/
color: black;
}

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

.downarrowclass{
	position: absolute;
	top: 7px;
	right: -13px;
	float: right;
}

.rightarrowclass{
	position: relative;
	top: 5px;
	right: 5px;
	float: right;
	padding-left: 20px;
}

