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

.tab-items li {
  float: left;
  padding-left: 40px;
  margin: 0 5px 0 0;
  background: url(/resources/dyn/files/68315z5b22273a/_fn/tab-left.gif)  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(/resources/dyn/files/68317zb52c4616/_fn/tab-right.gif) no-repeat top right;
}
.tab-items li.first {
  margin-left: 5px;
}
.tab-items li.tab-selected,
.tab-items li.over {
  background: url(/resources/dyn/files/68324z708446f/_fn/tab-left-selected.gif) 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(/resources/dyn/files/68326ze9062543/_fn/tab-right-selected.gif) no-repeat top right;
}
.tab-items ul {
  clear: both;
  margin: 0;
}
div.tab-content {
  background: url(/resources/dyn/files/68319z52946b11/_fn/expanded2_bg.gif) no-repeat top left;
  clear: both;
  padding: 20px 15px;
  width: 705px;
  overflow: hidden;
}


div.cms-popup-content {
  text-align: center;
}
div.inner_con {
  border: thick #ccc solid;
  background: white;
}
div.pb_popup_background {
  opacity: 0.65;
  background: black;
  filter:alpha(opacity=65);
}
div.content_loading {
  background-image: url(/_resources/all/docroot/cms/icons/loading-grey.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
div.cms-popup-control {
  cursor: pointer;
  cursor: hand;
}
.cms-popup-component .inner_con .clear-float{
  line-height: 0px;
  font-size: 0px;
}
div.cms-popup-close {
  width: 100%;
  text-align: right;
}
div.cms-popup-close button {
  margin: 0 2px;
  padding: 0;
  border: 2px #ccc solid;
  border-width: 0 1px 1px 1px;
  background: #eee;
  font: bold .9em Arial;
  color: #999;
  cursor: pointer;
  cursor: hand;
}
div.cms-popup-close button:hover,
div.cms-popup-close button.focused {
  color: #333;
}
#close_con1.cms-popup-close {
  display: none;
}
/* 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;
}
