/*** ESSENTIAL STYLES ***/
.vr-menu,
.vr-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vr-menu {
  line-height: 1;
  font-family: Arial;
  font-weight: bold;
}
.vr-menu ul {
  position: absolute;
  top: -999em;
  width: fit-content;
}

.vr-menu li {
  float: left;
  position: relative;
  width: 220px;
}
.vr-menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
  background-image: url(images/wf_menuhighlightbox.jpg);
  background-repeat: no-repeat;
  color: white;
}

.vr-menu li:hover a {
  color: white;
}

.vr-menu ul li {
  width: 173px;
  background-image: none;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 100%;
  height: 100%;
  border: 0;
  color: white;
  background-image: url(images/wf_submenubox.jpg);
  background-repeat: repeat-y;
}

.vr-menu ul li a {
  color: white;
  background-image: url(images/wf_submenubox.jpg);
  background-repeat: repeat-y;
  width: 173px;
  padding: 5px;
}

.vr-menu ul li:hover a,
.vr-menu ul li:hover a:visited {
  color: white;
}

.vr-menu ul li a:hover,
.vr-menu ul li a:visited {
  background-image: url(images/wf_submenuhighlightbox.jpg);
  background-repeat: repeat-y;
  color: white;
  width: 100%;
}

.vr-menu ul li:hover a {
  color: white;
}

.vr-menu a {
  display: block;
  position: relative;
}
.vr-menu li:hover ul,
.vr-menu li.sfHover ul {
  left: 0;
  top: 0; /* match top ul list item height */
  z-index: 99;
}
ul.vr-menu li:hover li ul,
ul.vr-menu li.sfHover li ul {
  top: 0;
}
ul.vr-menu li li:hover ul,
ul.vr-menu li li.sfHover ul {
  left: 0; /* match ul width */
  top: 0;
}
ul.vr-menu li li:hover li ul,
ul.vr-menu li li.sfHover li ul {
  top: 0;
}
ul.vr-menu li li li:hover ul,
ul.vr-menu li li li.sfHover ul {
  left: 0; /* match ul width */
  top: 0;
}

/*** DEMO SKIN ***/
.vr-menu {
  height: 2em;
  margin-bottom: 1em;
}
.vr-menu a {
  height: 25px;
  text-decoration: none;
  padding-top: 7px;
}
.vr-menu a,
.vr-menu a:visited {
  /* visited pseudo selector so IE6 applies text colour*/
  color: #1c466b;
  padding-left: 15px;
}
.vr-menu li {
}
.vr-menu li li {
}
.vr-menu li li li {
}
.vr-menu li:hover,
.vr-menu li.sfHover,
.vr-menu a:focus,
.vr-menu a:hover,
.vr-menu a:active {
  outline: 0;
}

/*** arrows **/
.vr-menu a.sf-with-ul {
}
.sf-sub-indicator {
  position: absolute;
  display: block;
  right: 0.75em;
  top: 1.05em; /* 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 */
}
a > .sf-sub-indicator {
  /* give all except IE6 the correct values */
  top: 0.8em;
  background-position: 0 -100px; /* 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-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.vr-menu ul .sf-sub-indicator {
  background-position: -10px 0;
}
.vr-menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}
/* apply hovers to modern browsers */
.vr-menu ul a:focus > .sf-sub-indicator,
.vr-menu ul a:hover > .sf-sub-indicator,
.vr-menu ul a:active > .sf-sub-indicator,
.vr-menu ul li:hover > a > .sf-sub-indicator,
.vr-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0; /* arrow hovers for modern browsers*/
}
