#tabs {
	float:left;
	width:100%;
	/*background:#DAE0D2 url("/img/tab_bg.gif") repeat-x bottom;*/
	font-size:90%;
	line-height:normal;
	}
#tabs ul {
	margin:0 0 0 213px;
	width:779px;
	padding:10px 3px 0;
	list-style:none;
	}
#tabs li {
	float:left;
	width:129px;
	margin:0;
	padding:0;
	}
#tabs a {
	float:left;
	width:129px;
	display:block;
	background:url(/img/r.gif) no-repeat left top;
	padding:2px 4px 2px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
	overflow:hidden;
	white-space: nowrap;
	text-align: left;
	}
    /* Commented Backslash Hack
	 hides rule from IE5-Mac \*/
#tabs a {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover { color:#333; }
#tabs #current a {
	background:url(/img/on.gif) no-repeat left top;
	border-width:0;
	}
