/* Tabbed menu by www.cart-lab.com */

table#tablist {
	padding: 0;
	margin: 0;
}

table#tablist td {
	white-space: nowrap;
}

table#tablist td.nbsp {
	border-bottom: 1px solid #94ABC8;
}

table#tablist td a {
	vertical-align: middle;
	height: 25px;
	display:table-cell;
	padding: 0 15px;
	border: 1px solid #94ABC8;
	background: #A3CDF9 url(images/new/tab_bg.gif) repeat-x;
	text-decoration: none;
	color: #084781; 
	font-weight: bold;
}

table#tablist td a:hover {
	color: #084781;
	background: white;
	border-color: #94ABC8;
}

table#tablist td a.current {
	background: white;
	color: #084781;
	border-bottom: 1px solid white;
}

.tabcont {
	border: 1px solid #94ABC8;
	border-top: none;
	padding: 0;
	margin: 0;
}

