﻿/* TabBar (Gradient Fill Anchor Tabs) */
#tabs10 {
	vertical-align:top;
	text-align:left;
	line-height:normal;
	vertical-align:top;
	padding-left:0px;
}
#tabs10 a span {
	float:left;
	display:block;	
	padding:8px;
	padding-top:10px;
	padding-right:8px;
	font-family:Sans-Serif;
	font-size:14px;
}
#tabs10 a 
{
/*	background-image:url(images/tabbar2.png); */
background-color:black;border-right:thin white solid; height:35px;
	background-repeat:repeat-x;	
	border-bottom:solid 1px #000000;
 	float:left;
	text-decoration:none;	
	color:#ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs10 a span {
	float:none;
	text-decoration:none;
	color:#ffffff;font-size:14px;font-weight:bolder;
	/* color:#c0c6b8;font-size:14px;font-weight:bolder;	*/
}

/* End IE5-Mac hack */
#tabs10 a:hover {
	background-position:0% -42px;
	text-decoration:none;	
	color:#c0c6b8;
}
#tabs10 a:hover span {
	background-position:0% -42px;
	text-decoration:none;	
	color:#c0c6b8;
}
#tabs10 #current a {
	background-position:0% -42px;
}
#tabs10 #current a span {
	background-position:0% -42px;
}
