.tab-wrapper
{
	padding:				7px;
	margin:					-1px 0 0 0;
	border:					1px solid #A47B26;
	clear:					both;
}
.tab-menu
{
	margin:					7px 0 0 0;
	padding:				0;
	list-style:				none;
	overflow:				auto;
}
.tab-menu li
{
	margin:					0;
	margin-right:			4px;
	padding:				2px;
	border:					1px solid #A47B26;
	float:					left;
	list-style-type:		none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	font-weight: bold;
	background-color: #E3E7E2;
}
.tab-menu li a
{
	margin:					0px;
	padding:				0px;
	font-weight:			bold;
	border:					none;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	border:					none;	/* your effect here */
}

.tab-menu li.tab-selected 
{
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
}

.tab-menu li.tab-selected a
{
	text-decoration:		none;
	color:					inherit;
	/* your effect here */
}
