#menu{ margin-bottom: 30px;  -webkit-user-select:none; -moz-user-select:none; color:#fff;}
#menu a{ text-decoration: none;}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview ul {
	margin-top: 4px;
	display: none;
}
.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 6px;
	font-size: 18px;
	line-height: 1.4em;
}
.treeview li li{
	font-size: 14px;
}
.treeview li li li{
	font-size: 11px;
	font-weight: normal;
}
.treeview .selected {
	color: #3b5998;
}
#treecontrol { margin: 1em 0; display: none; }
.treeview .hover, .treeview span:hover { color: #3b5998; cursor: pointer; }
