.tab-wrapper
{
	background-color: #326cb5;
	margin: 0;
	clear: both;
}

.tab-container
{
	background-color: #326cb5;
	padding: 5px;
}

.tab-menu
{
	border: 1px solid #eee;
	clear: both;
	margin:					0;
	padding:				0;
	list-style:				none;
	overflow:				auto;
}
.tab-menu li
{
	background-color: #8c9eb5;
	border-right: 1px solid #fff;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 2em;
}
.tab-menu li a
{
	color: #f2f5f8;
	padding: 0 .5em;
	font-weight: bold;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	/* your effect here */
}

.tab-menu li.tab-selected
{
	background-color: #326cb5;
	color: #e8eff8;
}

.tab-menu li.tab-selected a
{
	color: inherit;
}
