.treeview ul {
	margin:0px;
	list-style-position:outside;
	list-style-type: none;
	padding: 0px;
	color: #663300;
 }
.treeview li {
	margin:0px;
	list-style-position:outside;
	list-style-type: none;
	padding: 0px;
	line-height: 18px;
 }

.treeview li.submenu{
	background:    url("../template_images_E/closed2.gif") no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
	padding-left: 22px;
}


.treeview li.submenu ul{
	display: none;
}

.treeview .submenu ul li{
	cursor: default;
	background-image:    url("../template_images_E/document2.gif");
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 1.5em;
	line-height: 18px;
}
#treemenu1 {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-weight: normal;
}
.treeview li a:link {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
.treeview li a:visited {
	color: #8F4D00;
	text-decoration: none;
	font-weight: normal;
}
.treeview li a:hover {
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #996600;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #996600;
	background-color: #FFFFCC;
}
.treeview li a:active {
	color: #006600;
}

