.tab-wrapper
{
	margin:					0px;
	border:					0px solid #555964;
	clear:					both;
	background-color: 		#ddd;
	border-top: 			5px solid #ffcc00;
}
.tab-menu
{
	margin:					0px;
	padding:				0px;
	list-style:				none;
	overflow:				auto;
}
.tab-menu li
{
	margin:					0px;
	margin-right: 			5px;
	padding:				5px;
	float:					left;
	line-height:			20px;
	background-color: 		#bbb;
	position:				relative;
}
.tab-menu li a
{
	padding:				5px;
	font-weight:			bold;
	color: 					#000;
	text-decoration:		none;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	/* your effect here */
}
.tab-menu li.tab-selected a
{
	text-decoration:		none;
	color:					#000;
	/* your effect here */
}
.tab-menu li.tab-selected 
{
	background-color: 		#ffcc00;
}