#tabs12{
	width: 100%;
	float: left;
	font: bold 12px verdana, tahoma, arial;
	border-bottom: 1px solid #aded7c;
}
#tabs12 ul{
	margin:0;
	padding: 0 10px 0 10px;
	list-style: none;
}
#tabs12 li{
	display: inline;
	margin: 0;
	padding: 0;
  }
#tabs12 a{
	float: left;
	background: url("../multimedia/tableft12.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#tabs12 a span{
	float: left;
	display: block;
	background: url("../multimedia/tabright12.gif") no-repeat right top;
	padding: 4px 8px 3px 6px;
	color: green;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs12 a span{
	float: none;
}
/* End IE5-Mac hack */
#tabs12 a:hover span{
	color: black;
}
#tabs12 a:hover{
	background-position: 0% -42px;
}
#tabs12 a:hover span{
	background-position: 100% -42px;
}
#tabs12 #disabled a:hover{
	background: url("../multimedia/tableft12.gif") no-repeat left top;
}
#tabs12 #disabled a:hover span{
	background: url("../multimedia/tabright12.gif") no-repeat right top;
	color: green;
}
#tabs12 #current a{
	background-position: 0% -42px;
	color: black;
}
#tabs12 #current a span{
	background-position: 100% -42px;
	color: black;
}