.tab-wrapper
{
	margin:					0;
	padding: 0;
	border:					none;
	border-bottom: 2px solid #999;
	background-color: #eee;
	clear:					both;
}
.tab-menu
{
	margin:					0;
	padding:				0;
	list-style:				none;
/*	overflow:				hidden;*/
	border-bottom: 2px solid #999;
	height: 30px;
}
.tab-menu li
{
	margin:					0 5px 0 0 !important;
	padding:				0;
	float:					right;
	clear: none;
}
.tab-menu li a
{
	min-width: 80px;
	display: block;
	margin: 0;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	/* your effect here */
}
.tab-menu li.tab-selected a
{
	background-color: #eee;
	background-image: none;
	border-bottom: none;
	border-width: 2px;
	border-color: #999;
	color: #666;
	height: 30px;
	/* your effect here */
}
.tab-container{
	padding-top: 10px;
}