#tabcontainer {margin: 0;}

#tablist {padding: 3px 0;margin: 0;}

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

#tablist li a {
	padding: 3px 0.5em;
	margin-right: 2px;
	border-bottom: none;
	background: url(images/tab-off.gif);
background-repeat: no-repeat;
	text-decoration: none;}

#tablist li a:link {color: #FFFFFF; FONT-WEIGHT: bold; FONT-SIZE: 11px;padding-top: 5px; padding-bottom: 5px;}

#tablist li a:visited {color: #FFFFFF; FONT-WEIGHT: bold; FONT-SIZE: 11px;padding-top: 5px; padding-bottom: 5px;}

#tablist li a:hover {color: #FFFFFF; FONT-WEIGHT: bold; FONT-SIZE: 11px; background: url(images/tab-on.gif);background-repeat: no-repeat;padding-top: 5px; padding-bottom: 5px;}

#tablist li a.current {color: #FFFFFF; background: url(images/tab-on.gif);background-repeat: no-repeat;padding-top: 5px; padding-bottom: 5px;}