#xp_tab_container
{
	background-image: url(tab_images/bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	float: left;
}

#xp_tabs a
{
	color: #000;
	background: url(tab_images/left.jpg) left bottom no-repeat;
	text-decoration: none;
	padding-left: 10px;
	display:block;
}

#xp_tabs #tab_on a
{
	background: url(tab_images/left_on.jpg) left bottom no-repeat;
}

#xp_tabs a span
{
	background: url(tab_images/right.jpg) right bottom no-repeat;
	padding-right: 10px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 21px;
}

#xp_tabs #tab_on a span
{
	background-image: url(tab_images/right_on.jpg);
	z-index: 1;
}

#xp_tabs a, #xp_tabs a span
{
	display: block;
	float: left;
}

/* Hide from IE5-Mac \*/
#xp_tabs a, #xp_tabs a span
{
	float: none;
}
/* End hide */

#xp_tabs a:hover
{
	color: #000;
	background: url(tab_images/left_hover.jpg) left bottom no-repeat;
	padding-left: 10px
}

#xp_tabs a:hover span
{
	background: url(tab_images/right_hover.jpg) right bottom no-repeat;
	padding-right: 10px;
}

#xp_tabs ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#xp_tab_container ul
{
	list-style: none;
}

#xp_tabs li
{
	float: left;
	margin-left: 1px;
	margin-right: 1px;
	display: block;
	white-space: nowrap;
}