/*** ESSENTIAL STYLES ***/

.sf-menu {
	/*border-bottom: #E6E6E6  1px solid; */
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
	float: left;
	padding: 0;
	font-size:12px;
	font-weight: bold;	
	/*z-index:9999999;*/
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index:9999999;

}
.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 a.main {
	/*max-width:98px;*/
	text-align:center;	
	/*height:28px;*/
	text-transform:uppercase;	
}

.sf-menu ul ul {
	top: 0;
	left: 100%;	
}

.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu ul li {
	background: #E6E6E6   ;
	border-radius: 0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
	width: 250px;

}
.sf-menu ul li a{
	padding:8px;
	font-size: 13px;
}

.sf-menu ul ul li {
	background: #E6E6E6    ;
}

.sf-menu a {
	color:#6E6E6E;
	/*font-size: 11px;*/
	font-size: 14px;
	/*padding: 8px 7px;*/
	padding: 8px 12px;
	text-decoration: none;
	zoom: 1; /* IE7 */
}

@-moz-document domain("www.mfd.lv") {
	.sf-menu a {
		font-size: 12px;
	}
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #D6D6D6    ;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}


/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;

}
.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 {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.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 {
	border-left-color: white;
}

.sf-menu .current {
	background: #E6E6E6   ;
}
.sf-menu .current > a {
	font-weight: bold;
}

.sf-menu a.main.covid {
	color: white;
	background-color: red;
}
