/* Root Panel look */
      
     .menuRootPanel
     {
        /* background-color:#dedede;*/
         border-left:0px solid #717171;
         border-right:0px solid #656565;
        border-top: 0px solid #898989;
        border-bottom:0px solid #595959;
        background-image:url('/images/bg_navigation.gif');
       /*background-color:Silver;*/
        cursor:pointer;
        
    }
     
    .DefRoot_ItemCSS
    {
        /*background-color:#dedede;*/
        background-image:url('/images/bg_navigation.gif');
        
        border-top:0px solid #c6c6c6;
        border-left:0px solid #cecece;
        border-bottom:0px solid #aeaeae;
        border-right:#656565 solid 1px;
        
        height:38px;
    }
    .DefRoot_TextCell
    {
         
        height:14px;
        padding:1px;
    }
    .DefRoot_TextCont
    {
        font-family:Tahoma;
        font-size:11px;
        
        padding-left:1px;
    }
    .HoverRoot_ItemCSS
    {
        background-color:#9999ff;
       /* background-image:url('/images/MenuItemHoverbg.gif');*/
        
        border:0px solid #404040;
        border-bottom:0px solid #aeaeae;
        border-right:#aeaeae 0px solid;
        height:50px;
        
    }
    .HoverRoot_TextCont
    {
        
        color:White;
        font-family:Tahoma;
       font-size:11px;
        
        padding-left:1px;    
    }
    .DefRoot_Imgcont
    {
        width:12px;
        height:12px;
        
        width:1px;    
    }
     
    .DefRoot_Img
    {
        width:12px;
        height:12px;
    }
     
    .DefRoot_Arr
    {
        width:8px;
        height:8px;
    }
     
    .DefRoot_ArrCont
    {
        width:8px;
        height:8px;
        padding:1px;
    }
