#tablist{
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	text-align: right;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	padding-top: 3px;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-right: 3px;
	background-color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#tablist li a:link, #tablist li a:visited{
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #000;
	font-size: 13px;
}

#tablist li a:hover{
	color: #FFF;
	background-color: #333;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#tablist li a.current{
	background-color: #333;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
