@charset "windows-1251";
/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
background: transparent;
overflow: hidden;
clear:both;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
/*float: left;
display: block;*/
text-decoration: none;
margin: 0;
padding: 0px 8px; /*padding inside each tab*/
/*border-left: 1px solid black;
border-right: 1px solid black; /*right divider between tabs*/
color: rgb(0,147,221);
background: transparent;
}

/*
.mattblackmenu li a:visited{
color: rgb(0,147,221);
/*color:white;*/
}
*/
.mattblackmenu li a:hover{
background: rgb(0,147,221);
color: white; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: rgb(0,147,221);
color:white; /*background of tab with "selected" class assigned to its LI */
}