﻿/*Tabs*/


#tabs {
	float:left;
	font-size:93%;
	line-height:normal;
}
#tabs ul {
	margin:0;
	padding:0px 5px 6px 0px;
	list-style:none;
}
#tabs li {
      display:inline;
      margin:0;
      padding:0;
}
#tabs a {
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
	text-decoration:none;
	background-image: url(/images/buttons/tab_test_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#tabs a span {
	float: left;
	display: block;
	padding: 5px 12px 4px 6px;
	color: #666;
	background-image: url(/images/buttons/tab_test_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight: bold;
}
#tabs a:hover {
	float:left;
	margin:0;
	padding:0 0 0 8px;
	text-decoration:none;
	background-image: url(/images/buttons/tab_test_left2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
}
#tabs a:hover span {
	float:left;
	display:block;
	padding:5px 12px 4px 6px;
	color:#FFFFFF;
	background-image: url(/images/buttons/tab_test_right2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#tabs a span {float:none;}

/* End IE5-Mac hack */




