.tab-wrapper
{
	padding:				0.5em 0em;
	margin:					0;
	border:					0px solid #eee;
	clear:					both;
}
.tab-menu
{
	margin:					0;
	padding:				0;
	list-style:				none;
	overflow:				auto;
	border-bottom:			1px solid #eee;
}
.tab-menu li
{
	margin:					0;
	padding:				0;
	float:					left;
	line-height:			2em;
	border-top:				1px solid #ccc;
	border-left:			1px solid #ccc;
	border-right:			1px solid #ccc;
}
.tab-menu li a
{
	padding:				0 .5em 0 0.5em;
	margin:					0 .5em 0 0;
	font-weight:			bold;
	
	line-height:			2em;
}
.tab-menu li:hover,
.tab-menu li:focus
{
	/* your effect here */
	
	background-color: 		#ccc;
}
.tab-menu li.tab-selected
{
	text-decoration:		none;
	color:					inherit;
	/* your effect here */
	background:				transparent url(/gfx/bgc_pmenu1.gif) no-repeat scroll left bottom;
	background-color: 		#eee;
}
