/* Tabbed menu by www.cart-lab.com */

#tablist { padding: 3px 0; margin-left: 0; margin-bottom: 4px; }

#tablist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#tablist li a { font-weight: bold; padding: 6px 0.5em 7px; margin-left: 5px; background: #999999; text-decoration: none; border-top: 1px solid #000000; border-right: 1px solid #000000; border-left: 1px solid #000000; border-bottom-style: none; border-bottom-width: 1px; }

#tablist li a:link { 
	color: #000000; 
}

#tablist li a:visited { 
	color: #000000; 
}

#tablist li a:hover { color: #d50000; font-weight: bold; background: #999999; text-decoration: underline; border-color: #000000; }

#tablist li a.current { background: #ffffff; color: #000000; border-bottom: 1px solid #ffffff; outline: none; }
