/* Treemenu style  */

ul.wo_treemenu {
 cursor:pointer;
}
ul.wo_treemenu img {
 border:0px;
}
ul.wo_treemenu li a:hover {
/* background-color:black;
 color:white;
 font-weight:bold;*/
}
ul.wo_treemenu li a{
 text-decoration:none;
 color:black;
}
ul.wo_treemenu li {
 cursor: pointer; 	
 white-space:nowrap;
 list-style-type:none;
 list-style-image:none;
}
ul.wo_treemenu li { list-style-position: inside;}
ul.wo_treemenu, ul.wo_treemenu ul, ul.wo_treemenu li { margin: 0; padding: 0; }
ul.wo_treemenu ul { padding-left: 10px; } /* sublist indentation */
 			
/* Actually show and hide sublists */
ul.wo_treemenu li.topen ul { display: block; }
ul.wo_treemenu li.tclosed ul { display: none; }    


/* Dialog box style */

 .wo_dialog {
  display:none;
 }

/* Overlay used for "just a moment" stuff */

    #wo_overlay {
    
         visibility: hidden;
    
         position: absolute;
    
         left: 0px;
    
         top: 0px;
    
         width:100%;
    
         height:100%;
    
         text-align:center;
    
         z-index: 1000;
    
         background-color:#eee;
    
         opacity: 0.95;
    
         filter:alpha(opacity=95);
    
        -moz-opacity: 0.95;
    
    }

    #wo_overlay div{
    
         width:300px;
    
         margin: 100px auto;
    
         background-color: #fff;
    
         border:1px solid #000;
    
         padding:15px;
    
         text-align:center;
    
    }

