/*jpanelmenu canvas rules*/
.jPanelMenu-panel {
	-moz-box-shadow: 0 0 25px #222;
	-webkit-box-shadow: 0 0 25px #060606;
	box-shadow: 0 0 25px rgba(47, 47, 47, 1);
}

/*jpanelmenu menu rules*/

#jPanelMenu-menu{
	background: #3A3A3A;
}

#jPanelMenu-menu li{
	position:relative;
}

#jPanelMenu-menu li a {
	background: #3b3b3b;
	background: -o-linear-gradient(top, #3e3e3e, #383838);
	background: -ms-linear-gradient(top, #3e3e3e, #383838);
	background: -moz-linear-gradient(top, #3e3e3e, #383838);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e3e3e), color-stop(1, #383838));
	background: -webkit-linear-gradient(#3e3e3e, #383838);
	background: linear-gradient(top, #3e3e3e, #383838);
	background: linear-gradient(top, #3e3e3e, #383838);
	font-family:"SAUNA",Verdana, Geneva, sans-serif;
	display: block;
	padding: 0.5em 5%;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #2e2e2e;
	text-decoration: none;
	text-shadow: 0 -1px 2px #222;
	color: #f7f7f7;
	font-size: 16px;
	text-transform: capitalize;
}

/*sub-menu rules*/
#jPanelMenu-menu li .sub-menu {
	padding: 0;
}

#jPanelMenu-menu li .sub-menu > li > a {
	padding-left: 40px;
}

#jPanelMenu-menu li .sub-menu > li > a::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	background: #ffffff;
	left: 16px;
	bottom: 44%;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

/*hebrew css content*/
html[lang="he-IL"] #jPanelMenu-menu li a {

    font-family:'Spacer',"SAUNA",Verdana, Geneva, sans-serif;

}