/* ######### SisterSax Main Menu Bar CSS ######### */

.ssaxmenu ul{
margin: 5px 0 0 0;
padding: 0;
font: italic bold 10pt Georgia,Arial, Helvetica, sans-serif;
list-style-type: none;
border: 1px solid #FF3399;
border-bottom: none;
background: black;
overflow: hidden;
width: 776px;
}

.ssaxmenu li{
display: inline;
margin: 0;
}

.ssaxmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 12px; /*padding inside each tab*/
border-right: 1px solid #ff2e95; /*right divider between tabs*/
color: #FF3399;
background: black;
}

/* .ssaxkmenu li a:visited{ */
color: white;
}

.ssaxmenu li a:hover{
background: #FF2E95; /*background of tabs for hover state */
color: white;
}

.ssaxmenu a.selected{ 
background: black; /*background of tab with "selected" class assigned to its LI */
} 



