.tab-wrapper
{
	margin:				    1.5em 1.5em 1em 0;
	/*margin:					0;*/
	clear:				    both;
	width:                  565px;
}
.tab-menu
{
	margin:					21px 0 0 -12px;
	padding:				0;
	list-style:				none;
	overflow:				auto;
}
.tab-menu li
{
	margin:					0;
	padding:				0 39px 0 6px;
	float:					left;
	line-height:			2em;
	width: 					76px;
}
.tab-menu li a
{
	padding:				0 .5em;
	font-weight:			bold;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	/* your effect here */
}
.tab-menu li.tab-selected a
{
	text-decoration:		none;
	color:					inherit;
	font-weight:            bold;	
/* your effect here */
}

