.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	
	
color:white;
cursor:default;
font-size:11px;
text-align:left;
}


#sidetree ul ul 
{
	background:none repeat scroll 0 0 #333333;

}


#sidetree ul ul ul 
{
	background:none repeat scroll 0 0 #333333;

}


#sidetree ul li
{
border:1px solid #666666;
}



#sidetree ul li#closed1
{
margin-bottom:5px;
}



.treeview ul {
}

#sidetree ul span
{
color:#ffffff;
cursor:pointer;
text-decoration:none;
font-size:14px;
font-weight:bold;
background:url(../themes/base/images/arrow.png) no-repeat 3px 50%;
padding-left:12px;
display:block;
}

#sidetree ul span:hover
{
color:#0098DB;
}

#sidetree ul span.choose:hover
{
color:#FFFFFF;
}

#sidetree ul li  a
{
padding-left:5px;
display:block;
}


#sidetree span.choose
{
color:#0098DB;
}

#sidetree a ,
#sidetree a:visited
{
color:#FFFFFF;
}

#sidetree a.selected ,
#sidetree li.selected1 span 
{
color:#0098DB;
}

#sidetree ul ul  span
{
font-size:13px;
}


#sidetree ul ul ul  span
{
font-size:12px;
}


#sidetree ul ul ul ul  span
{
font-size:11px;
}

#sidetree  span:hover
{
color:#FFFFFF;
}


#sidetree ul li ul li
{
border:none;
}




#sidetree ul li
{
background:none repeat scroll 0 0 #333333;
}

.treeview li { 
	margin: 0;
padding:7px;
}


#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

#sidetree ul li.closed1
{
background:#4D4D4D;
display:block
}

