

.tab_left {
	height:29px;
	float:left;
	background-image: url(../images/tab_left.png);
	width:5px;

	-khtml-user-select: none;
	-moz-user-select: none;
}

.tab_center {
	float:left;
	background-image: url(../images/tab_center.png);
	background-repeat:repeat-x;
	color:white;
	font-weight:900;
	height:29px;
	line-height:27px;
	-khtml-user-select: none;
	-moz-user-select: none;
}

.tab_spacing {
	float:left;
	height:29px;
	width:5px;
	-khtml-user-select: none;
	-moz-user-select: none;
}

.tab_center a:active, .tab_center a:link, .tab_center a:visited {
	color:white;
	text-decoration:none;
	-khtml-user-select: none;
	-moz-user-select: none;
}

.tab_right {
	float:left;
	background-image: url(../images/tab_right.png);
	height:29px;
	width:5px;
	-khtml-user-select: none;
	-moz-user-select: none;
}

