/*** ESSENTIAL STYLES ***/
.sf-menu-we,
.sf-menu-we * {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
}
.sf-menu-we {
  line-height: 1;
}
.sf-menu-we ul {
  position: absolute;
  top: -999em;
  width: 200px; /* left offset of submenus need to match (see below) */
}
.sf-menu-we ul li {
  width: 100%;
}
.sf-menu-we li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu-we li {
  float: left;
  position: relative;
}
.sf-menu-we a {
  display: block;
  position: relative;
}
.sf-menu-we li:hover ul,
.sf-menu-we li.sfHover ul {
  left: 0;
  top: 2.5em; /* match top ul list item height */
  z-index: 99;
}
ul.sf-menu-we li:hover li ul,
ul.sf-menu-we li.sfHover li ul {
  top: -999em;
}
ul.sf-menu-we li li:hover ul,
ul.sf-menu-we li li.sfHover ul {
  left: 10em; /* match ul width */
  top: 0;
}
ul.sf-menu-we li li:hover li ul,
ul.sf-menu-we li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu-we li li li:hover ul,
ul.sf-menu-we li li li.sfHover ul {
  left: 10em; /* match ul width */
  top: 0;
}

/*** DEMO SKIN ***/
.sf-menu-we {
  float: left;
  margin-bottom: 1em;
  height: 700px;
}
.sf-menu-we a {
  /*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
  padding: 2px 0 5px 2px;
  text-decoration: none;
}

.sf-menu-we ul a {
  padding: 5px 0 7px 6px;
  text-decoration: none;
  /*border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #06C;*/
}

.sf-menu-we a,
.sf-menu-we a:visited {
  /* visited pseudo selector so IE6 applies text colour*/
  color: #ffc;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
.sf-menu-we li {
  /*background-color: #748CC7;*/
  background-image: url(glossyback2.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  z-index: 10;
}
/*.sf-menu-we li li {
	background:		#AABDE6;
}
.sf-menu-we li li li {
	background:		#9AAEDB;
}*/
.sf-menu-we li:hover,
.sf-menu-we li.sfHover,
.sf-menu-we a:focus,
.sf-menu-we a:hover,
.sf-menu-we a:active {
  /*background:		#6C70D9;*/
  background-image: url(glossyback.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  outline: 0;
  z-index: 20;
}

/*** arrows **/
.sf-menu-we a.sf-with-ul {
  padding-right: 2.25em;
  min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-menu-we .sf-sub-indicator {
  position: absolute;
  display: block;
  right: 6px;
  top: 3px; /* IE6 only */
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
  background: url("arrows-ffffff.png") no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
.sf-menu-we a > .sf-sub-indicator {
  /* give all except IE6 the correct values */
  top: 2px;
  background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
.sf-menu-we ul a > .sf-sub-indicator {
  top: 4px;
}

/* apply hovers to modern browsers */
.sf-menu-we a:focus > .sf-sub-indicator,
.sf-menu-we a:hover > .sf-sub-indicator,
.sf-menu-we a:active > .sf-sub-indicator,
.sf-menu-we li:hover > a > .sf-sub-indicator,
.sf-menu-we li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu-we ul .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu-we ul a > .sf-sub-indicator {
  background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu-we ul a:focus > .sf-sub-indicator,
.sf-menu-we ul a:hover > .sf-sub-indicator,
.sf-menu-we ul a:active > .sf-sub-indicator,
.sf-menu-we ul li:hover > a > .sf-sub-indicator,
.sf-menu-we ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-menu-we.sf-shadow ul {
  background: url("shadow.png") no-repeat bottom left;
  padding: 0 0px 10px 10px;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
}
.sf-menu-we.sf-shadow ul.sf-shadow-off {
  background: transparent;
}
