.denied {
	color: #9F3800;
}

/* root level */
.menu_level1, .menu_level1 a {
	font-size: 15px;
	font-weight: bold;
}

.menu_level1 a:hover {
	text-decoration: none;
}

/* secont level */
.menu_level2, .menu_level2 a {
	font-size: 14px;
	font-weight: normal;
}

.menu_level2 a:hover {
	text-decoration: none;
}

/* other levels */
.menu_level3, .menu_level3 a {
	font-size: 12px;
	font-weight: normal;
}

.menu_level3 a:hover {
	text-decoration: none;
}

.treeview * {
	font-family: Arial, Helvetica, sans-serif;
	color: #0a5da2;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/bitrix/templates/main/img/menu/treeview-cpz.gif) -64px -25px no-repeat;
	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: 4px 0px 4px 10px;
}

.treeview .selected, .treeview .selected a {
	color: #000;
	font-weight: bold;
	text-decoration: none
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }

.treeview li { background: url(/bitrix/templates/main/img/menu/treeview-cpz-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/bitrix/templates/main/img/menu/treeview-cpz.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }