/* =================================================== stylesheet for navigation content (left col) ======================================================*/ /* basic and generic styling */ td.fb-navcontent { display: block; width: 223px; border-right: 22px solid white; vertical-align: top; } td.fb-navcontent * { font-family: Tahoma, Arial, Helvetica, sans-serif; } td.fb-navcontent ul { margin: 0; padding: 0; } td.fb-navcontent a { display: block; width: 223px; margin: 0; padding: 0; border: 0; } td.fb-navcontent a:link, td.fb-navcontent a:visited, td.fb-navcontent a:active { text-decoration: none; color: black; } td.fb-navcontent a:hover { text-decoration: underline; background-image: url(/meespierson/2004/home.nsf/arrow_darkblue_closen.gif); background-repeat: no-repeat; } /* title of nav */ h1#fbnav-title { display: block; position: relative; width: 223px; height: 27px; background-color: #0F6190; font-size: 11px; color: white; line-height: 27px; margin-bottom: 2px; padding-bottom: 0; margin-top: 0; padding-top: 0; } h1#fbnav-title span { margin-left: 10px; } /* active (open) or unactive ? */ .fbnav-unactive { background-image: none; } .fbnav-active { /* this one for other levels*/ } .fbnav-active-l1 { background-image: none; } li.fbnav-level1, li.fbnav-level2, li.fbnav-level3, li.fbnav-level4 { display: block; width: 223px; height: 27px; margin-bottom: 2px; color: black; list-style: none; line-height: 27px; margin-top: 0; padding-top: 0; font-size: 11px; } /* ----------------- LEVEL 1 ----------------- */ .fbnav-level1 { /* background color */ background-color: #83ACC7; } .fbnav-level1 span { /* text of the link positioning */ margin-left: 20px; display: block; } .fbnav-level1 a:hover { /* a:hover arrow positionning */ text-decoration: underline; background-image: url(/meespierson/2004/home.nsf/arrow_darkblue_closen.gif); background-repeat: no-repeat; background-position: 7px 12px; } a.hassublinkl1 { background-image: url(/meespierson/2004/home.nsf/arrow_darkblue_closen.gif); background-repeat: no-repeat; background-position: 7px 12px; } a.fbnav-active-l1 { background-image: url(/meespierson/2004/home.nsf/arrow_darkblue_open.gif); background-repeat: no-repeat; background-position: 7px 12px; } /* ----------------- LEVEL 2 ----------------- */ .fbnav-level2 { /* background color */ background-color: #C1D5E3; } .fbnav-level2 span { /* text of the link positioning */ padding-left: 29px; display: block; } .fbnav-level2 a:hover { /* a:hover arrow positionning */ background-position: 20px 12px; } a.hassublinkl2 { background-image: url(/meespierson/2004/home.nsf/arrow_darkblue_closen.gif); background-repeat: no-repeat; background-position: 20px 12px; } a.fbnav-active-l2 { /* a:link */ background-image: url(/meespierson/2004/home.nsf/arrow_darkblue_open.gif); background-repeat: no-repeat; background-position: 17px 12px; } /* ----------------- LEVEL 3 ----------------- */ .fbnav-level3 { /* background color */ background-color: #E0EAF1; } .fbnav-level3 span { /* text of the link positioning */ margin-left: 38px; display: block; } .fbnav-level3 a:hover { /* a:hover arrow positionning */ background-position: 29px 12px; } a.fbnav-active-l3 { /* a:link */ background-image: url(/meespierson/2004/home.nsf/arrow_mediumblue_open.gif); background-repeat: no-repeat; background-position: 27px 12px; } /* ----------------- LEVEL 4 ----------------- */ .fbnav-level4 { /* background color */ background-color: #F2F7F9; } .fbnav-level4 span {/* text of the link positioning */ margin-left: 46px; display: block; } .fbnav-level4 a:hover { /* a:hover arrow positionning */ background-position: 37px 12px; } a.fbnav-active-l4 { /* a:link */ background-image: url(/meespierson/2004/home.nsf/arrow_mediumblue_open.gif); background-repeat: no-repeat; background-position: 35px 12px; } /* ----------------- LEVEL 5 ----------------- */ li.fbnav-level5 { display: block; width: 223px; height: 18px; color: black; list-style: none; line-height: 18px; margin-top: 0; padding-top: 0; background-color: #FFFFFF; font-size: 11px; } .fbnav-level5 span { /* text of the link positioning */ margin-left: 54px; display: block; } .fbnav-level5 a:hover { /* a:hover arrow positionning */ background-position: 45px 6px; } .fbnav-level5 a:link span, .fbnav-level5 a:visited span, .fbnav-level5 a:active span {/* a:hover arrow positionning */ color: #0F6190; } .fbnav-level5 a:hover span { color: black; } a.fbnav-active-l5 {/* a:link */ background-image: url(/meespierson/2004/home.nsf/arrow_mediumblue_open.gif); background-repeat: no-repeat; background-position: 43px 8px; } /* ----------------- LEVEL 6 ----------------- */ li.fbnav-level6 { display: block; width: 223px; height: 14px; color: black; list-style: none; line-height: 14px; margin-top: 0; padding-top: 0; background-image: url(/meespierson/2004/home.nsf/bullet_level6.gif); background-repeat: no-repeat; background-position: 54px 6px; } .fbnav-level6 span { /* text of the link positioning */ margin-left: 61px; font-size: 10px; display: block; } .fbnav-level6 a:hover { /* a:hover arrow positionning */ background-image: url(/meespierson/2004/home.nsf/bullet_level6_full.gif); background-position: 45px 6px; } a.fbnav-active-l6 { /* a:link */ background-image: url(/meespierson/2004/home.nsf/bullet_level6_full.gif); background-repeat: no-repeat; background-position: 54px 6px; color: #0F6190; } /* ----------------- ALL LEVELS ----------------- */ .fbnavliactive { background-color: #0F6190; } li.fbnavliactive a:link, li.fbnavliactive a:hover, li.fbnavliactive a:visited { color: #ffffff; }