/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
    margin: 0 0 12px 0;
    font-size: 1em;
    display: block;
    /*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a {
    color: #0F2B8D;

}

#p7TMnav {
line-height:200%; }

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/

#p7TMnav div div {
    margin: 5px 0 5px 16px;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
    color: #0F2B8D;
    font-size: 1.2em;
    padding: 0;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#p7TMnav div a:hover {
    color: #CC0000;
    text-decoration: underline;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
    font-size: 1.2em;
}


/*rules programatically assigned to page link correesponding to current page (You are Here)
.p7currentmark {
    font-weight: bold;
    text-transform: uppercase;
    color: #666666 !important;
}*/
