/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
background-position: 0% 0%; margin:0; list-style-type: none;
border-bottom: 0px none;
overflow: hidden;
font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Verdana; padding-left:0; padding-right:0; padding-top:6px; padding-bottom:6px; background-image:url('images/navback.jpg'); background-repeat:repeat; background-attachment:scroll; color:#273548; width:100% 
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
background-position: 0% 0%; float: left;
display: block;
text-decoration: none;
margin: 0;
/*padding inside each tab*/
border-right: 1px solid #ccc1af; /*right divider between tabs*/
padding-left:8px; padding-right:8px; padding-top:2px; padding-bottom:2px; background-image:none; background-repeat:repeat; background-attachment:scroll; color:#273548; font-size:11pt; font-family:Arial
}

.mattblackmenu li a:visited{
color: #273548;
}

.mattblackmenu li a:hover{
background-position: 0% 0%; background-image:none; background-repeat:repeat; background-attachment:scroll
}

.mattblackmenu a.selected{
background-position: 0% 0%; background-image:none; background-repeat:repeat; background-attachment:scroll
}