@charset "UTF-8";
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
 display:none;
}
.tabberlive {
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	width:530px;
	margin:0;
	padding:0;
	overflow:hidden;
}

ul.tabbernav li {
 display: inline;
}

ul.tabbernav li a {
	float:left;
	height:30px;
	display:inline;
	margin-right:1px;
	overflow:hidden;
	text-indent:-999em;
	background-repeat:no-repeat;
	cursor:pointer;
	}
	#newstubnav1 { background-image:url(../images/topnews_tb1.gif); width:87px; }
	#newstubnav2 { background-image:url(../images/topnews_tb2.gif); width:86px; }
	#newstubnav3 { background-image:url(../images/topnews_tb3.gif); width:86px; }
	#newstubnav4 { background-image:url(../images/topnews_tb4.gif); width:86px; }
	#newstubnav5 { background-image:url(../images/topnews_tb5.gif); width:86px; }
	#newstubnav6 { background-image:url(../images/topnews_tb6.gif); width:86px; }


ul.tabbernav li.tabberactive a
{
}

ul.tabbernav li.tabberactive a:hover
{
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:10px;
	zoom:1;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h4 {
 display:none;
}

#tabcontent1 { background-color:#779DC8; }
#tabcontent2 { background-color:#C77678; }
#tabcontent3 { background-color:#ADC776; }
#tabcontent4 { background-color:#C79E76; }
#tabcontent5 { background-color:#76C7B5; }
#tabcontent6 { background-color:#7A76C7; }

