/* Catalog tabs */
.tab-nav
{
	margin: .5em 6px 0;
	padding: 0;
}

.tab-nav li
{
	background: url("tab.gif") no-repeat left top;
	display: block;
	float: left;
	margin: 0 1px;
	position: relative;
	top: 3px;
}

.tab-nav li.current
{
	background-image: url("currenttab.gif");
	margin: 0;
	top: 1px;
}

.tab-nav a
{
	/*background: url("subtab-right.png") no-repeat right top; */
	font-size: 1.2em;
	display: block;
	min-height: 25px;
	min-width: 137px;
	padding: 2px 4px 0px;
	text-align: center;
	white-space: nowrap;
}

.tab-nav a:before /* Circumvent an Opera bug */
{
	content: "";
	* display: block; *
	width: 137px;
	height: 0;
}

.tab-nav li.current a
{
	/* background-image: url("subtab-current-right.png"); */
	font-weight: bolder;
/*
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
*/
}

.tab-nav a:focus:active, .tab-nav a:focus:hover
{
	outline: 0;
}

.tab-nav a:link, .tab-nav a:visited
{
	color: #006CB7;
	text-decoration: none;
}
