.tab-wrapper
{	/*display: none;*/
	/*background-color: #ddd;*/
	border-top:1px solid #D40300;
	padding:5px 0 0 0;
	/*position: relative;*/
	width: 100%;
	/*top: -1px;*/
	clear: both;
	/*overflow: auto;*/
	width:210px;
}
.tab-menu
{	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 20px;
	overflow:hidden;
}
.tab-menu li
{	float: left;
	background-color: #ffffff;
	color:#666666;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 20px;
	list-style-image: none;
	list-style-type: none;
	background:none;
	font-weight:bold;
}
.tab-menu li a
{	color:#333333;
	height: 20px;
	padding: 2px 8px 2px 8px;
	text-decoration:none;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{	background-color: #e6e6e6;
	text-decoration:none;
	color:#D40300;
}
.tab-menu li.tab-selected a
{	background-color: #e6e6e6;
	color:#D40300;
}