.tab-wrapper
{
/*	padding:				1em 1.5em;
	margin:					0;
	border:					1px solid #eee;
	clear:					both;*/
	border:1px #CCC solid;
	padding:10px;
	-moz-border-radius-topright:9px;
	-moz-border-radius-bottomright:9px;
	-moz-border-radius-bottomleft:9px;
	overflow:hidden;
	margin-top:-6px;
	clear:both;
}
.tab-menu
{
	margin:					0;
	padding:				0;
	list-style:				none;
	overflow:				hidden;
	height:49px;
	position:relative;
	z-index:50;
}

.tab-menu li {
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
	height:43px;
}
.tab-menu li a{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	display:block;
	width:77px;
	text-align:center;
	padding:10px 5px 0px;
	height:34px;
	vertical-align:middle;
	margin-right:3px;
	background: url(../assets/tab-normal.png) no-repeat center top;
	outline:none;
}
.tab-menu li a:hover {
	color:#333;
	background-position:0px -56px;
}
.tab-menu li.tab-selected a {	
	color:#333;
	background: url(../assets/tab-active.png) no-repeat center top;
	z-index:100;
}
