.tree_simple
{
	width: 100%;
	background-color: #606060;
}

.tree_simple td div
{
	padding: 7px 20px 7px 20px;
	font-weight: 900;
	height: 100%;
	white-space: nowrap;
	position: relative;
	text-align: center;
}

.tree_simple td div.left
{
	padding: 0px;
	width: 10px;
}

.tree_simple td a:link, 
.tree_simple td a:visited, 
.tree_simple td a:hover
{	
	color: #ffffff;	
	text-decoration: none;
}

.tree_simple td a:hover
{
	text-decoration: underline;
	color: #ffff80;
}

.tree_simple td div img.cursor
{
	position: absolute;
	left: 19px;
	top: -12px;
}

