.treeview, .treeview ul { 
	padding: 0;
	margin-left:-24px;
	color: #FFFFFF;
	font-weight: bold;
}
.treeview li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 13px;
}
.treeview li a:link, .treeview li a:visited, .treeview li a:active {
  text-decoration: none;
  color: #FFFFFF;
	display: block;
	height: 25px;
	width: 197px;
	line-height: 25px;
	border-top: #307FC1 solid 1px;
}
.treeview li a:hover {
	color: white;
	background-color: #13365C;
}
.treeview li a.selected {
	color: white;
	background-color: #13365C;
}
/* SUB-MENU */
.treeview li ul {
	padding: 5px 0;
	border-top: #307FC1 solid 1px;
	width: 197px;
}
.treeview li li {
	margin: 0;
	padding: 0;
	list-style-type: none;
 	background: url(bullet.gif) no-repeat 13px 4px;
	text-indent: 20px;
}
.treeview li li a:link, .treeview li li a:visited, .treeview li li a:active {
	color: #304554;
	display: block;
	height: 16px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	border: none;
	background-color: transparent;
}
.treeview li li a:hover {
	color: #95cbfd;
}
.treeview li li a.selected {
	color: #c5e2fd;
}

/* SUBSUB-MENU */
.treeview li li ul {
	padding: 0;
	border-top: 0;
	margin-top: -5px;

}
.treeview li li li {
	margin-left:16px;
	list-style-type: none;
 	background: none;
	text-indent: 20px;
	
}
.treeview li li li a:link, .treeview li li li a:visited, .treeview li li li a:active {
	color: #304554;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 21px;
	border: none;
	background-color: transparent;
	
}
.treeview li li li a:hover {
	color: #95cbfd;
}
.treeview li li li a.selected {
	color: #c5e2fd;
}
