body {
	font-family:Arial, Helvetica, sans-serif
}	
a { text-decoration:none }
	#the_side_bar1 li {
	margin-left:5px;
	padding:0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-type: square;
} 
	#the_side_bar1 ul { margin-left:5px;
	padding:0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-type: square; }
	/* Control how "sided out" the tree is */
	#the_side_bar1 ul  ul , #the_side_bar1 ul li {
	margin-left:5px;
	padding:0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-type: square;
} 

	#the_side_bar2 li {
	margin-left:5px;
	padding:0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-type: square;
} 
	#the_side_bar2 ul { margin-left:5px;
	padding:0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-type: square; }
	/* Control how "sided out" the tree is */
	#the_side_bar2 ul  ul , #the_side_bar2 ul li {
	margin-left:5px;
	padding:0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-type: square;
} 

	#the_side_bar2 ul   li.liServer  .bullet { height:15px;width:15px; cursor: pointer; background: url(images/blank.gif)  center left no-repeat; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	#the_side_bar2 ul   li.liOpen    .bullet { height:15px;width:15px; cursor: pointer; background: url(images/minus.gif)  center left no-repeat; }
	#the_side_bar2 ul  li.liClosed  .bullet { height:15px;width:15px; cursor: pointer; background: url(images/plus.gif)   center left no-repeat; }
	#the_side_bar2 ul  li.liBullet  .bullet { height:0px;width:0px; cursor: default; background: url(images/bullet.gif) center left no-repeat; } 
	/* Sublists are visible or not based on class of parent LI */
	#the_side_bar2  ul li.liOpen    ul { display: block; }
	#the_side_bar2  ul li.liClosed  ul { display: none; }
	
	#the_side_bar2  ul li.liOpen    img.legendimg { display: inline; }
	#the_side_bar2  ul li.liClosed  img.legendimg { display: none; }
	
	/* Format menu items differently depending on what level of the tree they are in */
	#the_side_bar2 ul li { font-size:  11px; }
	#the_side_bar2 ul li ul li { font-size: 11px; }
	#the_side_bar2 ul li ul li ul li { font-size: 11px; }
	#the_side_bar2 ul li ul li ul li ul li { font-size: 11px; } 
	
	.inView { display:block }
	.outView { color:silver; opacity:0.1; alpha(opacity=10) }

	

