.treeview, .treeview ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 200px;
	
	cursor: pointer;
	font-family: Verdana;
	font-size: 13px;
	color: White;
	
}
.treeview ul
{
	background-repeat: no-repeat;
}
.treeview ul a
{
	color: #5bb1cf;
	text-decoration: none;
}
.treeview ul a:hover
{
	color: #5bb1cf;
	text-decoration: none;
}
.treeview ul a:selected
{
	color: #5bb1cf;
	text-decoration: none;
}



.treeview li
{
	
	padding: 4px 0 4px 0px;
	margin-left:0px;
	
	
}
.treeview li a
{
	background: url(../images/bullet.jpg) 8px center no-repeat;
	padding-left:20px;
	font-family: Verdana;
	font-size: 13px;
	color: White;
	text-decoration:none;
}
.treeview li a:hover
{
   color:#EC008C;
}
.treeview li a.active
{
   color:#EC008C;
}
treeview a
{
	color: #5bb1cf;
	text-decoration: none;
}
treeview a.selected
{
	color: #5bb1cf;
	text-decoration: none;
}
treeview a:hover
{
	color: #5bb1cf;
	text-decoration: none;
	cursor: pointer;
}
.treeview li ul li
{
	margin: 0;
	padding: 3px 0pt 3px 15px;
	color: White;
}
.treeview li ul li a
{
	color: White;
}
.treeview li ul li a:hover
{
	color:#EC008C;
}

.treeview li.collapsable
{
	
	background-repeat: no-repeat;
}
.treeview li.collapsable ul li
{
	background-image: none;
}
.treeview li.expandable
{
	
	background-repeat: no-repeat;
}
.treeview li.expandable ul li
{
	background-image: none;
}




.pageWrap
{
float:left;
width:200px;
position:relative;
background-color:#33001f;
}
