/*** 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: 1px; z-index: 99; }
.sf-menu > li { display:table-cell; text-align: center; }
.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 { width:100%; display:table; }
.sf-menu>li {display:table-cell; vertical-align:center; border-right:1px solid #AEBDE2;}
.sf-menu ul { box-shadow: 3px 3px 3px #000; min-width: 30em; /* allow long menu items to determine submenu width */*width: 14em; /* no auto sub width for IE7, see white-space comment below */ background-color:#FC900A}
.sf-menu a { padding:10px 7px 10px 7px; text-decoration: none; zoom: 1; /* IE7 */ font-weight:bold; }
.sf-menu a { color: #fff; }
.sf-menu li a { }
.sf-menu li:last-child a{border-right:0px;}
.sf-menu li:first-child a{border-left:0px;}
.sf-menu li li a {text-transform: none; }
.sf-menu li {  /* no need for Supersubs plugin */*white-space: normal; /* ...unless you support IE7 (let it wrap) */-webkit-transition: background .2s; transition: background .2s; color:#fff;}
.sf-menu ul li { background: #FC900A; text-align:left; display:inline-block; width:50%; float:left; box-shadow: inset -10px -10px 0px -9px #FEC885 ;}
.sf-menu ul li:nth-child(even) { box-shadow: inset 0px -10px 0px -9px #FEC885 ;}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li.active{ background-color: #FC900A;/* only transition out, not in */-webkit-transition: none; transition: none;}
.sf-menu ul li:hover, .sf-menu ul li.sfHover, .sf-menu ul li.active {background-color: #5573C0;}

/*** arrows (for all except IE7) **/
.sf-arrows ul .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 */
.sf-arrows .sf-with-ul:after { content: ''; position: absolute; top: 50%; right: 1em; margin-top: -1113px; height: 10px; width: 10px; /* order of following 3 rules important for fallbacks to work */border: 5px solid transparent; border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */border-top-color: rgba(255,255,255,.5); }
.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 {background:url(../images/arrows-ffffff.png) no-repeat left top; margin-top: -5px; margin-right: -3px; border-width:0px; /*border-color: transparent; border-left-color: #dFeEFF;/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; background-position:right top; }
