.tabelemenu {
	width:100%;
	margin:0 auto;
	list-style-type:none;
	padding:0;
	overflow:auto;
	background:url('/img/bg/tabele_ul.gif') bottom left repeat-x white;
}

.tabelemenu li{
	float:left;
	padding:0;
	margin:0;
	text-align:center;
	line-height:1.4em;
	overflow:hidden;
}

.tabelemenu li a, .tabelemenu li a:visited{
	background:url('/img/bg/tabele_li.gif') top left repeat-x silver;
	text-decoration:none;
	font-weight:bold;
	color:white;
	padding:5px 10px;
	margin:0 1px 0 0;
	height:21px;
	display:block;
}


.tabelemenu li a:hover{
	background:url('/img/bg/tabele_li_hover') top left repeat-x gray;
}
.tabelemenu li.selected a,.tabelemenu li.selected a:visited{
	background:url('/img/bg/tabele_li_selected.gif') top left repeat-x white;
	color:black;
	border-left:1px solid #B5B5B5;
	border-right:1px solid #B5B5B5;	
}


div.tabeleopis{
	width:541px;
	margin:0;
	padding:10px;
	background:#F8F8F8;
	border-bottom:1px solid #B5B5B5;
	border-left:1px solid #B5B5B5;
	border-right:1px solid #B5B5B5;
}
.tabeleopis h2{
	color:gray;
	font-size:18px;
	margin:0;
	padding:0;
}

.tabela{
	width:100%;
	background:#F8F8F8;
	border-bottom:1px solid #B5B5B5;
	border-left:1px solid #B5B5B5;
	border-right:1px solid #B5B5B5;
}
