#dhtmlgoodies_leftPanel{    /* Styling the help panel */
    
    color:#fff;    /* White text color */
    
    /* You shouldn't change these 5 options unless you need to */        
    height:100%;    
    left:0px;
    z-index:1000;
    position:absolute;
    display:none;
    overflow:hidden;
	padding-top:0px;
}

.fullmenu_table { padding:0; width:100%; border-spacing:0; margin:0;}
.fullmenu_table th { background:#1b3c73; width:15%; border-right:1px solid #fff; padding:10px;}
.fullmenu_table td { background:#f1f2f5; border-right:1px solid #d2d8e1; padding:20px; vertical-align:top; font-size:10pt; line-height:150%;}