#tabs { 
	text-decoration: none;
	margin-top:0;
	position:relative;
	height: auto;
	padding:0;
	clear: both;
}
#tabs ul, #tabs ul li, #tabs ul li a, #tabs ul li static  { margin: 0; }
#tabs ul li a.active {
	/*background: url(/css/menu/images/menubg_h.gif) repeat-x 0% 0% ;*/
}
#tabs #tab-content {
	padding: 10px 20px; 
}
#tabs div {
	clear: both;
	min-height: 100px;
}
#tabs #tab-content div h3 {
	margin-bottom: 0.8em;
}
