/* $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 { }
.tabberlive { margin-top: 1em; }

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	
	border-bottom: 7px solid #707070;
	
	display: block;
	
	float: left;
	
	width: 100% /*width of entire menu */;
	
	margin: 0 0 .5em 0 /*margin underneath menu*/;
	
	padding: 0;
	
	list-style: none;
	
	list-style-type: none;
	
	position: relative;
	
	z-index: 2;
	
	white-space: nowrap;

	}


	
ul.tabbernav a {

	background: url(../../../doss1/webteam/wireframes/styles/_core/images/tabmenu_bg_inactive_lt.gif) no-repeat left top;
	
	padding: 0.3em 1.2em 0.1em /*padding within tab*/;

	color: white;

	}
	
ul.tabbernav a:hover { text-decoration: none; }



ul.tabbernav li {

	background: url(../../../doss1/webteam/wireframes/styles/_core/images/tabmenu_bg_inactive_rt.gif) no-repeat right top;

	float: left;

	margin: 0 2px 0 0 /*gap between menu tabs*/;

	padding: 0;

	padding-top: .2em;

	}


	
ul.tabbernav li.tabberactive {
background: url(../../../doss1/webteam/wireframes/styles/_core/images/tabmenu_bg_active_rt.gif) right top no-repeat;
	}



ul.tabbernav li.tabberactive a {

	background: url(../../../doss1/webteam/wireframes/styles/_core/images/tabmenu_bg_active_lt.gif) no-repeat left top;

	font-weight: bold;

	}
	
div.tabbertab	h3	{
	position: absolute;
	left: -20000px;
	}