.tab-wrapper {
	padding: 1em 1.5em;
	margin: 0px;
	padding: 20px;
	clear: both;
}
.tab-menu {
	margin: 0px;
	padding: 6px 0px 0px 8px;
	list-style: none;
	overflow: auto;
}
.tab-menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 2em;
	height: 30px;
	width: 94px;
	background: url(/img/bg_boxtab-li.gif) top left no-repeat;
}
.tab-menu li a {
	padding: 0 .5em;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.tab-menu li a:hover, .tab-menu li a:focus {
	text-decoration: underline;
}
.tab-menu li.tab-selected
{
	background: url(/img/bg_boxtab-li-sel.gif) top left no-repeat;
}

.tab-menu li.tab-selected a {
	text-decoration: none;
	color: white;
	/* your effect here */
}
.tab-container {
	font-size: 11px;
	line-height: 14px;
}