*** Tabs
***/
+.tabtree a.nolink,
+.tabtree .here ul a.nolink {
+ color: #888;
+}
+
+.tabtree a.nolink:hover,
+.tabtree .here ul a.nolink:hover {
+ color: #888;
+}
+
+.tabtree .here a.nolink,
+.tabtree .here ul .here a.nolink {
+ color: black;
+}
+
+.tabtree .here a.nolink:hover,
+.tabtree .here ul .here a.nolink {
+ color: black;
+}
/***
padding: 10px 0 0.35em 13px;
}
-.tabrow0 a:hover {
+.tabrow0 a:link:hover,
+.tabrow0 a:visited:hover {
background-image: url(pix/tab/left_hover.gif);
}
-.tabrow0 .here a:hover {
+.tabrow0 .here a:link:hover,
+.tabrow0 .here a:visited:hover, {
background-image: url(pix/tab/left.gif);
}
-.tabrow0 a:hover span {
+.tabrow0 a:link:hover span,
+.tabrow0 a:visited:hover span {
background-image: url(pix/tab/right_hover.gif);
}
-.tabrow0 .here a:hover span {
+.tabrow0 .here a:link:hover span,
+.tabrow0 .here a:visited:hover span {
background-image: url(pix/tab/right.gif);
}