.treeview li.submenu{
background: url(closed.gif) no-repeat left 1px;
text-indent: 10px;
	background-color: #014A8E;
	cursor: hand !important;
	cursor: pointer !important;
}

.treeview li.submenu ul {
	display: none;
	background: url(closed.gif) no-repeat left 1px;
	background-color: #99b7d1;
	text-indent: 10px;
}

.treeview .submenu li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
background-color: #5480a9;
text-indent: 10px;
}

.treeview .submenu ul li ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
background: #cfdae5 url(closed2.gif) no-repeat left 1px;
text-indent: 10px;
}

.treeview { width: 147px; 
	color: #fff; 
	}

	
.treeview a { 
	min-height: 18px;
	padding: 4px 0 2px 0;
	padding-left: 5px;
	color: #fff;
	display: block;
	margin: 0; 
	font-size: x-small;
	text-decoration:none;
	border-bottom: 1px solid #fff;
	}
	
.treeview a:hover { 
	background-color: #99b7d1;
	}

.treeview a:active, .treeview a:focus { 
	background-color: #99b7d1;
	border-bottom: 1px solid #fff;
	}

