.tabberlive .tabbertabhide
{
	display:none;
}

.tabberlive {
	position:relative;
	left:0px;
	top:0px;
	height:342px;
	width:635px;
	background-image:url(../images/slid_left_bg.gif);
}
.tabberlive img
{
	width:635px;
	height:342px;
}
ul.tabbernav
{
 margin:0;
 font: bold 12px Verdana, sans-serif;
 position:absolute;
 bottom:0px;
}

ul.tabbernav li
{
 list-style: none;
 float:left;
 margin:0;
 padding:0;
 text-align:center;

}
ul.tabbernav li a
{
 line-height:32px;
 text-decoration: none;
 background-image:url(../images/links1.gif);
 display:block;
 height:100%;
 width:158px;

}

ul.tabbernav li a:link
{
	color:#FFFFFF;
	cursor:text;
}
ul.tabbernav li a:visited{
	color:#FFFFFF;
	cursor:text;
}

ul.tabbernav li a:hover
{
	/* background-image:url(../images/links2.gif);*/
	 color:#FFFFFF;
	 cursor:text;
 
}

ul.tabbernav li.tabberactive a
{
	background-image:url(../images/links2.gif);
	color:#FFFFFF;
}

ul.tabbernav li.tabberactive a:hover
{
  background-image:url(../images/links3.gif);
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .moduletable {
 padding:0px;
 position:absolute;
 width:100%;
 top:0px;
 border-top:0;
}


/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .moduletable h2 {
 display:none;
}
.tabberlive .moduletable h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .moduletable {
 height:200px;
 overflow:auto;
}
