#cntTabs {
	position:relative;
	top:1px;
	left:0px;
	height:27px;
	margin:0px;
	padding:0px;
	z-index:1;
	width:720px;
	overflow:hidden
}
#cntTabs .current a {
	background-color:#ffffff; 
	background:url(../images/tab-left-current.gif) no-repeat right top;
	background-position:0px 0px;
}
#cntTabs .current a span {
	font-weight:bold;
	height:16px;
	background:url(../images/tab-right-current.gif) no-repeat right top;
	background-position:100% 0px;
}
#cntTabs .current font {color:#333333}
#cntTabs a {
	background-color:#aaaaaa; 
	float:left;background:url(../images/tab-left.gif) no-repeat left top;
	margin:0px;
	padding:0px 0px 0px 9px;
	text-decoration:none;
	background-position:0px 0px;
	cursor:pointer;
}
#cntTabs a span {
	font-weight:bold;
	float:left;
	display:block;
	background:url(../images/tab-right.gif) no-repeat right top;
	background-position:100% 0px;
	padding:5px 13px 6px 0px;
	cursor:pointer;
}
#cntTabs font {
	text-align:center;
	font-family:Arial;
	font-size:12px;
	border:none;
	position:relative;
	display:inline;
	color:#ffffff;
}
#cntTabs img {
	border:none;
	position:relative;
	top:0px;
	display:inline;
}
#cntTabs table {border-collapse:collapse;}
#cntTabs td {
	border:none;
	padding:0px;
}
#cntTabsCnt {
	border:solid 1px #999999;
	margin-right:0px;
	padding:5px 0px 0px 5px; 
	overflow:visible;
}
