/* Root = Vertical, Secondary = Vertical */
ul#menuRight-v,
ul#menuRight-v li,
ul#menuRight-v ul {
  margin: 0;
  border: 0 none;
  padding: 0 0 4 0;
  width: 190px; /*For KHTML*/
  list-style: none;
}

ul#menuRight-v:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#menuRight-v li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#menuRight-v a {
  padding: 0 6px;
  display: block;
  background: transparent;
  color: #b2b2b2;
  font:  normal 11px/19px trebuchet ms, "Times New Roman", Times, serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  text-align:right;
}

/* Root Menu Hover Persistence */
ul#menuRight-v a:hover,
ul#menuRight-v li:hover a,
ul#menuRight-v li.iehover a {
  background-color:#5A95B5;
  color: #ffffff;
}

/* 2nd Menu */
ul#menuRight-v li:hover li a,
ul#menuRight-v li.iehover li a {
  background: #F5F6D6;
  color: #546509;
}

/* 2nd Menu Hover Persistence */
ul#menuRight-v li:hover li a:hover,
ul#menuRight-v li:hover li:hover a,
ul#menuRight-v li.iehover li a:hover,
ul#menuRight-v li.iehover li.iehover a {
  background: #E7E99A;
  color: #546509;
}

ul#menuRight-v ul,
ul#menuRight-v ul ul,
ul#menuRight-v ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menuRight-v li:hover ul ul,
ul#menuRight-v li:hover ul ul ul,
ul#menuRight-v li.iehover ul ul,
ul#menuRight-v li.iehover ul ul ul {
  display: none;
}

ul#menuRight-v li:hover ul,
ul#menuRight-v ul li:hover ul,
ul#menuRight-v ul ul li:hover ul,
ul#menuRight-v li.iehover ul,
ul#menuRight-v ul li.iehover ul,
ul#menuRight-v ul ul li.iehover ul {
  display: block;
}

