/* ID selectors */
#navBar
{
	margin-bottom: 0px;
	height: 25px;
	background-color: #EDEDED;
}
#navBar a
{
	text-decoration: none;
	font-weight: bold;
	width: 100px;
	display: block;
}
#filler
{
	border-width: 3px;
	float: left;
	width: 235px;
	border-bottom: solid;
	border-color: #DCD2C8;
	border-left: none;
	padding-bottom: 4px;
	_padding-bottom: 5px;  /* IE hack */
	margin-left: -3px; /* Hack to avoid missing piece in tab border corners */
}

/* Class selectors */
.onState,.offState
{
	float: left;
	width: 100px;
	border-width: 3px;
	border-top: solid;
	border-right: solid;
	border-color: #DCD2C8;
	text-align: center;
	_padding-bottom: 1px;  /* IE hack */
}
.offState
{
	border-bottom: solid;
	margin-left: -3px; 		/* Hack to avoid missing piece in tab border corners */
	border-left: solid;		/* Hack to avoid missing piece in tab border corners */
	border-color: #DCD2C8;
}
.onState
{
	border-bottom: none;
	background-color: #FFFFFF;
	padding-bottom: 3px;
	_padding-bottom: 4px;
}
.onState a
{
	color: #EE3024;
}
.offState a
{
	color: #666666;
}
.onState a:visited
{
	color: #EE3024;
}
.offState a:visited
{
	color: #666666;
}
.offState a:hover
{
	color: #EE3024;
}