.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:1%;
}

.tab-wrapper
{
	padding:				1em 1.5em;
	margin:					0;
	clear:					both;
	background-color: #2b2b2b;
	width:850px;
	color:#FFF;
}
.tab-menu
{
	margin:					0;
	padding:				0;
	list-style:				none;
	overflow:				auto;
}
.tab-menu li
{
	float: left;
	background: #5c533e;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}
.tab-menu li a
{
	padding:				0 .5em;
	font-weight:			bold;
	color:#FFF;
	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:					inherit;
	/* your effect here */
}

.tab-menu li.tab-selected
{
	text-decoration:		none;
	color:					#fff;
	background: #2b2b2b;
	/* your effect here */
}


