.tab-container {
  padding: 0px 0 10px;
  width: 100%;
}

.tab-items li {
  float: left;
  padding-left: 40px;
  margin: 0 5px 0 0;
  background: url(//d9zmjrm59k01g.cloudfront.net/1549-51386-tab-left.gif?pfvId=1gpn.firns6pn)  no-repeat top left;
  cursor: pointer;
  cursor: hand;
  list-style-type: none;
}
.tab-items li span {
  display: block;
  padding: 15px 40px 15px 0pt;
  background: url(//d3cz7oi6fhv94u.cloudfront.net/24a2-71386-tab-right.gif?pfvId=1gpp.firns6t3) no-repeat top right;
}
.tab-items li.first {
  margin-left: 5px;
}
.tab-items li.tab-selected,
.tab-items li.over {
  background: url(//d3cz7oi6fhv94u.cloudfront.net/6318-42386-tab-left-selected.gif?pfvId=1gpw.firo73i1) no-repeat top left;
  margin-bottom:-2px;
  border-bottom: 1px solid #e7e8ea;
}
.tab-items li.tab-selected span,
.tab-items li.over span {
  background: url(//d9zmjrm59k01g.cloudfront.net/c5a9-62386-tab-right-selected.gif?pfvId=1gpy.firo7dzp) no-repeat top right;
}
.tab-items ul {
  clear: both;
  margin: 0;
}
div.tab-content {
  background: url(//d3cz7oi6fhv94u.cloudfront.net/682f-91386-expanded2_bg.gif?pfvId=1gpr.firn9d5o) no-repeat top left;
  clear: both;
  padding: 20px 15px;
  width: 705px;
  overflow: hidden;
}


/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
