.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 0px;
}

.treeview .hitarea {
	background: url(images/treeview-default.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: 0px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }



/************************************************************************************************************
*************************************************************************************************************
/* LOOK HERE LUCAS */

ul.treeview {background-color:#01528A;width:175px;}
ul.treeview li ul {background-color:#01528A;}

.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif); }

/* SET THE DROP MENU ITEM HEADERS CSS HERE - THE ONES WITH THE PLUS SIGNS NEXT TO THEM */
.treeview-red li { background-image: url(images/treeview-red-line.gif);font-family:trebuchet ms; color:#ffffff; }

/* SET THE SUB MENU ITEMS AND DIRECT LINK MAIN MENU ITEMS HERE */
.treeview-red li span a{text-decoration:none; color:#ffffff;font-family:trebuchet ms; }
.treeview-red li span a:hover{color:red;}
