body.menu {
	background-color: #E5E1DE;
	border-top: solid 3px white;
}

div.mainmenu {
	margin: 5px 20px 20px 22px;
}

div.usermenu {
	background-color: #56493C;
	padding: 15px 20px 5px 22px;
}

div.usermenu * {
	color: #FFFFFF;
}

div.usermenu ul {
	list-style-image: url(../pics/bullet_usermenu.gif);
}

a {
	color: #56493C;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
}

hr {
	background-color: #56493C;
	color: #56493C;
}

ul.treeview {
	list-style-image: url(../pics/bullet.gif);
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 20px;
	padding: 0px;
}

.treeview ul {
	/*CSS for Simple Tree Menu*/
	margin-left: 0px;
	padding-left: 20px;
}

.treeview li {
	line-height: 2em;
}

.treeview * li {
	/*Style for LI elements in general (excludes an LI that contains sub lists)*/
	line-height: 1.2em;
	padding-bottom: 3px;
}

.treeview li.submenu {
	/* Style for LI that contains sub lists (other ULs). */
	cursor: hand !important;
	cursor: pointer !important;
}

.treeview li.submenu ul {
	/*Style for ULs that are children of LIs (submenu) */
	display: none;
	/*Hide them by default. Don't delete. */
}

.treeview .submenu ul li {
	/*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

