/* CSS Document */

.treeview {
	width: 180px; margin:10px;
	padding:0px;
}
.treeview ul {
	padding:0px; margin:0px;
}
.treeview li {
	list-style-type: none;
	padding:0px; margin:0px;
}
.treeview li ul li {
	padding-left:10px;
}
.treeview li a {
	height:23px; line-height:23px;
	display:block;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none;
	color:#000000; text-align:right; font-weight:bold;
	border:0px;
}
.treeview li ul li a {
	height:22px; line-height:22px;
	display:block;
	font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none;
	color:#000000; text-align:right; padding:0px; margin:0px; padding-right:15px; font-weight:300;
	border:0px;
}
.treeview a:hover {
	color: #505050; text-decoration:none;
}
.treeview li.submenu {
	cursor: hand !important;
	cursor: pointer !important;
}
.treeview li.submenu ul {
	display: none;
}
.treeview .submenu ul li {
	cursor: default;
}