﻿@charset "UTF-8";
@media screen, projection
{
    h6.vlist {
        font-family: Helvetica;
        font-weight: bold;
        font-size: 11px;
        width: 100%;
        padding: 3px 0px 3px 0; /* LTR */
        margin:0;
        color: #7a7a7a;
        background-color: #fff;
      }
    
    .vlist {
        border-bottom:none;
        margin-left:0;
        padding-left:0;
        width:100%;
        overflow:hidden;
    }
    
    .vlist ul li,
    .vlist ul li.active{
        background-position:left 0px; 
        background-repeat:no-repeat;
        padding-top:2px;
        background-image:url(/static_files_project/images/layout/border_bottom.gif);
    }
    .vlist ul,
    .vlist ul li{
        margin-left:0;
        margin-bottom:1px;
        border-bottom:none;
    }
    
    .vlist a,
    .vlist strong,
    .vlist span {
        margin: 0px 0px 0px 0px;
        border:none;
        font-weight:normal;
    }
    
    .vlist a,
    .vlist a:visited {
        color: #84b920;
        text-decoration:none;
        padding-left: 12px;
    }
    
    .vlist li {
        border: none;
        margin:0;
    }
    
    /* active list element */
    .vlist li.active {
        color:#efefef;
        background-color:transparent;
    }
    
    /* Level 1 */
    .vlist li{
        list-style-type: none;
        display:block;
    }
    .vlist ul li{
        list-style-type: none;
        background-color:#fff;
    }
    
    .vlist li a,
    .vlist li strong,
    .vlist li span 
    { 
        font-size:12px;
        list-style-type: none;
        display:block;
        margin-left:0;
        /*
        background-image: url(/static_files_project/images/layout/arrow_01.gif);
        background-repeat: no-repeat;
        background-position: 4px 8px;
        */
        padding-left:13px;
        margin:0;
    } /* LTR */
    .vlist li a,
    .vlist li a:focus,
    .vlist li a:active 
    { 
        background-color:transparent; 
        color: #84b920; 
        font-size:12px;
        width:92%;
        display:block;
    }
    
    
    
    /* Level 2 */
    .vlist li ul li a
    .vlist li ul li strong,
    .vlist li ul li span 
    { 
        width: 100%; 
        display:block;
        font-size:12px;
        margin-left:0;
        
    } /* LTR */
    .vlist li ul li a, 
    .vlist li ul li a:visited,
    .vlist li ul li a:focus,
    .vlist li ul li a:active 
    { 
        background-color:transparent; 
        color: #84b920; 
        font-size:12px;
        padding-left:26px;
        /*
        background-image: url(/static_files_project/images/layout/arrow_02.gif);
        background-repeat: no-repeat;
        background-position: 16px 8px;
        */
        width:85%;
        display:block;
    }
    
    
    /* Level 3 */
    .vlist li ul li ul li a,
    .vlist li ul li ul li strong,
    .vlist li ul li ul li span 
    { 
        width: 100%; 
        display:block;
        font-size:11px;
        margin-left:10;
    } /* LTR */
    .vlist li ul li ul li a,
    .vlist li ul li ul li a:visited,
    .vlist li ul li ul li a:focus,
    .vlist li ul li ul li a:active 
    { 
        background-color:transparent; 
        color: #84b920; 
        font-size:11px;
        line-height:16px;
        padding-left:39px;
        /*
        background-image: url(/static_files_project/images/layout/arrow_02.gif);
        background-repeat: no-repeat;
        background-position: 29px 7px;
        */
        width:78%;
        display:block;
    }
    
    
    /* Level 4 */
    .vlist li ul li ul li ul li a,
    .vlist li ul li ul li ul li strong,
    .vlist li ul li ul li ul li span 
    { 
        width: 100%;
        display:block;    
        font-size:11px;
    } /* LTR */
    .vlist li ul li ul li ul li a,
    .vlist li ul li ul li ul li a:visited,
    .vlist li ul li ul li ul li a:focus,
    .vlist li ul li ul li ul li a:active 
    { 
        background-color:transparent; 
        color: #84b920; 
        font-size:11px;    
        line-height:16px;
        padding-top:1px;
        padding-left:52px;
        /*
        background-image: url(/static_files_project/images/layout/arrow_02.gif);
        background-repeat: no-repeat;
        background-position: 42px 7px;
        */
        width:71%;
        display:block;
    }
    
    
    
    /* Hover Level 1-5 */
    .vlist li a:hover
    { 
        background-color:#efefef; 
        color:#84b920;
        /*
        background-image: url(/static_files_project/images/layout/arrow_01_HI.gif);
        background-repeat: no-repeat;
        background-position: 4px 8px; 
        */
        width:92%;
        display:block;
    }
    
    .vlist li ul li a:hover
    { 
        background-color:#efefef; 
        color:#84b920;
        /*
        background-image: url(/static_files_project/images/layout/arrow_02.gif);
        background-repeat: no-repeat;
        background-position: 16px 8px; 
        */
        width:85%;
        display:block;
    }
    .vlist li ul li ul li a:hover
    { 
        background-color:#e0e0e0; 
        color:#84b920;
        /*
        background-image: url(/static_files_project/images/layout/arrow_02.gif);
        background-repeat: no-repeat;
        background-position: 29px 7px; 
        */
        width:78%;
        display:block;
    }
    .vlist li ul li ul li ul li a:hover
    { 
        background-color:#e0e0e0; 
        color:#84b920;
        /*
        background-image: url(/static_files_project/images/layout/arrow_02.gif);
        background-repeat: no-repeat;
        background-position: 42px 7px; 
        */
        width:71%;
        display:block;
    }
    
    /* Active Level 1-5 */
    .vlist li a.active
    { 
        background-color:#efefef; 
        color:#8c8c8c; 
        cursor:default; 
        /*background-image: url(/static_files_project/images/layout/arrow_01_HI_down.gif);
        background-image: url(/static_files_project/images/layout/arrow_02_down.gif);
        background-repeat: no-repeat;
        background-position: 4px 8px;
        */
        width:92%;
        display:block;
        margin-bottom:1px;
    }
    .vlist li ul li a.active
    { 
        background-color:#dfdfdf;
        color:#8c8c8c; cursor:default;
        list-style-type: none;
        /*
        background-image: url(/static_files_project/images/layout/arrow_02_down.gif);
        background-repeat: no-repeat;
        background-position: 16px 8px;
        */
        width:85%;
        display:block;
    }
    .vlist li ul li ul li a.active
    { 
        background-color:#dfdfdf; color:#8c8c8c; cursor:default;
        list-style-type: none;
        /*
        background-image: url(/static_files_project/images/layout/arrow_02_down.gif);
        background-repeat: no-repeat;
        background-position: 29px 7px;
        */
        width:78%;
        display:block;
    }
    .vlist li ul li ul li ul li a.active
    { 
        background-color:#dfdfdf; color:#8c8c8c; cursor:default;
        list-style-type: none;
        /*
        background-image: url(/static_files_project/images/layout/arrow_02_down.gif);
        background-repeat: no-repeat;
        background-position: 42px 7px;
        */
        width:71%;
        display:block;
    }
    
}