.tab-wrapper {
	margin: 0;
	padding: 10px 0 0;
	clear: both;
	width: 100%;
	height: 201px;
	/*top: -1px;*/
	background: url(/images/backgroundTabPanel4.png) no-repeat 0 0;
	text-align: center;
}

.tab-menu {
	margin: 0 0 0 24px;
	padding: 0;
	list-style: none;
}

.tab-menu li {
	margin: 0;
	padding: 0;
	float: left;
	width: 120px;
	/*line-height: 2em;*/
}

.tab-menu li a {
	/*padding: 0 .5em;
	font-weight: bold;*/
	float: left;
	margin-right: 4px;
	cursor: pointer;
	height: 24px;
	color: #fff;
	font-weight: bold;
	padding: 2px 0px;
	background: url(/images/backgroundTabInActive.png) no-repeat 0 0;
	width: 120px;
	text-decoration: none;
}

.tab-menu li a:hover, .tab-menu li a:focus {
	float: left;
	margin-right: 4px;
	cursor: pointer;
	height: 24px;
	color: #3E5569;
	font-weight: bold;
	padding: 2px 0px;
	background: url(/images/backgroundTabActive2.png) no-repeat 0 0;
	width: 120px;
	font-style: normal;
	text-decoration: none;
	outline: 0;
}

.tab-menu li.tab-selected a {
	float: left;
	margin-right: 4px;
	cursor: pointer;
	height: 24px;
	color: #3E5569;
	font-weight: bold;
	padding: 2px 0px;
	background: url(/images/backgroundTabActive2.png) no-repeat 0 0;
	width: 120px;
	font-style: normal;
	text-decoration: none;
	}

