.treeview {
	margin: 0;
	padding: 0;
	width: 230px;
	/*background: white;*/
}

.treeview ul {
	display: none;	
}

.treeview li {
	list-style-type: none;
	padding: 0 0 0 10px;
	color: #9e2121;	
}

li.menuLevel1 a {
	font-size: 120%;
}

li.menuLevel2 a {
	font-size: 100%;
}

li.menuLevel1 {
	color: #9e2121;
	background: url('./images/menuL1bottom.gif') no-repeat -20px 15px;
	margin: 0 0 1px 0;
	padding: 0 0 1px 0;
	height: 15px /* fix it */
}

li.menuLevel1 ul li.menuLevel2 {
	margin: 2px 0 0 0;
}

li.menuLevel1 ul li.menuLevel2 a:link, li.menuLevel1 ul li.menuLevel2 a:active, li.menuLevel1 ul li.menuLevel2 a:visited {
	color: #9e2121;
	margin: 3px 0 3px 20px;
	padding: 0;
	background-color: white;
	text-decoration: none;
	border-bottom: 0px; 
}

li.menuLevel1 ul {
	padding: 2px 0 10px 0;
	background: url('./images/menuL1bottom.gif') no-repeat top center;
}

li.menuLevel1.higlite {
	background: none;
	height: auto;
	background: url('./images/menuL1bottom.gif') no-repeat bottom center;
}

li.menuLevel1 ul li.menuLevel2 a:hover {
	color: #9e2121;
	margin: 3px 0 3px 20px;
	background-color: white;
	text-decoration: underline;
	border-bottom: 0px; 
}



li.menuLevel1 a:link, li.menuLevel1 a:visited, li.menuLevel1 a:active {
	color: #9e2121;
	margin-left: 30px;
	padding-right: 5px;
	background-color: #e3e2e2;
	text-decoration: none;
	border-bottom: 1px solid #b1b1b1;
}

li.menuLevel1 a:hover {
	color: white;
	margin-left: 30px;
	background-color: #ed1c24;
}

li.higlite a:link, li.higlite a:visited, li.higlite a:active, li.higlite a:hover {
	color: white;
	margin-left: 30px;
	background-color: #ed1c24;
}


li.menuLevel1 ul li.higlite a:link, li.menuLevel1 ul li.higlite a:active, li.menuLevel1 ul li.higlite a:visited, li.menuLevel1 ul li.higlite a:hover {
	text-decoration: underline;
}











