/* tweak position of entire menu */
.sf-menu.sf-style-coffee {
	margin-bottom: 1em;
	padding: 0;
	margin:auto;
	position:relative;
	top:0;
	padding-left:60px;
	font-size:14px;
}

.sf-menu.sf-style-coffee.sf-navbar {
  width: 100%;
}

/* hide top-level arrows only (until hover) */
a > .sf-sub-indicator {
  background-position: -100px -100px;
}

/* align text left for submenus */
.sf-depth-2 a,
.sf-depth-3 a,
.sf-depth-4 a {
	text-align:left;
}

.sf-menu.sf-style-coffee ul {
  padding-left: 0;
}

/* remove borders from top level and add spacing */
.sf-menu.sf-style-coffee a {
	border:none;
  font-weight: bold;
  white-space: nowrap;
  padding: 0.3em 2em 0.3em 2.1em;
}

.sf-menu.sf-style-coffee a.sf-with-ul {
  padding-right: 2.25em;
}

.sf-menu.sf-style-coffee.rtl a.sf-with-ul {
  padding-left: 2.25em;
  padding-right: 1em;
}

.sf-menu.sf-style-coffee.sf-navbar a {
  border: 0;
}

.sf-menu.sf-style-coffee span.sf-description {
  color: #13a;
  display: block;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 5px 0 0 5px;
  padding: 0;
}

/* don't use color behind top-level options */
.sf-menu.sf-style-coffee li,
.sf-menu.sf-style-coffee.sf-navbar {
	background:transparent;
}

/* background color for first level drop-downs */
.sf-menu.sf-style-coffee li li {
	background:#201e14 ;
  filter:Alpha(opacity=90); 
  opacity: 0.90; 
	margin-top:-4px;
	margin-bottom:4px;
	margin-left:-20px;
	padding-bottom:4px;
}

/* background color for second level drop-downs */	
.sf-menu.sf-style-coffee li li li {
	background:#201e14;
  filter:Alpha(opacity=93); 
  opacity: 0.93; 	
	margin-left:-30px;
	margin-top:5px;
	margin-bottom:-5px;
}


/* font color for first level drop-downs */
.sf-menu.sf-style-coffee li li a {
  color:#C6AC77;
}

.sf-menu.sf-style-coffee li li li {
  background: #201e14;
}

/* set color for active page link */
.sf-menu.sf-style-coffee li.active a {
}

/* set active link color to white */
.sf-menu.sf-style-coffee li:hover,
.sf-menu.sf-style-coffee li.sfHover,
.sf-menu.sf-style-coffee li.active a,
.sf-menu.sf-style-coffee a:focus,
.sf-menu.sf-style-coffee a:hover,
.sf-menu.sf-style-coffee a:active,
.sf-menu.sf-style-coffee.sf-navbar li li,
LI A.active {
  color: #faebcb;
}

.sf-menu.sf-style-coffee.sf-navbar li ul {
  background-color: #52250f;
}

.sf-menu.sf-style-coffee.sf-navbar li ul li ul {
  background-color: transparent;
}

.sf-menu.sf-style-coffee ul.sf-megamenu li.sf-megamenu-wrapper ol,
.sf-menu.sf-style-coffee ul.sf-megamenu li.sf-megamenu-wrapper ol li {
	margin: 0;
	padding: 0;
}

.sf-menu.sf-style-coffee ul.sf-megamenu li.sf-megamenu-wrapper a.menuparent {
	font-weight: bold;
}

.sf-menu.sf-style-coffee ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
	display: inline;
	float: left;
	width: 12em;
}

.sf-menu.sf-style-coffee.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
	float: right;
}
.sf-menu.sf-style-coffee li.sf-parent-children-1 ul.sf-megamenu {
	width: 12em;
}
.sf-menu.sf-style-coffee li.sf-parent-children-2 ul.sf-megamenu {
	width: 24em;
}
.sf-menu.sf-style-coffee li.sf-parent-children-3 ul.sf-megamenu {
	width: 36em;
}
.sf-menu.sf-style-coffee li.sf-parent-children-4 ul.sf-megamenu {
	width: 48em;
}
.sf-menu.sf-style-coffee li.sf-parent-children-5 ul.sf-megamenu {
	width: 60em;
}
.sf-menu.sf-style-coffee li.sf-parent-children-6 ul.sf-megamenu {
	width: 72em;
}
.sf-menu.sf-style-coffee li.sf-parent-children-7 ul.sf-megamenu {
	width: 84em;
}
.sf-menu.sf-style-coffee li.sf-parent-children-8 ul.sf-megamenu {
	width: 96em;
}
.sf-menu.sf-style-coffee li.sf-parent-children-9 ul.sf-megamenu {
	width: 108em;
}
.sf-menu.sf-style-coffee li.sf-parent-children-10 ul.sf-megamenu {
	width: 120em;
}