body {
	background-color: #000000;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

a.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.treeTop {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	cursor: pointer;
}

.treeTop ul {
	margin: 0;
	padding: 0;
}

.treeTop li {
	margin: 0;
	padding: 0;
	line-height: 25px;
}

.treeTop li a {
	display: block;
	color: #000000;
	margin: 0;
	padding: 0px 0px 0px 25px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	border: none;
	width: 100%;
	background-color: #f0f0f0;
}

html>body .treeTop li a {
	width: auto;
}

.treeTop li a:hover {
	color: #ffffff;
	background-color: #5577c6;
	text-decoration: none;
}

.treeSub {
	display: none;
	background-color: #97BFE3;
	list-style-type: none;
}

.treeSub li {
	line-height: 18px;
	border: none;
	display: block;
}

.treeSub li a {
	font-weight: normal;
	color: black;
	background-image: none;
}

.treeSub li a:hover {
	background-image: none;
}

.treeSubBig, li.treeSubBig a {
	display: block;
	font-weight: bold;
}

.treeSubRed, li.treeSubRed a {
	color: #990000;
	font-weight: bold;
	border-bottom: 1px solid white;
}

.treeLeaf, li.treeLeaf a {
	padding: 0 0 0 30px;
}

.treeSub .treeSub .treeLeaf a {
	font-weight: normal;
	background-image: none;
}

.treeBold, a.treeBold, .treeleaf a.treeBold, .treeSub li.treeBold a, .treeSub li.treeLeaf a.treeBold {
	background-image: none;
	font-weight: bold;
}

.treeSubArrowed, .treeSub li.treeSubArrowed a {
	font-weight: bold;
	background-image: url(images/nav/secondoff.gif);
	background-repeat: no-repeat;
}

.treeLeftBold, .treeSub li.treeLeftBold a {
	padding: 0 0 0 15px;
	font-weight: bold;
	background-image: none;
}