/* niklasdaniel.com - LeftNavigation - programmed by jokfa.design */
#NavL {
    width:190px; height:auto; position:absolute; top:150px; top:190px; left:0px; 
    margin:0px 0px 0px 5px; padding:0px; 
    }
 
#NavL table {
    width:190px; 
    table-layout:fixed; 
    }
 
#NavL table td {
    width:30px; 
    margin:0px; padding:0px; 
    color:#2F92CC; font-weight:bold; 
    }
 
#NavL table td a {
    color:#2F92CC; 
    text-decoration:none; 
    }
 
#NavL table td a:hover {
    color:orange; 
    text-decoration:none; 
    }
 
#NavL table td.L1 {
    width:190px; 
    padding-bottom:6px; 
    font-size:14px; 
    }
 
#NavL table td.L1 a {
    font-size:14px; color:#2F92CC; 
    }
 
#NavL table td.L1 a:hover {
    color:orange; 
    text-decoration:none; 
    }
 
#NavL table td.L1 a.sel {
    color:orange; 
    text-decoration:none; 
    }
 
#NavL table td.L2 {
    width:160px; 
    padding-top:3px; 
    font-size:11px; 
    }
 
#NavL table td.L2 a {
    font-size:11px; color:#2F92CC; 
    }
 
#NavL table td.L2 a:hover {
    color:orange; 
    text-decoration:none; 
    }
 
#NavL table td.L2 a.sel {
    color:orange; 
    text-decoration:none; 
    }
 
#NavL table td.L2 a.action {
    padding:2px 1px 3px 3px; 
    font-size:10px; color:white; font-weight:normal; 
    text-decoration:none; text-transform:none; 
    background:#2F92CC; 
    }
 
#NavL table td.L2 a.action:hover {
    padding:2px 1px 3px 3px; 
    font-size:10px; color:orange; font-weight:normal; 
    text-decoration:none; 
    background:#2F92CC; 
    }

#NavL table td.L2 a.actionSel {
    padding:2px 1px 3px 3px; 
    font-size:10px; color:white; font-weight:normal; 
    text-decoration:none; text-transform:none; 
    background:#FF9900; 
    }
 
#NavL table td.L2 a.actionSel:hover {
    padding:2px 1px 3px 3px; 
    font-size:10px; color:orange; font-weight:normal; 
    text-decoration:none; 
    background:#FF9900; 
    }
 
#NavL table td.L3 {
    width:130px; 
    padding-top:1px; 
    font-size:10px; font-weight:normal; 
    }
 
#NavL table td.L3 a {
    font-size:10px; color:#2F92CC; font-weight:normal; 
    }
 
#NavL table td.L3 a:hover {
    color:orange; 
    text-decoration:none; 
    }
 
#NavL table td.L3 a.sel {
    color:orange; 
    text-decoration:none; 
    }
 

