/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal 14px  "Georgia", Times New Roman, Times, serif;
list-style-type: none;
border-bottom: 1px solid #f5f5f3;
background: #0c4173;
overflow: hidden;
width: 100%;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 10px 10px; /*padding inside each tab*/
color: #ffffff;
background-image:url(../aubergine_navsep.gif);
background-position:right;
background-repeat:no-repeat;
}
.mattblackmenu li a:visited{
color: 000000;
}

.mattblackmenu li a:hover{
background-color: #333333;
color:#ffffff;/*background of tabs for hover state */
background-image:url(../aubergine_navsep.gif);
background-position:right;
background-repeat:no-repeat;
}

.mattblackmenu a.selected{
background-color: #333333;
color:#ffffff;/*background of tabs for hover state */
background-image:url(../aubergine_navsep.gif);
background-position:right;
background-repeat:no-repeat;
}