﻿/* ==ONLINE HELP NAVIGATION STYLES== */

.helpMenu {
    font-family: Arial;
    padding-bottom: 20px;
}
.helpMenu hr {
    clear: both;
    margin: 0px 0px 13px 0px;
    padding: 0;
    height: 1px;
    border: 0;
    color: #d9d9d9;
    background: #d9d9d9;
}
.helpMenu font b {
    color: #0f4a9f !important;
    font-size: 18px;
    }
    
.helpMenu ul {
    list-style: none;
    margin: 0px 0px 6px 15px;
    padding: 0;
}
.helpMenu li {
    background-repeat: no-repeat;
    padding-left: 0px;
}
.helpMenu ul.number1 {
    margin-left:10px;
    .margin-top: -10px;
}    
.helpMenu li li {
    background-image: url(none);
    }
    
.helpMenu li.folder a {
    background-color: transparent;
    background-image: url(../../images/Portal/gfc_link_arrow.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center;
    padding-right: 12px;
}

.helpMenu li.folder li a {
    background-image: url(none);
    }

.helpMenu a, .helpMenu a:link, .helpMenu a:visited {
    color: #0f4a9f;
    cursor: pointer;
}
.helpMenu a:active, .helpMenu a:hover {
    color: #0f4a9f;
    text-decoration: underline;
}

.helpMenu li li a,
.helpMenu li li a:link,
.helpMenu li li a:visited,
.helpMenu li li a:active,
.helpMenu li li a:hover {
    color: #666;
}