@charset "UTF-8";
/* CSS Document */
.tm_left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 42px;
	width: 22px;
	position: relative;
	background-image: url(../img/topmenu/end-left.png);
	z-index: 100;
}
.tbutton_holder {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 42px;
	width: 707px;
	position: relative;
	z-index: 100;
}
.tm_right {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 42px;
	width: 22px;
	position: relative;
	background-image: url(../img/topmenu/end-right.png);
	z-index: 100;
}

