/* -------------------------------------------------- */
/* boxtab-blue */
/* -------------------------------------------------- */
#boxtab-blue {
	clear:left;
	float:left;
	padding:0;
	background:#fff url(boxtab-b.gif) bottom repeat-x;
	width:100%;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;/*dodano*/
	font-weight:bold;/*dodano*/
}
#boxtab-blue ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	left:50%;
	text-align:center;
}
#boxtab-blue ul li {
	display:block;
	float:left;
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
	position:relative;
	right:50%;
}
#boxtab-blue ul li a {
	display:block;
	float:left;
	margin:0 1px;
	padding:5px 10px;
	background:#ccc/*fff*/;
	text-decoration:none;
	color:#000;
	border-top:1px solid #369;
	border-left:1px solid #369;
	border-right:1px solid #369;
	border-bottom:1px solid #369;
	position:relative;
	bottom:1px;
}
#boxtab-blue ul li a:hover {
	background:#0006B9;
	color:#FFF946;
}
#boxtab-blue ul li.active {
	margin-top:10px;
}
#boxtab-blue ul li.active a,
#boxtab-blue ul li.active a:hover {
	position:relative;
	bottom:0;
	padding:8px;
	background:#FFCC11;
	color:#0006B9;
	font-weight:bold;
	font-size:14px;/*dodano*/
	border-bottom:2px solid #FFCC11;
}

