.tab-wrapper
{
	padding:				0;
	margin:					0;
	border:					0px solid #eee;
	clear:					both;
}
.tab-menu
{
	margin:					0;
	padding:				0;
	list-style:				none;
	overflow:				auto;
}

.tab-menu li
{
	margin:					0;
	margin-right:				5px;
	padding:				0;
	padding-left:				10px;
	padding-right:				10px;
	float:					left;
	border:					1px solid grey;
	border-bottom:				0px;
}

.tab-menu li.tab-selected
{
	background-color:			#a7063c;
}

.tab-menu li a
{
	padding:				0;
	font-weight:				bold;
	color:					grey;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{

	/* your effect here */
}
.tab-menu li.tab-selected a
{
	text-decoration:			none;
	color:					white;
	font-weight:				bold;
	/* your effect here */
}

.tabcontent {
	margin:					0px;
        border:                                 1px solid grey;
	padding:				15px;
}