﻿.tree
{
	background-color: #FFFFFF;
	height: 480px;
	width: 188px;
	font-family: Verdana;
	font-weight: normal;
	font-size: small;
	border-color: #ECECE6;
	border-style: solid;
	border-width: 0px;
}

.CursorHand
{
    cursor: pointer; 
}

.treeLink 
{
	
	font-weight: normal;
    font-size: 8pt;
    color: #003366;
    font-family: Verdana;
 
}


.treeLink:hover 
{
		
	color: #009999; 
	font-weight: normal;
    font-size: 8pt;
    font-family: Verdana;
 
}

.menulinkTree
{
	color: #336699;
	font-family: Verdana, sans-serif;
	font-size: 9pt; 
	line-height: 18px;
	font-weight: bold; 
	letter-spacing: 1px; 
	word-spacing: 0px; 
	text-decoration: none; 
	text-align: left; 
	font-style: normal; 
	
}

.menulinkTree:hover 
{
	color: #336699;
	font-family:  Verdana, sans-serif;
	font-size: 9pt; 
	line-height: 18px;
	font-weight: bold; 
	letter-spacing: 1px; 
	word-spacing: 0px; 
	text-decoration: none; 
	text-align: left; 
	font-style: normal; 
	
}

.noLink 
{
	
	font-weight: normal;
    font-family: Tahoma;
 
}