.treemenu {
	margin : 0px 0px;
	padding : 10px;
	list-style : none;	
	width : 200px;
	line-height:15px;

}

.treemenu ul {
	list-style : none;
	margin : 0px 5px;
	padding : 0px 7px;
}

.treemenu li {
	display : inline;
}

.treemenu a {
	display : block;
	padding-left : 12px;
	text-decoration : none;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#4f4f4f;
}

.treemenu a:hover {
	display : block;
	padding-left : 12px;
	text-decoration : none;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#5879ab;
}

.treemenu a.selected {
	display : block;
	padding-left : 12px;
	text-decoration : none;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#58ab72;
}

/*.level1:link, .level1:visited{
	font-weight:normal;
	text-decoration: none;
}
.level1:hover, .level1:active{
	font-weight:normal;
	font-family:verdana;
	font-size:10px;
	text-decoration: none;
	background-color:#e4eff6;
}

.level2:link, .level2:visited{
	font-weight:normal;
	text-decoration: none;
	background-color:#00CC00;
}
.level2:hover, .level2:active{
	font-weight:normal;
	text-decoration: none;
	background-color: #993333;
}*/

.treemenu .treeopen {
	/*background-image : url('open.gif');
	background-repeat : no-repeat;
	background-position : left;
	*/
}		

.treemenu .treeclosed {
	/*background-image : url('closed.gif');
	background-repeat : no-repeat;
	background-position : left;*/
}
