@charset "utf-8";
/* CSS Document */

#toptabs
{
	float:right;
	line-height:normal;
	padding-top: 54px;
}
#toptabs ul
{
 	margin:0;
 	padding:0px 0px 0px 120px;
 	list-style:none;
}
#toptabs li
{
 	display:inline;
 	margin:0;
 	padding:0;
}
#toptabs a
{
 	float:left;
 	background:url("../../images/tableft1top.gif") no-repeat left top;
 	margin:0;
 	padding:0 0 0 4px;
 	text-decoration:none;
}
#toptabs a span
{
	float:left;
	display:block;
	background:url("../../images/tabright1top.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	font-weight: normal;
	color:#d39a00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#toptabs a span
{
	float:none;
}
/* End IE5-Mac hack */
#toptabs a:hover span
{
	font-weight: normal;
	color:#000000;
}
#toptabs a:hover
{
 	background-position:0% -42px;
}
#toptabs a:hover span
{
 	background-position:100% -42px;
}