Is there a way to create a unique styleClass for the tabbed menu section of the form without affecting anything else? Currently, the CSS I have is applying to everything on the form.
a.tab-menu-link:link, a.tab-menu-link:visited
{
display:block;
width:120px;
font-weight:bold;
color:#ffffff;
background-color:#5576A7;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
a.tab-menu-link:hover, a.tab-menu-link:active
{
background-color:#ff9c2a;
}