/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu ul{
margin: 12px 0 0 10px;
padding: 0px;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 0px solid gray;
overflow: hidden;
width: 100%;

}
.mattblackmenu li{
display: inline;
margin: 0px;
padding:  0 0px 0 0px;
}
.mattblackmenu2 li{
display: inline;
margin: 0px;
width: 100px !important;
padding:  0 0px 0 0px;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0 6px 0 0;
padding: 0px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: white;
background: #414141;
}
.ss2{padding: 6px 0 0 12px}
.ss{padding: 6px 0 0 12px}
.mattblackmenu li a:visited{
color: white;
}
.mattblackmenu li a:hover{
background: url(../src/biblioteka2.jpg) left top no-repeat ; /*background of tabs for hover state */
}
.mattblackmenu a.selected{
	background: url(../src/menuhover.gif) left top no-repeat !important;/*background of tab with "selected" class assigned to its LI */
}
a.biblioteka2:link, a.biblioteka2:visited, a.biblioteka2:active{
width: 136px;
height: 26px !important;
padding: 0px 0 0 0px;
background: url(../src/menuactive.gif) left top no-repeat;
}
a.biblioteka2:hover { 	
background: url(src/menuhover.gif) left top no-repeat ;
}
a.biblioteka3:link, a.biblioteka3:visited, a.biblioteka3:active{
width: 80px;
height: 26px !important;
padding: 0px 0 0 5px;
background: url(../src/biblioteka33.gif) left top no-repeat;
}
a.biblioteka3:hover { 	
 background: url(../src/biblioteka3.gif) left top no-repeat !important;
}