/* copper color = #B97D64;*/
/* green color = #4E6843;*/
/* dark gold = #C7B561;*/
/* light cream = #F5F0DA;*/
/* poop color = #987D54;*/
/* chocolate color = #593927;*/
#nav-left
{
	margin: 0px;
	padding: 0px;
	background: #987D54;
	width: 160px;
}
#nav-left ul
{
	margin: 0;
	padding: 0;
}

#nav-left ul #nav-left li
{
	display: block;
	margin: 0;
	padding: 0;
}

#nav-left li
{
	list-style-type: none;
	width: 160px;
}

#nav-left li a
{
	display: block;
	font-size: 13px ;
	font-family: Arial Narrow , Arial , Helvetica , Verdana;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	color: #F5F0DA;
	text-decoration: none;
	text-transform: uppercase;
}

#nav-left li.selected
{
	background-color: #593927;
}

/*#nav-left ul li.hasChildren.selected,
#nav-left ul li.selected.hasChildren {
 background-color:#4D5154;
}*/

#nav-left ul li.selected ul li a
{
	background-color: #987D54;
}
/* highlights the items as you hover over them*/
#nav-left ul li.selected ul li a:hover, #nav-left ul li.selected ul li a.selected
{
	background-color: #B97D64;
	border: 0px solid #B97D64;
}

#nav-left ul li a
{
	text-indent: 8px;
}
/* the default selected item color*/
#nav-left ul li a:hover, #nav-left ul li a.selected
{
	background-color: #593927;
}

#nav-left ul li ul
{
	display: none;
}

#nav-left ul li.selected ul
{
	display: block;
}

#nav-left ul li li a
{
	/* sub-nav items */
	text-indent: 16px;
}
