
/*company tab list*/
li#tab_company_profile:hover {
	background: url("../images/btnCompanyProfile_on.gif") no-repeat 0 0;
}
li#tab_company_profile {
	background: url("../images/btnCompanyProfile.gif") no-repeat 0 0;
}

li#tab_company_concept:hover {
	background: url("../images/btnConcept_on.gif") no-repeat 0 0;
}
li#tab_company_concept {
	background: url("../images/btnConcept.gif") no-repeat 0 0;
}

li#tab_company_recruit:hover {
	background: url("../images/btnRecruit_on.gif") no-repeat 0 0;
}
li#tab_company_recruit {
	background: url("../images/btnRecruit.gif") no-repeat 0 0;
}

