.tab-wrapper
{
	padding:				1em 1.5em;
	margin:					0;
	border:					1px solid #FFDF00;
	clear:					both;
}
.tab-menu
{
	margin:					0;
	padding:				0;
	list-style:				none;
	overflow:				auto;
}
.tab-menu li
{
	margin:					0;
	padding:				0;
	float:					left;
	line-height:			2em;
}
.tab-menu li a
{
	padding:				0 .9em 0.3em .9em;
	font-weight:			bold;
	font-size:				15px;
	
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	text-decoration:		none;
	color:					#000000;
	/* your effect here */
}
.tab-menu li.tab-selected a
{
	text-decoration:		none;
	color:					#000000;
	font-weight:			bold;
	background-color:#FFCC00;
	/* your effect here */
}
