@charset "utf-8";
/* CSS Document */
#leftnav #subnav li {
	/* This is background color of subnav menu header */
	background-color: #ad9947;
}
#leftnav #subnav li a {
	/* This is background color of subnav menu items */
	background-color: #deca6b;
	/* This is the text color for the menu items */
	color: #223448;
}
#leftnav #subnav li a:hover {
	/* This is background color of subnav menu items on hover */
	background-color: #f0e7bc;
}
