
/*======== Navigation =======*/

/*Mainly for IE, remove if not needed or put in the IE style sheets if causing problems*/
#navigation {position:relative}

#navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    }

#navigation li {
    padding: 0;
    margin: 0;
    font-weight: normal
    }

#navigation li a, #navigation li strong {
    padding: 12px 0 3px 17px;
    text-decoration: none;
    border-bottom: 1px #008584 solid;
    display: block;
    color: #002469;
    }

#navigation li a:hover {text-decoration: underline;}

/*Set the styles for the current page whatever they might be*/
#navigation li strong {
    color:#fff;
    font-weight: normal;
    background-color: #0C3B73;
    }

/* ==== Level 2 ====== */


/* ==== Level 3 ====== */
#navigation li li li  a, #navigation ul ul ul strong {padding-left: 37px; }

/* ==== Level 4 ====== */
#navigation li li li li a, #navigation ul ul ul ul strong {padding-left: 47px;}

