/* -------------------------------------------------------------------------- */
/*  Left Nav Rules                                                            */
/* -------------------------------------------------------------------------- */

div.navheader
{
	height: auto;
	width: 145px;
	background: #992f1d;
	margin-bottom: 0px;
}

div.navbody
{
/*	width: 125px; */
	background: #DCDCBA;
	padding: 0px;
	margin: 0px;
; color: #E8E1E3
}

div.subcategory
{
/*
	font-weight: bold;
	color: #666666;
	font-size: 10px;
	text-align: left;
	padding-bottom: 3px;
*/
	font-weight: bold;
	font-size: 10px;
	text-align: left;

	background-color: #F7F5F0;
	border-bottom: 1px #fff solid;
	padding: 6px 10px;
	color: #636332;
}

div.subnavitem
{
	font-weight: bold;
	color: #626231;
	font-size: 10px;
	text-align: left;
	padding-bottom: 10px;
}

div.list
{
	font-weight: normal;
	color: #56562C;
	font-size: 10px;
	text-align: left;
	padding: 3px 0px 3px 10px;
; background-color: #992f1d
}

table.main td.leftnav div.navheader
{
	border-bottom: solid 1px #ffffff;
}
