.tab-wrapper
{
	padding:				1em 0em;
	margin:					0;
	border:					0px solid #eee;
	clear:					both;
}
.tab-menu
{
	margin:					0;
	padding:				0;
	list-style:				none;
	overflow:				none;
	float:					right;
	text-align:				right;

}
.tab-menu li
{
	margin:					0;
	padding:				0 5px 0 5px;
	float:					left;
	font-size:				14px;
	line-height:			1.2em;
	border-left:			1px solid #666666;
	/*color: black;*/
}

.tab-menu li:first-child
{
	border-left:			0px;
}

.tab-menu li.tab-selected {
	/*color: white;*/
}

.tab-menu li a
{
	padding:				0 .5em;
	font-weight:			normal;
	color:					#666666;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	/* your effect here */
	text-decoration:		none;
	font-weight:			bold;
}
.tab-menu li.tab-selected a
{
	text-decoration:		none;
	font-weight:			bold;
	color:					#333333;	
	/* your effect here */
}
.tab-menu li.tab-selected a:hover
{
	text-decoration:		none;
	font-weight:			bold;
	/* your effect here */
}

.tab-container {
	padding-top: 20px;
}

