#poziome_menu{
	width:590px;
	padding:5px;
	margin:0 auto 0 auto;
	margin-bottom:5px;
}
#poziome_menu .tabSet {
	margin: 0;
	padding: 0 0 0 120px;
	height: 26px;
	width: auto;
	background: url(../img/tabs/tab-bkg.gif) bottom left repeat-x;
}
#poziome_menu .tabSet li {
	list-style-type: none;
	background: url(../img/tabs/tab-off-l.gif) top left no-repeat;
	float: left;
	margin: 0 2px 0 0 !important;
	padding: 0 8px 0 14px !important;
	cursor: pointer;
}
#poziome_menu .tabSet li a {
	background: url(../img/tabs/tab-off-r.gif) top right no-repeat;
	display: block;
	float: left;
	height: 24px;
	line-height: 26px;
	color: #666;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 12px 0 0;
	text-decoration: none;
}
#poziome_menu .tabSet li.off a:hover{
	text-decoration:underline;
}
#poziome_menu .tabSet li.on {
	background: url(../img/tabs/tab-on-l.gif) top left no-repeat;
}	
#poziome_menu .tabSet li.on a {
	background: url(../img/tabs/tab-on-r.gif) top right no-repeat;
	color:#2f7fc0;
}