@CHARSET "ISO-8859-1";

.tabberlive ul.tabbernav{
  padding: 0 !important;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  font: bold 12px Verdana;
  list-style-type: none;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
  float: left;
  width: 100%;
}

ul.tabbernav li {
  float: left;
  width: 183px;
}

.twotabs ul.tabbernav li {
  width: 275px;
}

.tabberlive li {
  display: inline;
  margin: 0 !important;
}

ul.tabbernav li a {
  text-decoration: none;
  padding: 6px 0 !important;
  margin-right: 0 !important;
  background: white url(images/partner/tab.gif) top left repeat-x !important;
  text-align: center;
  width: 100%;
  display:block;
}

ul.tabbernav li a:visited{
color: #2d2b2b;
}

ul.tabbernav li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

ul.tabbernav li.tabberactive {
  width: 184px;
}

.twotabs ul.tabbernav li.tabberactive {
  width: 275px !important;
}

ul.tabbernav li.tabberactive a { /*selected main tab style */
  background-image: url(images/partner/tab_active.gif) !important;
}

ul.tabbernav li.tabberactive a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabberlive .tabbertab {
  clear: both;
  background: url(images/partner/tab_background.jpg) repeat-x !important;
  padding: 25px 10px 10px;
  text-align: justify;
  height: 1%;
  word-wrap: normal;
}

.tabberlive .tabbertabhide,
.tabberlive .tabbertab h3 {
	display: none;
}