.tabs {
	position:relative;
	list-style:none;
	line-height:1em;
	margin-left: -1px;
	margin-right: -1px;
	margin-top: 9px;
}
.tabs li {
	float:left;
	display:block;
	font: 12px "Arial";
	line-height: 12px;
	color: #535b65;
	/* text-shadow: 0px 1px 0px #ffffff; */
	background: url("/images/workbench/header_bg.png");
	border-top: 1px solid #cdd2dc;
	border-left: 1px solid #cdd2dc;
	border-right: 1px solid #cdd2dc;		
	border-bottom: 0px;			
	padding: 7px 12px 0px 5px;
	height: 23px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	position: relative;
	min-width: 100px;
	font: 12px "Arial";
	line-height: 12px;
	color: #535b65;
	text-shadow: 0px 1px 0px #ffffff;
}
.tabs li:hover,
.tabs li.active {
	background: url("/images/workbench/header_bg_light.png") !important;	
	color: #2d3641 !important;
	border-top: 1px solid #AAAAAA !important;
	border-left: 1px solid #AAAAAA !important;	
	border-right: 1px solid #AAAAAA !important;		
}
.tabs li .notification {
	position: absolute;
	top: -2px;
	right: 6px;

	width: 12px;
	height: 11px;

	background: #bd4327;
	color: #FFFFFF;
	font-size: 8px;
	font-weight: 400;
	text-shadow: none;
}
