/* styles for the tree */ SPAN.TreeviewSpanArea A { font-size: small; font-weight: bold; text-decoration: none; color:#505050; } SPAN.TreeviewSpanArea A:hover { font-size: small; font-weight: bold; text-decoration: underline; color:#505050; } SPAN.TreeviewSpanArea A:active { font-size: small; font-weight: bold; text-decoration: none; color:#505050; } .navHead { font-size: small; font-weight: bold; font-family: times; } .navs { /*font: bold 12px Tahoma; */ color:#505050; background-color: #f4f4f4; text-align: left; height: 20px; width: 135px; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 0px; border-left:4px solid #cccccc; border-color: #ffffff #DAE5EF #999999 #cccccc; } .navsHover { /*font: bold 12px Tahoma; */ color:#505050; background-color: #eaeaea; /*9DABC4*/ text-align: left; height: 20px; width: 135px; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left:4px solid #286ea0; border-color: #ffffff #000066 dark-gray #286ea0; } .navsSelected { /*font: bold 12px Tahoma; */ font: bold 12px Tahoma; color:#505050; background-color: #eaeaea; text-align: left; height: 20px; width: 135px; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-color: #ffffff #5F79A3 #999999 #ffffff; }