
#group_subnav table {
width: 720px;
margin: 0 auto;
}

#group_subnav td {
margin: 0;
padding: 0;
border: none;
}

.group_selected a, .group_selected a:link, .group_selected a:visited, .group_other a, .group_other a:link, .group_other a:visited {
display: block;
text-align: center;
border-top: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
margin: 0;
}

.group_selected a, .group_selected a:link, .group_selected a:visited {
padding: 11px 0;
}

.group_selected a:hover, .group_selected a:focus {
text-decoration: none;
}

.group_other a, .group_other a:link, .group_other a:visited {
border-bottom: 1px solid black;
background-color: #6f6e6b;
padding: 6px 0;
}

.group_other a:hover, .group_other a:focus {
background-color: #585755;
}

#subnav_clear {
clear: both;
height: 2px;
}
