BODY { background-color: white; font-family: Verdana; font-weight: normal; font-size: 8pt; line-height: 10pt; } A {text-decoration: none; color: #0000AA;} A:visited {text-decoration: none; color: #0000AA;} .leftcolumn { position: absolute; background-color:white; top: 106px; left: 0px; width: 160px; height: 100%; margin: 0px; padding: 3px 0px 0px 7px; z-index: 1; } .leftcolumn TABLE {background-color:#CFDEFB;margin:0px;padding:0px;border-left: 1px solid black;border-top: 1px solid black; } .leftcolumn TR {margin:0px;padding:0px;} .leftcolumn TD {margin: 0px; padding: 0px;vertical-align: top;} .topimage { width: 153px; height: 96px; border-bottom: 1px solid #778; border-right: 1px solid #778; overflow: hidden; } .topoptions { position: absolute; top: 3px; right: 0px; text-align: right; height: 12px; color: black; cursor: default; display: inline; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 9px; white-space: nowrap; border-bottom: 1px solid #778; } .toptitle { position: absolute; left: 166px; top: 10px; height: 40px; font-family: Arial, sans-serif; font-size: 42px; font-weight: bold; line-height: 42px; font-variant: small-caps; text-align: center; } .rightcolumn { position: absolute; background-color:white; top: 106px; right: 0px; width: 160px; height: 100%; padding: 3px 7px 0px 0px; z-index: 1; } .rightcolumn TABLE {background-color:#CFDEFB;margin:0px;padding:0px;border-right: 1px solid black;border-top: 1px solid black; } .rightcolumn TR {margin:0px;padding:0px;} .rightcolumn TD {margin: 0px; padding: 0px;vertical-align: top;} .topbar { position: absolute; top: 0px; left: 0px; width: 98%; height: 104px; padding: 0px 0px 3px 7px; z-index: 2; } .topbar TABLE {background-color:#CFDEFB;margin:0px;padding:0px; border-width:0px 0px 1px 1px; border-style: solid;border-color: black; } .topbar TR {margin:0px;padding:0px;} .topbar TD {margin: 0px; padding: 0px;} .topbarright { position: absolute; top: 0px; right: 0px; width: 3%; height: 104px; padding: 0px 7px 3px 0px; z-index: 2; } .topbarright TABLE {background-color:#CFDEFB;margin:0px;padding:0px; border-width:0px 1px 1px 0px; border-style: solid;border-color: black; } .topbarright TR {margin:0px;padding:0px;} .topbarright TD {margin: 0px; padding: 0px;} .centerbox { position: absolute; top: 106px; left: -6px; height: 100%; width: 100%; padding: 0px 3px 0px 3px; margin: 0px; margin-top:3px; min-width: 950px; z-index: 0; } .centerbox TABLE {background-color:#CFDEFB;margin:0px;padding:0px;border-top: 1px solid black; } .centerbox TR {margin:0px;padding:0px;} .centerbox TD { margin: 0px; padding: 3px; font: 11px Verdana; overflow: hidden; } .centerbox A {text-decoration: none;} .centerbox UL {margin: 0px;} .centerbox LI {margin-left: -10px;} /* ################ LEFTMENU #################### */ .leftmenuitems ul{ margin: 0; padding: 0; list-style-type: none; font: bold 11px Verdana; width: 152px; /* Main Menu Item widths */ border-bottom: 0px solid #ccc; } .leftmenuitems ul li{ position: relative; } /* Top level menu links style */ .leftmenuitems ul li a{ display: block; overflow: auto; /*force hasLayout in IE7 */ color: white; text-decoration: none; padding: 4px; margin-bottom: 3px; border-bottom: 1px solid #778; border-right: 1px solid #778; } .leftmenuitems ul li a:link, .leftmenuitems ul li a:visited, .leftmenuitems ul li a:active{ background-color: #EC8E54; /*background of tabs (default state)*/ } .leftmenuitems ul li a:visited{ background-color: #EC8E54; color: white; } .leftmenuitems ul li a:hover{ background-color: black; } /*Sub level menu items */ .leftmenuitems ul li ul{ position: absolute; font: bold 11px Verdana; width: 200px; /*Sub Menu Items width */ top: 0; visibility: hidden; } /* Sub level menu links style */ .leftmenuitems ul li ul li a{ display: block; overflow: auto; /*force hasLayout in IE7 */ color: white; text-decoration: none; padding: 4px; margin-bottom: 0px; border-bottom: 1px solid #778; border-right: 1px solid #778; overflow: hidden; } .leftmenuitems a.subfolderstyle{ background: url(right.gif) no-repeat 97% 50%; } /* Holly Hack for IE \*/ * html .leftmenuitems ul li { float: left; height: 1%; } * html .leftmenuitems ul li a { height: 1%; } /* End */ /* ################ TOPMENU #################### */ .topmenuitems ul{ position:absolute; left: 166px; top: 81px; font: bold 11px Verdana; margin: 0; padding: 0; list-style-type: none; } /*Top level list items*/ .topmenuitems ul li{ position: relative; display: inline; float: left; } /*Top level menu link items style*/ .topmenuitems ul li a{ display: block; width: 90px; /*Width of top level menu link items*/ padding: 1px 8px; font: bold 13px Verdana; margin-right: 5px; border-bottom: 1px solid #778; border-right: 1px solid #778; border-left-width: 0; text-decoration: none; background-color: #EC8E54; color: white; } /*1st sub level menu*/ .topmenuitems ul li ul{ left: 0; position: absolute; top: 1em; /* no need to change, as true value set by script */ display: block; visibility: hidden; } /*Sub level menu list items (undo style from Top level List Items)*/ .topmenuitems ul li ul li{ display: list-item; float: none; } /*All subsequent sub menu levels offset after 1st level sub menu */ .topmenuitems ul li ul li ul{ left: 159px; /* no need to change, as true value set by script */ top: 0; } /* Sub level menu links style */ .topmenuitems ul li ul li a{ display: block; width: 160px; /*width of sub menu levels*/ color: white; text-decoration: none; padding: 1px 5px; border-bottom: 1px solid #778; border-right: 1px solid #778; border-left-width: 0; } .topmenuitems ul li a:hover{ background-color: black; color: white; } /*Background image for top level menu list links */ .topmenuitems .mainfoldericon{ background: #EC8E54 url(down.gif) no-repeat center right; } /*Background image for subsequent level menu list links */ .topmenuitems .subfoldericon{ background: #EC8E54 url(right.gif) no-repeat center right; } * html p#iepara{ /*For a paragraph (if any) that immediately follows this menu, add 1em top spacing between the two in IE*/ padding-top: 1em; } /* Holly Hack for IE \*/ * html .topmenuitems ul li { float: left; height: 1%; } * html .topmenuitems ul li a { height: 1%; } /* End */ /* ############### OVERIG ############## */ .adsense { top: 0px; margin-left: 15px; width: 120px; height: 600px; font-size:11px; line-height:13px; font-weight:normal; font-family: Arial, Helvetica, sans-serif; overflow: hidden; z-index: 2; } .menubox { position: relative; left: 0px; width: 140px; background-color: white; padding: 2px; margin: 7px 4px 2px 4px; font: 10px Verdana; border-bottom: 1px solid #778; border-right: 1px solid #778; overflow: hidden; } .menubox A {text-decoration: none;} .menubox UL {margin: 0px;} .menubox LI {margin-left: -10px;} .menuboxr { position: relative; left: 0px; width: 140px; background-color: white; padding: 2px; margin: 7px 4px 2px 4px; font: 10px Verdana; border-top: 1px solid #778; border-left: 1px solid #778; overflow: hidden; } .menuboxr A {text-decoration: none;} .menuboxr UL {margin: 0px;} .menuboxr LI {margin-left: -10px;}