html, body { width:100%;height:100% }
body {font-family:Tahoma Verdana Arial sans-serif }	
a { text-decoration:none }
#the_side_bar li { list-style: none; margin:0px;padding:0px } 
#the_side_bar ul { margin-left:0px; padding:0px; }
	/* Control how "sided out" the tree is */
#the_side_bar ul  ul , #the_side_bar ul li { margin-left:8px; padding:0px; } 
	/* Format menu items differently depending on what level of the tree they are in */
#the_side_bar ul li { font-size:  11px; }
#the_side_bar ul li ul li { font-size: 10px; }
#the_side_bar ul li ul li ul li { font-size: 9px; }
#the_side_bar ul li ul li ul li ul li { font-size: 8px; } 
#mapDiv {font-size: 0px; }
.inView { display:block }
.outView { color:silver; opacity:0.4; alpha(opacity=40) }
