
#navcontainer
{
	margin: 0px;
	padding: 0px;
	font: normal 11px Trebuchet MS;
}

ul#navlist
{
	background: #999;
	text-align: left;
	list-style: none;
	padding: 1px;
	margin: 0px;
}

ul#navlist li
{
	display: block;
	margin: 0px;
	padding: 0px;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 2px;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #555;
	font-weight: bold;
	text-decoration: none;
	background: #eee;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	color: #3F75A2;
	font-weight: bold;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	font-weight: bold;
	text-decoration: underline;
	background: white;
	border-color: #aaab9c #fff #fff #ccc;
}

.products table td {
	font: normal 11px Trebuchet MS;
}

.products tr.header td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}