.jqueryslidemenu{
	clear:right;
	float:right;
	padding-top:55px;
	position:relative;
	z-index:100;
	padding-right:20px;
	color:#FFFFFF;
}

.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	background: #414141; /*background of tabs (default state)*/
	color: #FFFFFF;
	padding: 8px 10px;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

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

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

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	width: 111px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	background: #78b50a;
	border-bottom:1px solid #ffffff;
	font-size:10px;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
	background: #eeeeee;
	color: #78b50a;
}
	
	
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	display:none;
}

.rightarrowclass{
	display:none;
}

/*.jqueryslidemenu #comefunziona {
	margin:0;
	padding:0;
	width:124px;
	height:44px;
	background:url(../images/menu_01.gif) no-repeat 0 0;
	text-indent:-9999px;
}

.jqueryslidemenu #gallery {
	margin:0;
	padding:0;
	width:124px;
	height:44px;
	background:url(../images/menu_02.gif) no-repeat 0 0;
	text-indent:-9999px;
}

.jqueryslidemenu #soluzioniprezzi {
	margin:0;
	padding:0;
	width:124px;
	height:44px;
	background:url(../images/menu_03.gif) no-repeat 0 0;
	text-indent:-9999px;
}

.jqueryslidemenu #preventivoordine {
	margin:0;
	padding:0;
	width:124px;
	height:44px;
	background:url(../images/menu_04.gif) no-repeat 0 0;
	text-indent:-9999px;
}

.jqueryslidemenu #blog {
	margin:0;
	padding:0;
	width:124px;
	height:44px;
	background:url(../images/menu_05.gif) no-repeat 0 0;
	text-indent:-9999px;
}
*/

.jqueryslidemenu #comefunziona.current, .jqueryslidemenu #gallery.current, .jqueryslidemenu #soluzioniprezzi.current, .jqueryslidemenu #preventivoordine.current, .jqueryslidemenu #blog.current {
	background-position:0 -45px;
}

.jqueryslidemenu #comefunziona {
	margin:0;
	padding-top:36px;
	width:90px;
	height:0;
	background:url(../images/menu_01.gif) no-repeat 0 0;
	font-size:0;
	line-height:0;
	color:#7AB90A;
}
/* Just for Opera, but hide from MacIE */
/*\*/html>body .jqueryslidemenu #comefunziona { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */


.jqueryslidemenu #gallery {
	margin:0;
	padding-top:36px;
	width:90px;
	height:0;
	background:url(../images/menu_02.gif) no-repeat 0 0;
	font-size:0;
	line-height:0;
	color:#7AB90A;
}
/* Just for Opera, but hide from MacIE */
/*\*/html>body .jqueryslidemenu #gallery { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */


.jqueryslidemenu #soluzioniprezzi {
	margin:0;
	padding-top:36px;
	width:90px;
	height:0;
	background:url(../images/menu_03.gif) no-repeat 0 0;
	font-size:0;
	line-height:0;
	color:#7AB90A;
}
/* Just for Opera, but hide from MacIE */
/*\*/html>body .jqueryslidemenu #soluzioniprezzi { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */

.jqueryslidemenu #preventivoordine {
	margin:0;
	padding-top:36px;
	width:103px;
	height:0;
	background:url(../images/menu_04.gif) no-repeat 0 0;
	font-size:0;
	line-height:0;
	color:#7AB90A;
}
/* Just for Opera, but hide from MacIE */
/*\*/html>body .jqueryslidemenu #preventivoordine { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */

.jqueryslidemenu #blog {
	margin:0;
	padding-top:36px;
	width:103px;
	height:0;
	background:url(../images/menu_05.gif) no-repeat 0 0;
	font-size:0;
	line-height:0;
	color:#7AB90A;
}
/* Just for Opera, but hide from MacIE */
/*\*/html>body .jqueryslidemenu #blog { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */

