.stVMenu {
}

.stVMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

.stVMenu li {
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align:left;
}

.stVMenu li a {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:9px;
  background-image:url(../image/menu/menu_item.gif);
  display: block;
  padding: 5px 0px 0px 25px;
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  font-weight: bold;
  height:23px;
  text-transform:uppercase;
}

/* NE Only*/
html>body .stVMenu li a {
  width: auto;
  height:18px;
  padding: 5px 0px 0px 25px;
}

.stVMenu li a:hover {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:9px;
  background-image:url(../image/menu/menu_item_on.gif);
  color: #FFFFFF;
  font-weight: bold;
  padding: 3px 2px 4px 26px;
}

/* NE Only*/
html>body .stVMenu li a:hover {
  width: auto;
  height:16px;
  padding: 3px 2px 4px 26px;
}

.stVMenu .stVMenu-current {
}

.stVMenu .stVMenu-current a {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:9px;
  color: #FFFFFF;
  font-weight: bold;
}

.stVMenu .stVMenu-current a:hover {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:9px;
  color: #FFFFFF;
  font-weight: bold;
}

