.treeview ul {}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

.treeview div.hitarea {
	background:url(../images/sl_1ico.png) no-repeat;
	height: 15px;
	width: 15px;
	margin-left:160px;
	*margin-left:150px;
	margin-top:3px;
	float: right;
	cursor: pointer;
	position:absolute;

}
/* fix for IE6 */
* html div.hitarea {
	background: #fff;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}

.treeview li {
	background: url(../images/sl_1line.png) no-repeat scroll bottom;
	line-height:21px;
	margin: 0;
	padding:0px;
	width:204px;
    *width:204px;
}
.treeview li span{ display:block;}
.treeview li ul{ display:none;}
.treeview li ul li{ border:0px; line-height:18px; padding-left:8px; background:none; margin:0 auto 5px 10px; background:url(../images/icon4.gif) no-repeat 0 3px;}
.treeview li ul li span{ background:none;}
.treeview a{ text-decoration:none; color:#164795; font-size:11px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.treeview a:hover{ }
.treeview a.selected {font-weight:bold;}
.treeview li a{color:#545452; font-size:12px; margin-left:10px; *display:block; *width:150px;}
.treeview li a:hover{ color:#ff6600;}
.treeview li ul li a{ color:#333333; margin-left:5px; font-size:11px;}

#treecontrol { margin: 1em 0; }

.treeview .hover { color:#ff6600; cursor: pointer; }


.treeview .collapsable {background: url(../images/sl_1line.png) no-repeat scroll bottom; }
.treeview .expandable { background: url(../images/sl_1line.png) no-repeat scroll bottom; }
.treeview .last {}
/*.treeview .lastCollapsable { background: url(../images/tv-collapsable.gif) no-repeat scroll 0 0;}
.treeview .lastExpandable { background:url(../images/tv-expandable.gif) no-repeat scroll 0 0; }*/
.treeview li ul .last{} 

/**
#navigation li a{ font-size:12px; color:#003366; }
#navigation li a;hover{  color:#FF0000;}
#navigation li ul li a{ font-size:12px; color:#333333;}
#navigation li ul li a:hover{ color:red;}
**/

#navigation li a{ font-size:12px; color:#545452; text-decoration:none; font-weight:bold; margin-left:10px;}
#navigation li a:hover{ color:#FF6600;}
#navigation ul li a{ font-size:11px; font-weight:bold; color:#333333; text-decoration:none; margin-left:5px;}
#navigation ul li a:hover{ color:#FF6600;}