.tab-wrapper
{
	padding:				1em 1.5em;
	margin:					0;
	border:					1px solid #eee;
	clear:					both;
}
.tab-menu
{
	margin:					0;
	padding:				0;
	list-style:				none !important;
	overflow:				auto;
}

.tab-menu ul
{
	list-style: none !important;	
}

.tab-menu li
{
	margin:					0;
	padding:				0;
	float:					left;
	line-height:			2em;
	background-color: #F0F0F0;
	margin-right: 10px;
	list-style: none !important;
	
}
.tab-menu li a
{
	padding:				0 .5em;
	font-weight:			bold;
	text-decoration: none;
	color:#3E6477;
	
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	/* your effect here */
}
.tab-menu li.tab-selected a
{
	text-decoration:		none;
	color:					#263f4c;
	/* your effect here */
}