@charset "UTF-8";
/* CSS Document */



div.tabs {
	font-size: 12px;
	font-weight: bold;
	background: #FFF;
	text-decoration: none;
	left: 0px;
	clip: rect(auto,auto,auto,0px);
}

a.tab {
	/*   background-image: url('http://gomowebwerx.com/images/iapeTabUNDER.jpg'); no-repeat; 
document.getElementById(current).style.background="background-image: url('image/arrow_sel.gif') no-repeat";

*/
 /* border: 1px solid #000000;
	border-bottom-width: 0px;*/
padding: 2px 2px 2px 2px;   this controls the tab dimensions  
  text-decoration: none;
	/*background: #DADDC9;*/
}

a.tab, a.tab:visited {
	color: #000000;
	text-decoration: none;
}

a.tab:hover {
  color: #483318;
  text-decoration: none;
}


/*
 * note that by default all tab content areas
 * have display set to 'none'
 */
div.tabContent {
/*
  padding: 4px;
  border: 0px solid #000000;
  background-color: #CCCCCC;
*/  
  display: none;
}
    

