#tabs {
	width:100%;
	line-height:normal;
	overflow:hidden;
	}

#tabs ul {
 float:right;

	margin:0;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("images/pagebg.png") no-repeat center top;
	margin:0;
	padding:2px 2px 0 0;
	text-decoration:none;
	display:block;
	color:#FFF;
	width:25px;
	text-align:center;
	line-height:25px;
	vertical-align: text-bottom;
	}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */

#tabs a:hover, #tabs a.fix {
	background:url("images/pagebg2.png") no-repeat center top;
	color:#000000
	}


