/* Sub Heading */
.subHeading {
- border-bottom: 1px solid #999;
+ border-bottom: 1px solid #ccc;
font-size: 120%;
text-shadow: 0 1px 0 #fff;
margin: 14px 0 14px;
text-decoration: none;
}
+.tabMenu li a {
+ text-shadow: 0 1px 0 #fff;
+}
+
+.tabMenu li.ui-state-active a {
+ color: #333 !important;
+ font-weight: bold;
+}
+
.subTabMenu {
background-color: #369;
border-top-left-radius: 5px;
left: 0;
position: absolute;
opacity: 0;
- filter: Alpha(opacity=0);}
+ filter: Alpha(opacity=0);
+}
/* -- -- -- -- -- EOF -- -- -- -- -- */