/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;  
	z-index: 9999;
	
}
ul.sf-menu { height: 66px !important; }
.sf-menu li {
	position: relative;
	z-index: 9999;
}
.sf-menu ul {
	position: absolute;
	display: none;
	background-color: #fff;
	top: 100%;
	left: 0;
	z-index: 9999;
}
.sf-menu > li {
	float: left;
	height: 66px;
}

.sf-menu li:hover > a  {
  color: #26ADE4 !important;
}

.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%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	padding: 10px !important;
	border: 1px #e2e2e2 solid;
	min-width: 16em; /* allow long menu items to determine submenu width */
	*width: 16em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.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 > a {
  
  line-height: 37px;
  
}

.sf-menu ul li {
	width: 100%;
	color: #000;
	border-bottom: 1px #e2e2e2 solid;
}

.sf-menu ul ul li {
	background: #9AAEDB;
}

.sf-menu ul li a {
  background-image: none !important;
  color: #000 !important;
  font-size: 11px; 
 padding: 5px 0px !important;
  height: auto !important;
  font-size: 12px !important;
  line-height: 100%;
}

.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 {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */

