﻿.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px;
padding-right: 0px; /*offset of tabs relative to browser left edge*/
font: bold 10px Arial;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 20px 20px; /*padding inside each tab*/
border-left: 1px solid #2A70BE; /*right divider between tabs*/
color: white;
background: #387CC7; /*background of tabs (default state)*/
background-image: url('images/menu-hover.jpg');
background-repeat: repeat-x;
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #235185; 
background-image: url('images/menu-bg.jpg');
background-repeat: repeat-x;
text-decoration: underline;
}


div#nifty{ margin: 0 0%;}

b.rtop, b.rbottom{display:block;}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #5D5D5D}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
