.tabs{
	margin:0px;
	padding: 0px;
	height:24px;
	background-image: url(../images/t07.gif);
	background-repeat: repeat-x;
	background-position: top;
	width:100%;
}
.tabs ul{margin:0px; padding:0px;}
.tabs li{ margin:0px; padding:0px ; list-style: none; float:left;}
.tabs li div{float:left;}
.tabs li div.med{
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	height: 15px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-weight: bold;
	color: #666666;
}
.tabs li.s div.l{
	background-image: url(../images/t01.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 3px;
}
.tabs li.s div.r{
	background-image: url(../images/t02.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 3px;
}
.tabs li.n div.l{
	background-image: url(../images/t03.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 3px;
}
.tabs li.n div.r{
	background-image: url(../images/t04.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 3px;
}
.tabs li.s div.med{ 
	background-image: url(../images/t05.gif);
	background-repeat: repeat-x;
}
.tabs li.n div.med{ 
	background-image: url(../images/t06.gif);
	background-repeat: repeat-x;
}
.tabsContent{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	clear:both;
	top:-4;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
}
