div#outer-main .treeview, div#outer-main .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

div#outer-main .treeview ul {
	font-size: 1em;
}

div#outer-main .treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

div#outer-main .treeview li { 
	margin: 0;
	padding: 2px 0 2px 0;
	color: #fff;
}

div#outer-main .treeview li li { 
	margin: 0;
	padding: 0 20px;
	color: #444;
}

div#outer-main .treeview a
{
	display: block;
	font-weight: bold;
	color: #fff;
	width: 230px;
	padding: 6px 10px;
	background: url(../media/images/sec-nav-bg.png) left top no-repeat;
	text-decoration: none;
}

	div#outer-main .treeview a:hover
	{
		color: #fff;
		background-position: right top;
	}

div#outer-main .treeview a.selected {
	color: #fff;
	background-position: right top; 
	cursor: default;
}
	
	div#outer-main .treeview a.selected:hover
	{
		cursor: default;
	}

div#outer-main .treeview .hover { color: #fff; background-position: right top; cursor: pointer; }

div#outer-main .treeview li { }
div#outer-main .treeview li.collapsable, div#outer-main .treeview li.expandable { }

div#outer-main .treeview .expandable-hitarea { }

div#outer-main .treeview li.last { }

div#outer-main .treeview ul li a { width: 210px; background: none 0; font-weight: normal; color: #444;}

div#outer-main .treeview ul li a:hover { color: #f60; }

div#outer-main .treeview ul li a.selected { color: #f60; cursor: default; }