.tabbedpane
{
	float:left;
	margin:0;
	padding:0;
}
.tabs
{
	display:inline;
	float:left;
	border:1px solid silver;
	border-bottom:0px solid silver;
	padding:6px;
	margin-right:6px;
	font-family:Tahoma;
	font-size:14px;
	color:#8c2004;
	height:20px;
	cursor:pointer;
}
li#tab1
{
	border:1px solid silver;
	border-bottom:1px solid white;
	border-top:2px solid #8c2004;	
	position:relative;
	z-index:2;
	top:0px;
	background-image:url(/cweb/images/top_grad_seo.jpg);
	background-repeat:repeat-x;
}
.tabpane
{
	border:1px solid silver;
	border-bottom:2px solid #8c2004;
	float:left;
	width:250px;
	top:-1px;
	position:relative;
	font-family:"Lucida Sans Unicode",Verdana;
	font-size:14px;
	background-image:url(lgrad.jpg);
	line-height:20px;
}