/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Alef Hebrew, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 107%;
	right: 0;      /***  left:0 on the english site  ***/
	z-index: 99;
}
.sf-menu > li {
	float: right; /***  left on the english site  ***/
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
	border-left: 1px solid #fff;
	border-right: 1px solid #d5d5d5;
	
	/*border-top: 1px solid #dFeEFF;*/ /* fallback colour must use full shorthand */
	/*border-top: 1px solid rgba(255,255,255,.5);*/
	padding: .85em 0.75em;
	text-decoration: none;
	zoom: 1; /* IE7 */
	color: #594582; font-weight: bold;
}
 .sf-menu a:hover {color: #F2510D;}

.sf-menu ul ul {
	top: 0;
	right: 100%;  /***  left on the english site  ***/
}


/*** DEMO SKIN ***/
.sf-menu {
	float: right;  /***  left on the english site  ***/
	
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 11em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu li {
	
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu li ul li {
	background: url(../images/backG_sub-menu.gif); height: 40px;
}
.sf-menu li ul li:hover {
	background: url(../images/backG_sub-menu_down.gif);
}
.sf-menu li ul li a {padding: .65em 1em .75em 1em; 	border-right: none; border-left: none;}
.sf-menu li ul li a:hover {color: white}



.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}





/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {

}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	
}
