/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
	font: 15px "Century Gothic";
	list-style-type: none;
	border-bottom: 0px solid #404040;
	background: #E6000D;
overflow: hidden;
text-align:center;
height:47px;


}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 13px 8px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: white;
background: #E6000D;;
text-align:center ;
/* width:148px; */     


}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background-image: url(menu_akt_poz1.gif) ;
background-repeat: no-repeat;
background-position: 25px 50%; 
}

.mattblackmenu a.selected{
background-image: url(menu_akt_poz2.gif) ;
background-repeat: no-repeat;
background-position: 25px 50%; 
}


.mattblackmenuX ul{
margin: 0;
padding: 0;
	font: 14px "Century Gothic";
	list-style-type: none;
	border-bottom: 0px solid #404040;
	background: #E6000D;
overflow: hidden;
text-align:center;
height:47px;        


}

.mattblackmenuX li{
display: inline;
margin: 0;
}

.mattblackmenuX li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 13px 8px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: white;
background: #E6000D;
text-align:center ;

background-image: url(menu_akt_poz1.gif) ;
background-repeat: no-repeat;
/* background-position: center; */  
background-position: 25px 50%; 

}

.mattblackmenuX li a:visited{
color: white;
}

.mattblackmenuX li a:hover{
background-image: url(menu_akt_poz2.gif) ;
background-repeat: no-repeat;
background-position: 25px 50%; 
}

.mattblackmenuX a.selected{
background-image: url(menu_akt_poz2.gif) ;
background-repeat: no-repeat;
background-position: 25px 50%; 
}