div.nav-col {
    text-align: left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding-bottom: 0;
}
div.nav-col ul.sub-nav li.instruction{display:block;font-weight:normal;text-decoration:none;padding:0 10px 7px 25px;margin:0;height:1%;color:#021553;}/* height is required for IE */
        /* Sub-navigation */
        div.nav-col ul.sub-nav{padding:5px 0 5px 0;background:#9BBEDE;margin-bottom:5px;}
        div.nav-col ul.sub-nav a{display:block;font-weight:normal;text-decoration:underline;padding:0 10px 7px 25px;margin:0;height:1%;background: url(/shared/images/blue_bullet.gif) 15px 6px no-repeat;}/* height is required for IE */
        div.nav-col ul.sub-nav a.active{text-decoration:none;}
        div.nav-col ul.sub-nav a:hover{color:#fff;}
        div.nav-col ul.sub-nav a.collapsed{background: url(/shared/images/arrow_sub_collapsed.gif) 14px 4px no-repeat;}
        div.nav-col ul.sub-nav a.expanded{background: url(/shared/images/arrow_sub_expanded.gif) 12px 6px no-repeat;}
/* Sub-sub-navigation */
        div.nav-col ul.sub-nav ul.sub-nav{padding:0;margin-bottom:0;}
        div.nav-col ul.sub-nav ul.sub-nav a{padding:0 10px 7px 35px;background:url(/shared/images/blue_bullet.gif) 25px 6px no-repeat;}/* height is required for IE */
        div.nav-col ul.sub-nav ul.sub-nav a.collapsed{background: url(/shared/images/arrow_sub_collapsed.gif) 24px 4px no-repeat;}
        div.nav-col ul.sub-nav ul.sub-nav a.expanded{background: url(/shared/images/arrow_sub_expanded.gif) 24px 5px no-repeat;}
/* Sub-sub-sub-navigation */
        div.nav-col ul.sub-nav ul.sub-nav ul.sub-nav{padding:0;margin-bottom:0;}
        div.nav-col ul.sub-nav ul.sub-nav ul.sub-nav a{padding:0 10px 7px 45px;background:url(/shared/images/blue_bullet.gif) 35px 6px no-repeat;}/* height is required for IE */
        div.nav-col ul.sub-nav ul.sub-nav ul.sub-nav a.collapsed{background: url(/shared/images/arrow_sub_collapsed.gif) 34px 4px no-repeat;}
        div.nav-col ul.sub-nav ul.sub-nav ul.sub-nav a.expanded{background: url(/shared/images/arrow_sub_expanded.gif) 34px 6px no-repeat;}
/* Sub-sub-sub-sub-navigation */
        div.nav-col ul.sub-nav ul.sub-nav ul.sub-nav ul.sub-nav{padding:0;margin-bottom:0;}
        div.nav-col ul.sub-nav ul.sub-nav ul.sub-nav ul.sub-nav a{padding:0 10px 7px 55px;background: url(/shared/images/blue_bullet.gif) 45px 6px no-repeat;}/* height is required for IE */
/* End Navigation Column */
/* Left Navigation Column */
div.nav-col {font-size:1.1em;}
div.nav-col li{line-height:1.2;}
div.nav-col h3{font-size:0.9em;line-height:1.2;font-weight:normal;text-transform:uppercase;}
div.nav-col p{line-height:1.3;}
div.relatedinfo {margin-bottom:40px;background: #ccc url(/shared/images/nav_col_round_bottom.gif) bottom left no-repeat;padding-bottom: 1.2em;}