/************************************************************************** ** Classes collection for 'Site Tree' upper menu bar ** ** Delimeter classes : vertical TD (for first level) ** horizontal TR and TD (for second level) ** First level classes : "upperMenu" for TABLE,TR,TD,DIV ** "upperMenu_H","upperMenu_S" for TD,DIV ** Second level classes : "upperSubMenu" for TABLE,TR,TD,DIV ** "upperSubMenu_H","upperSubMenu_S" for TR,TD,DIV ** "upperMenuContainer" for DIV ** Hight level classes : "upperSubMenu_Lev"+level for TABLE,TR,TD,DIV ** "upperSubMenu_Lev"+level+"_H","upperSubMenu_Lev"+level+"_S" for TR,TD,DIV ** "upperMenuContainer_Lev"+level for DIV ** "_H" class use for onmouseover,onmouseout events and case then object is ** parent of current object ** "_S" class use for case then object is current object ***************************************************************************/ /**DELIMETERS:**/ td.upperMenu_VertDelim{ display:none; background-color:#9BABC2; } tr.upperSubMenu_HorizDelim{} td.upperSubMenu_HorizDelim{} /**FIRST LEVEL:**/ TABLE.upperMenu{} TR.upperMenu{} a.upperMenu,a.upperMenu_H,a.upperMenu_S,a:link.upperMenu_S,a:visited.upperMenu_S,a:hover.upperMenu_S,a:link.upperMenu_H,a:visited.upperMenu_H,a:hover.upperMenu_H,a:link.upperMenu,a:visited.upperMenu,a:hover.upperMenu{ text-decoration:none; font-weight: bold; font-size:11px; font-family: verdana; vertical-align:middle; text-align:center; color:#FFFFFF; background-color:#006699; border-right:solid 1px #FFFFFF; padding-top:4; padding-bottom:4; width:100%; } a.upperMenu_H,a.upperMenu_S,a:link.upperMenu_H,a:link.upperMenu_S,a:visited.upperMenu_H,a:visited.upperMenu_S,a:hover.upperMenu_H,a:hover.upperMenu_S{ text-decoration:none; color : #656565; background-color: #E0E0E0; padding-top:4; padding-bottom:4; width:100%; } /**SECOND_LEVEL:**/ div.upperSubMenuContainer{ background-color:#E0E0E0; } a.upperSubMenu,a.upperSubMenu_H,a.upperSubMenu_S,a:link.upperSubMenu_S,a:visited.upperSubMenu_S,a:hover.upperSubMenu_S,a:link.upperSubMenu_H,a:visited.upperSubMenu_H,a:hover.upperSubMenu_H,a:link.upperSubMenu,a:visited.upperSubMenu,a:hover.upperSubMenu{ font-weight: solid; font-size:11px; font-family: verdana; vertical-align:middle; color:#656565; background-color:#E0E0E0; border:solid 0 #66829e; padding-left:15px; padding-right:15px; padding-top:3; padding-bottom:3; text-decoration:none; width:100%; } a.upperSubMenu_H,a.upperSubMenu_S,a:link.upperSubMenu_H,a:link.upperSubMenu_S,a:visited.upperSubMenu_H,a:visited.upperSubMenu_S,a:hover.upperSubMenu_H,a:hover.upperSubMenu_S{ color: #006699; font-weight: bold; text-decoration:none; width:100%; }