ul.tree {
	margin-top: 10px;
	list-style: none;
	padding: 1px;
	font-weight: 400;
	clear: both; 
	overflow: hidden;
	background: #eeeeee;
	border: 1px solid #dddddd;
}

ul.tree > li > ul {
	background: none;
	background-color: #dddddd;
	border: 1px solid #cccccc;
} 

ul.tree > li > ul > li > ul {
	background-color: #cccccc;
} 

ul.tree li {
	border-bottom: 1px dotted Black;
	padding: 10px 0px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 100%;
	color: #909090;
	text-transform: uppercase;
}

ul.tree li:last-child {
	border: none;
}

ul.tree li a {
	color: Black;
	text-decoration: none;
	display: block;
}

ul.tree li a:hover {
	color: #1D2F42;
}

ul.tree a.selected {
	color: #014D95;
	font-weight: 500;
}

div.control {
	margin-right: 0px;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	float: right;
	clear: right;
}

div.control div.sign {
	font-family: Verdana;
	text-align: center;
	font-size: 110%;
	font-weight: Bold;
	line-height: 110%;
	background-color: #1D2F42;
	color: White;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	cursor: pointer;
}