#tabBox {  width:100%  }
#tabSet {
	margin: 0;
	padding: 0 0 0 12px;
	height: 36px;
	width: auto;
	background: url(images/tabber/tab-bkg.gif) bottom left repeat-x;
}
#tabSet li {
	list-style-type: none;
	background: url(images/tabber/tab-off-l.gif) top left no-repeat    !important;
	float: left;
	margin: 0 6px 0 0 !important;
	padding: 0 0 0 12px !important;
	cursor: pointer;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}	
#tabSet li a {
	background: url(images/tabber/tab-off-r.gif) top right no-repeat    !important;
	display: block;
	float: left;
	height: 34px;
	line-height: 36px;
	*overflow: hidden;
	color: #545454;
	font-size:18px;
	font-weight: normal;
	padding: 2px 12px 0 0;
	text-decoration: none;
}

#tabSet li.on {
	background: url(images/tabber/tab-on-l.gif) top left no-repeat    !important;
}	
#tabSet li.on a {
	background: url(images/tabber/tab-on-r.gif) top right no-repeat    !important;
	color: #333;
}

#panelSet, div.panelSet {
	padding: 10px 20px 20px 20px;
	border:solid 1px #ccc;
	border-top: 0px;
	background: #fbf9f5;
	clear:right;
	
}

