/* 	
	Mutant II navigation trees style sheet.
	Copyright Doug Ashbaugh 2007 - All Rights Reserved
*/

.navtreeHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:0px !important;
	margin-bottom:0px !important;
	cursor: default !important;
}

.navtree {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

.navtree li a:hover{
	text-decoration:underline;
}

.navtree ul{
	margin: 0px !important;
	padding: 0px !important;
}

.navtree li{
	background: white url('../i/but_next_blue.gif') no-repeat left center;
	list-style-type: none;
	padding-left: 18px;
	margin-bottom: 5px;
	vertical-align:top;
}

.navtree li.subNavTree{
	background: white url('../i/folder_closed.gif') no-repeat left 1px;
	cursor: hand  !important;  /* */
	cursor: pointer !important;  /* */
}

.navtree li.subNavTree ul{
	display: none;
}

.navtree .subNavTree ul li{
	cursor: default;
	padding-right:5px !important;
}

.navtree ul li img{
	padding-left: 5px !important;
	/* background-color:red; */
}


