/* tab_btn ----- */
#navigation a { 
	text-decoration:none;
}

.tabMenu {
	margin:0px;
	width:749px;
	height:30px;
	background:#000;
	text-indent: -999px;
}
.tab1 {
	margin:0px;
	width:125px;
	float:left;
	overflow:hidden;
}
.tab2 {
	margin:0px;
	width:124px;
	float:left;
	overflow:hidden;
}
a.tabBtn1{
	width:125px;
	height:30px;
	display:block;
	background: url(../images/btn/btn_01.gif) no-repeat 0 0;
}
a.tabBtn1:hover{
	width:125px;
	height:30px;
	display:block;
	background: url(../images/btn/btn_01.gif) no-repeat 0 -30px;
}
.tabBtn1_select{
	width:125px;
	height:30px;
	background: url(../images/btn/btn_01_3.gif) no-repeat;
}

a.tabBtn2{
	width:125px;
	height:30px;
	display:block;
	background: url(../images/btn/btn_02.gif) no-repeat 0 0;
}
a.tabBtn2:hover{
	width:125px;
	height:30px;
	display:block;
	background: url(../images/btn/btn_02.gif) no-repeat 0 -30px;;
}
.tabBtn2_select{
	width:125px;
	height:30px;
	display:block;
	background: url(../images/btn/btn_02_3.gif) no-repeat;
}

a.tabBtn3{
	width:125px;
	height:30px;
	display:block;
	background: url(../images/btn/btn_03.gif) no-repeat 0 0;
}
a.tabBtn3:hover{
	width:125px;
	height:30px;
	display:block;
	background: url(../images/btn/btn_03.gif) no-repeat 0 -30px;;
}
.tabBtn3_select{
	width:125px;
	height:30px;
	display:block;
	background: url(../images/btn/btn_03_3.gif) no-repeat;
}

a.tabBtn4{
	width:125px;
	height:30px;
	display:block;
	background: url(../images/btn/btn_04.gif) no-repeat 0 0;
}
a.tabBtn4:hover{
	width:125px;
	height:30px;
	display:block;
	background: url(../images/btn/btn_04.gif) no-repeat 0 -30px;;
}
.tabBtn4_select{
	width:125px;
	height:30px;
	display:block;
	background: url(../images/btn/btn_04_3.gif) no-repeat;
}

a.tabBtn5{
	width:125px;
	height:30px;
	display:block;
	background: url(../images/btn/btn_05.gif) no-repeat 0 0;
}
a.tabBtn5:hover{
	width:125px;
	height:30px;
	display:block;
	background: url(../images/btn/btn_05.gif) no-repeat 0 -30px;;
}
.tabBtn5_select{
	width:125px;
	height:30px;
	display:block;
	background: url(../images/btn/btn_05_3.gif) no-repeat;
}

a.tabBtn6{
	width:124px;
	height:30px;
	display:block;
	background: url(../images/btn/btn_06.gif) no-repeat 0 0;
}
a.tabBtn6:hover{
	width:124px;
	height:30px;
	display:block;
	background: url(../images/btn/btn_06.gif) no-repeat 0 -30px;;
}
.tabBtn6_select{
	width:124px;
	height:30px;
	display:block;
	background: url(../images/btn/btn_06_3.gif) no-repeat;
}

