#tabs {
	margin-left: 0px;
	padding-left: 0px;
}

#tabs a {
	color: #000;
	background: url(/ava/pix/tabs/tab_top_ll.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
}

#tabs a span {
	background: url(/ava/pix/tabs/tab_top_r.gif) right top no-repeat;
	padding-right: 10px;
	padding-top: 4px;
}

#tabs a, #tabs a span {
	display: block;
	float: left
}

/* Hide from IE5-Mac \*/
#tabs a, #tabs a span {
	float: none
}
/* End hide */

#tabs a:hover {
	background: url(/ava/pix/tabs/tab_top_ll_on.gif) left top no-repeat;
	padding-left: 10px;
}

#tabs a:hover span {
	background: url(/ava/pix/tabs/tab_top_r_on.gif) right top no-repeat;
	padding-right: 10px;
}

#tabs ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px #f8f8f8;
}

#tabs li {
	background: url(/ava/pix/tabs/tab_top.gif) top repeat-x;
	list-style: none;
	float: left;
	margin: 0;
	height: 15px;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 11px;
}

#tabs li:hover {
	background: url(/ava/pix/tabs/tab_top_on.gif) top repeat-x;
	font-weight: 400;
}
/* 	font-style: oblique; */

/* set it on... or try to */
#tabs .on a {
	color: #333;
	background: url(/ava/pix/tabs/tab_top_ll_on.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	font-weight: 400;
}
#tabs .on a:hover {
	font-weight: 400;
}

#tabs .on a span {
	background: url(/ava/pix/tabs/tab_top_r_on.gif) right top no-repeat;
	padding-right: 10px;
	padding-top: 4px;
}
/* */

#tabsLine {
	width: 100%;
	background: url(/ava/pix/tabs/tab_top.gif) top repeat-x;
	height: 5px;
	margin-top: 3px;	
}