/* ######### GŁÓWNE MENU - Matt Black Strip Main Menu Bar CSS ######### */



.mattblackmenu ul{
   margin: 0;
   padding: 0;
   font: bold 13px Verdana;
   list-style-type: none; /*border-bottom: 1px solid gray;*/
   background: transparent;
   overflow: hidden;
   width: 100%;
   text-transform: uppercase;
}



.mattblackmenu li{

display: inline;

margin: 0;

}



.mattblackmenu li a{
   float: left;
   display: block;
   text-decoration: none;
   margin: 0;
   padding: 10px 14px; /*padding inside each tab*/
   border-right: 1px solid white; /*right divider between tabs*/
   color: #414E58;
   background: transparent;
}



.mattblackmenu li a:visited{
   color: #414E58;
}



.mattblackmenu li a:hover{
   background: #9BB5D7; /*background of tabs for hover state */
   color: White;
}



.mattblackmenu a.selected{

background: black; /*background of tab with "selected" class assigned to its LI */

}



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



.mattbluemenu ul{
   margin: 0;
   padding: 0;
   font: bold 12px Verdana;
   list-style-type: none;
   /*border-bottom: 1px solid gray;*/
   background: #C2CDD6;
   overflow: hidden;
   width: 100%;
}



.mattbluemenu li{

display: inline;

margin: 0;

}



.mattbluemenu li a{
   float: left;
   display: block;
   text-decoration: none;
   margin: 0;
   padding: 6px 8px; /*padding inside each tab*/
   border-right: 1px solid white; /*right divider between tabs*/
   color: Black;
   background: #C2CDD6;
}



.mattbluemenu li a:visited{

color: white;

}



.mattbluemenu li a:hover{
   background: #7197C7; /*background of tabs for hover state */
}



.mattblackmenu a.selected{
   background: #9BB5D7; /*background of tab with "selected" class assigned to its LI */
}