/*Level 1*/
.TreeView 
{ 
  padding: 0px; 
  padding-left: 0px;padding-bottom:5px;
} 

.TreeNode 
{ 
  color: #1C4B93;text-transform:uppercase;
  font-family: Time New Roman; 
  font-size: 11px; 
  cursor: hand; background: #E5E5E5 url(bgMenuGreen.gif) left no-repeat; 
  font-weight:bold;
} 

.TreeNode a:link
{ 
  color: #1C4B93;text-transform:uppercase;
  text-decoration: none; 
} 

.TreeNode a:visited
{ 
  color: #1C4B93;text-transform:uppercase;
  text-decoration: none; 
} 
.HoverTreeNodeRow 
{ 
  color: #1C4B93;
  font-family: Time New Roman; 
  font-size: 11px; 
  cursor: hand; background: url(bgMenuGreen.gif) left no-repeat; 
} 

.SelectedTreeNode 
{ 
  color: #1C4B93;
  font-family: Time New Roman; 
  font-size: 11px; 
  cursor: hand; 
} 

.TreeNodeRow 
{ 
  height:25px; 
  background-color:#E5E5E5; 
  color: #1C4B93;
  border-bottom: #FFFFFF 1px solid;  
  padding-left: 18px; 
  cursor:auto;
}
/*Level 2*/
.TreeView2 
{ 
	margin-top: 5px;
	height: 22px;
	padding-left: 15px;
	background:  url(bgSubMenu.gif) no-repeat; 
	font-weight:bold;
} 

.TreeNode2 
{ 
  font-family: Time New Roman; 
  font-size: 11px; 
  cursor: hand; 
  color: #1C4B93;
  font-weight:bold;
  border-bottom: #FFFFFF 1px solid;
} 

.TreeNode2 a:link
{ 
  font-family: Time New Roman; 
  font-size: 11px; 
  cursor: hand;  
  color: #1C4B93;font-weight:bold;
  border-bottom: #FFFFFF 1px solid;
} 

.TreeNode2 a:visited
{ 
  font-family: Time New Roman; 
  font-size: 11px; 
  cursor: hand;  
  background-color: #E5E5E5;
  border-bottom: #FFFFFF 1px solid;
  color: #1C4B93;
  font-weight:bold;
} 

.HoverTreeNode2 
{ 
  font-family: Time New Roman; 
  font-size: 11px; 
  cursor: hand;  background-color: #E5E5E5;
  border-bottom: #FFFFFF 1px solid;
  color: #1C4B93;
  font-weight:bold;
} 

.SelectedTreeNode2 
{ 
  font-family: Time New Roman; 
  font-size: 11px; 
  cursor: hand;  
  background-color: #E5E5E5;
  font-weight:bold;
  border-bottom: #FFFFFF 1px solid;
} 

.TreeNodeRow2 
{ 
	background-color: #E5E5E5;
	border-bottom: #FFFFFF 1px solid;
	color: #1C4B93;
	font-weight:bold;
}
