.tableft{
	width:19px;
	height:40px;
	background-image:url('../img/tab_i_01.png');
	background-repeat:no-repeat;
}
.tabmid{
	height:40px;
	background-image:url('../img/tab_i_02.png');
	background-repeat:repeat-x;
	vertical-align:bottom;
	padding:6px;
}
.tabmidie{
	height:40px;
	background-image:url('../img/tab_i_02.png');
	background-repeat:repeat-x;
	padding:6px;
}
.tabmid a, .tabmidie a{
	color:#000000;
	text-decoration:none;
}
.tabmid a:hover, .tabmidie a:hover{
	color:#666666;
}
.tabright{
	width:19px;
	height:40px;
	background-image:url('../img/tab_i_03.png');
	background-repeat:no-repeat;
}
.atableft{
	width:19px;
	height:40px;
	background-image:url('../img/tab_a_01.png');
	background-repeat:no-repeat;
}
.atabmid{
	height:40px;
	background-image:url('../img/tab_a_02.png');
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:bottom;
	padding:6px;
}
.atabmidie{
	height:40px;
	background-image:url('../img/tab_a_02.png');
	background-repeat:repeat-x;
	text-align:center;
	padding:6px;
}
.atabmid a, .atabmidie a{
	color:#FFFFFF;
	text-decoration:none;
}
.atabmid a:hover, .atabmidie a:hover{
	color:#DDDDDD;
}
.atabright{
	width:19px;
	height:40px;
	background-image:url('../img/tab_a_03.png');
	background-repeat:no-repeat;
}