/*** ESSENTIAL STYLES ***/
.sf-menud, .sf-menud * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menud {
	line-height:	1.0;
}
.sf-menud ul {
	position:		absolute;
	top:			-999em;
}

.sf-menud ul li {
	/*width:			100%;*/
	float:			left;
	margin-left:	0px;
}
.sf-menud li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menud li {
	float:			left;
	position:		relative;
	/*margin-left:	3px;*/
}
.sf-menud a {
	display:		block;
	position:		relative;
}
.sf-menud li:hover ul,
.sf-menud li.sfHover ul {
	left:			0px;
	top:			47px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menud li:hover li ul,
ul.sf-menud li.sfHover li ul {
	top:			-999em;
}
ul.sf-menud li li:hover ul,
ul.sf-menud li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menud li li:hover li ul,
ul.sf-menud li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menud li li li:hover ul,
ul.sf-menud li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menud {
	float:	left;
	margin-bottom:	1em;
	margin:0;
}
.sf-menud a {
	padding: 9px 15px 15px 15px;
	text-decoration:none;
	
	transition: background .2s;
-webkit-transition: background .2s; 
}
.sf-menud a, .sf-menud a:visited  { 
	background:none;
	line-height:15px;
	font-family: 'Lato';
	font-size:14px;
	text-transform:uppercase;
	padding: 16px 11px  ;
	color:#000;
}
.sf-menud ul ul a, .sf-menud ul ul a:visited  { 
	color:			#000;
}

.sf-menud li.sfHover > a {
	background:		rgba(255,255,255,0.80);
	color:#000;
}

.sf-menud li li.sfHover > a {
	background:		#fff;
	color:#333;
}
.sf-menud li li {
	color:			#333;
}.sf-menud li li a{
	color:			#333;
}.sf-menud li li a:hover{background:		#000;
}
.sf-menud li ul {
	background-position: center left;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.80);
	color: #000;
	width: 445px;
	padding: 7px;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.34);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.34);
}
.sf-menud li .mflota{width: 180px;}
.sf-menud li .mflota li a {
	width:160px;}
.sf-menud li li a {
	padding:5px 9px; line-height:16px !important; 
	margin-right:0;
	color:#000;
	font-family:'Lato';
	font-size:14px;
	float:left;
	width:200px;
	transition: all .2s;
-webkit-transition: all .2s; /* Safari */
}
.sf-menud li li li {
	background:		#f1f2f3;
	color:			#112d3b;
}
.sf-menud a:focus, .sf-menud a:hover, .sf-menud a:active {
	outline:		0;
	background:		rgba(255,255,255,0.80);
	color:#000;
}
.sf-menud li:hover, .sf-menud li.sfHover{
	
	outline:		0;

}
.sf-menud li li a:hover{ background:#ffffff; color:#333333; /*border-left:5px solid #ecbf13;*/}
.sf-menud li li:hover, .sf-menud li li.sfHover,
.sf-menud li li a:focus, .sf-menud li li a:hover, .sf-menud li li a:active {
	/*background:	 #ffffff;
	color:			#333;*/
	outline:		0;
}
.sf-menud li li li:hover, .sf-menud li li li.sfHover,
.sf-menud li li li a:focus, .sf-menud li li li a:hover, .sf-menud li li li a:active {
	background:		#fff;
	color:#000;
	outline:		0;
	/*-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;*/
}

/*** arrows **/
.sf-menud a.sf-with-ul {
	/*padding-right: 	2.25em;*/
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background-image:url(../img/bg-sect.gif);
	background-repeat:no-repeat;
	background-position:top left;
	/*background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px;  8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: top left; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-image:url(../img/bg-sectactive.png);
	background-repeat:no-repeat;
	background-position:1 left;
	/*background-position: -10px -100px;  arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menud ul .sf-sub-indicator { 
	background-image:url(../img/bg-sect2.gif);
	background-position:top left; }
.sf-menud ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menud ul a:focus > .sf-sub-indicator,
.sf-menud ul a:hover > .sf-sub-indicator,
.sf-menud ul a:active > .sf-sub-indicator,
.sf-menud ul li:hover > a > .sf-sub-indicator,
.sf-menud ul li.sfHover > a > .sf-sub-indicator {
	background-position: top left; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
