.treeview {
         cursor:pointer ;
         font: normal 12px/17px verdana, sans-serif;
         line-height: 15px;
	}
.treeview a { text-decoration: none; color: blue; }
.treeview a:visited { text-decoration: none; color: #0070bb; }
.treeview a:hover { text-decoration: underline; color: red; }

.treeview DIV { height:20px; overflow:hidden;vertical-align:top;}
.treeview IMG { vertical-align:middle;}