/* applemenu */

.applemenu{
margin: 0;
padding: 0;
width: 200px; /*width of menu*/
border: /* 1px solid #213E69 */ none;
border-left: 1px solid #213E69 ;
overflow: hidden ;
}

.applemenu div.silverheader a{
background: #eeeeee url(../images/menus/dolphin_bg-OFF.gif) repeat-x center left;
font: bold 10px Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a{
background-image: url(../images/menus/dolphin_bg.gif);
color: white;
} 

.applemenu div.silverheader a:hover{
background-image: url(../images/menus/dolphin_bg.gif);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/ 
background: white;
background-image: url(../images/main/TharrosBg5.GIF);
padding: 5px;
height: 350px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
overflow: scroll ;
}

/* Treeview via ID selector */
#tree2 .ygtvtn { background: url(../images/tree/tn.gif) 0 0 no-repeat; width:17px; height:22px; }
#tree2 .ygtvtm { background: url(../images/tree/tm.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
#tree2 .ygtvtmh { background: url(../images/tree/tmh.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
#tree2 .ygtvtp { background: url(../images/tree/tp.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
#tree2 .ygtvtph { background: url(../images/tree/tph.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
#tree2 .ygtvln { background: url(../images/tree/ln.gif) 0 0 no-repeat; width:17px; height:22px; }
#tree2 .ygtvlm { background: url(../images/tree/lm.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
#tree2 .ygtvlmh { background: url(../images/tree/lmh.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
#tree2 .ygtvlp { background: url(../images/tree/lp.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
#tree2 .ygtvlph { background: url(../images/tree/lph.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
#tree2 .ygtvloading { background: url(../images/tree/loading.gif) 0 0 no-repeat; width:17px; height:22px; }
#tree2 .ygtvdepthcell { background: url(../images/tree/vline.gif) 0 0 no-repeat; width:17px; height:22px; }
#tree2 .ygtvblankdepthcell { width:8px; height:22px; }
#tree2 .ygtvitem { }  
#tree2 .ygtvchildren { }  
* html .ygtvchildren { height:1%; }  
#tree2 .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited { 
	margin-left:2px;
	text-decoration: none;
}
#tree2 .ygtvlabel:hover {
	text-decoration: underline ;
}
