

#menu-top{
padding: 0;
width: 670px;
background:url(../obrazki/podmenu.jpg);
background-repeat: repeat-x;
voice-family: inherit;
text-align:center;
height: 70px;
float: left;
padding-left: 30px;
}

#menu-top ul{
font: bold 14px Arial, sans-serif;
margin-bottom: 1em; /*margin between menu and rest of content*/
margin:0px auto;
padding:0;
list-style:none;

white-space:nowrap;


display:block;
}

#menu-top li{
display:inline;
margin:0 0px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#menu-top a{
float:left;
color: white;
/*background: #000000  no-repeat left bottom;*/
border-bottom: 5px solid #8b0000;
margin:0 18px 0 0;
padding:3px 5px 3px 5px;
text-decoration:none;
letter-spacing: 1px;
}

#menu-top li.ac a {
	color: white;
	background-color: #8b0000;
border-bottom: 5px solid #8b0000;
	}

#menu-top a span{
float:none;
}


#menu-top a:hover{
background-color: #8b0000;
border-bottom: 5px solid #8b0000;
}

#menu-top a:hover span{
background-color: #8b0000;
}

#menu-top #current a, #menu-top #current span{ /*currently selected tab*/
background-color: #d50509;
}

#menu-topline{
clear: both;
padding: 0;
margin: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #000000;
border-bottom: 0px solid #fff; /*Remove this to remove border between bar and tabs*/
}

