.navTitle, .navTitleOver {
	cursor: pointer;
	width: 190px;
	height: 22px;
	padding-top:4px;
	padding-left:10px;
	line-height:150%;
	border-top:1px #ffffff solid;
	background-color:#405E7A;
}
div.tree { 
	width: 200px;
}
.navOpened .tree {
	display: block;
}
.navClosed .tree {
	display: none;
}