.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F5F5DC;
	text-decoration: underline;
	background-color: #2E1806;
        cursor: pointer;
        cursor: hand;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3D1B2E;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #2E1806;
	line-height: 16px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D1B2E;
	text-decoration: underline;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #829667;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2E1806;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #829667;
	text-decoration: underline;
}
td.menu-item {
	color: #fff;	
}

td.menu-item-hover {
	background: #829667;
	font-size: 12px;
	font-weight: bold;
	color: #f5f5dc;
}

td.menu-item-selected {
	background: #829667;
	font-size: 14px;
	font-weight: bold;
	color: #2e1806;
}

td.submenu-item {
	background: #829667;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #f5f5dc;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}