#tree {
	font-family: Arial;
	font-size: 11px;
}
#tree a {
	color: #FFFF00;
	text-decoration: none;
}
#tree a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#tree a.author {
	color: #FFcc88;
	text-decoration: none;
}
#tree a.author:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.menuskin{
position:absolute;
width:205px;
background-color:menu;
border:2px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
visibility:hidden;
}

.menuskin a{
text-decoration:none;
color:black;
padding-left:10px;
padding-right:10px;
}

#mouseoverstyle{
background-color:highlight;
}

#mouseoverstyle a{
color:white;
}

#tree img {
	border: 0px;
	width: 14px;
	height: 16px;
}

#tree td {
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}