.tab-wrapper {
height: 220px; overflow: hidden;
}

.tab-menu
{
	margin:					0;
	padding:				0;
	list-style:				none;
	overflow:hidden;
}
.tab-menu li
{
	margin:					0;
	padding:				5px 20px;
	float:					left;
	line-height:			2em;
	background: none;
}
.tab-menu li a
{
	padding:				0;
	font-weight:			bold;
	text-decoration: none;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	/* your effect here */
}
.tab-menu li.tab-selected 
{
	background: transparent url(../images/motyl.gif) no-repeat right top;
	padding: 5px 20px 8px 20px;
	/* your effect here */
}
