.navTitle, .navTitleOver {
	cursor: hand;
	cursor: pointer;
	width: 190px;
	height: 24px;
	padding-left:10px;
	line-height:150%;
	border-top:1px #ffffff solid;
	background-color:#0465c6;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div.tree { 
	width: 150px;
}
.navOpened .tree {
	display: block;
}
.navClosed .tree {
	display: none;
}