
#tablist{
padding:  0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
font: bold 15px Verdana;
}

#tablist li{
list-style: none;
display: block;
font: bold;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 0px solid #909000;
border-bottom: none;

color: white;
font: bold;
}

#tablist li a:link, #tablist li a:visited{
color: none;
text-decoration: none;
}
#tablist li a:hover{
font:bold;


color: red;
}

#tablist #category{
color: orange;
text-decoration: bold;
font:bold 15px Arial;


}

#tablist li a.current{

color: navy;
text-decoration: none;
font:bold;
}

#tabcontentcontainer li a{
width:480px;
height:20px;
color: #909000;
font:bold;
border: none;
}
.tabcontent {
display:none;
color: #909000;
font:bold;
}

.tabcontent a:hover{
font:bold;
color: red;
background: #800000;
border-left: 0px groove #ACACFF;
border-bottom: 0px ridge blue;
}

#navigation #currentpage a {
	background: #fff;
	color: #333;
	}


