.tab-wrapper
{
	padding:				0;
	margin:					0;
}
.tab-menu
{
	margin:					0;
	padding:				0 0 0 10px;
	list-style:				none;
	overflow:				auto;
	z-index:9999;
	position:relative;
}
.tab-wrapper-ctr{ 
margin:-1px 0 0 0; 
z-index: 1;
}
.tab-menu li
{
	margin:					0;
	padding:				0;
	float:					left;
	background: transparent url(images/tab_imgs/tab-off.gif) left top no-repeat;
	outline:none;
}
.tab-menu li.tab-selected {
	background: transparent url(images/tab_imgs/tab-on.gif) left top no-repeat;
}
.tab-menu li a
{
	height: 22px;
	text-decoration:		none;
	padding:				8px 20px 0 20px;
	margin:0;
	font-weight:			bold;
	color:					#036;
	background: #eee;
	display:block;
	float:left;
	outline:none;
	background: transparent url(images/tab_imgs/tab-end-off.gif) right top no-repeat;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	text-decoration:		underline;
	/* your effect here */
}
.tab-menu li.tab-selected a
{
	background: #036;
	text-decoration:		none;
	color:					#fff;
	background: transparent url(images/tab_imgs/tab-end-on.gif) right  no-repeat;
	/* your effect here */
}
