/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 7em; /* allow long menu items to determine submenu width */
	*width: 7em; /* no auto sub width for IE7, see white-space comment below */
	margin-top: 0px;
}

.sf-menu ul.lang_list li {

}

.sf-menu ul.lang_list li :hover {
	background: #e91e63;
	color: #ffffff;
}



.sf-menu a {
	padding: .40em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a: hover {
	
}
.sf-menu li {

}
.sf-menu ul li {
	background: #fcc7d9;
}
.sf-menu ul ul li {
	background: #e91e63;
}
.sf-menu li a.lang :hover


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

.sf-menu ul:hover:after,
.sf-menu ul.sfHover:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(233, 30, 99, 0);
	border-bottom-color: #e91e63;
	border-width: 6px;
	margin-left: -6px;

}


/*** arrows (for all except IE7) **/


/*
.arrow_box {
	position: relative;
	background: #e91e63;
}
.arrow_box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(233, 30, 99, 0);
	border-bottom-color: #e91e63;
	border-width: 4px;
	margin-left: -4px;
}

**/
