ul.type{
	padding: 0;
	list-style: none;
}

ul.type li{
	padding: 0;
	float: left;
}


#a{
	display: block;
	width: 184px;
	height: 64px;
	background: url(../images/type/business.png) no-repeat 0 0;
}
#a_alt{
	display: block;
	width: 184px;
	height: 64px;
	background: url(../images/type_alt/business.png) no-repeat 0 0;
}
#a:hover{
	background: url(../images/type_alt/business.png) no-repeat 0 0;
}
#a span{
	display: none;
}
#a_alt span{
	display: none;
}

#b{
	display: block;
	width: 184px;
	height: 64px;
	background: url(../images/type/personal.png) no-repeat 0 0;
}
#b_alt{
	display: block;
	width: 184px;
	height: 64px;
	background: url(../images/type_alt/personal.png) no-repeat 0 0;
}
#b:hover{
	background: url(../images/type_alt/personal.png) no-repeat 0 0;
}
#b span{
	display: none;
}
#b_alt span{
	display: none;
}

#c{
	display: block;
	width: 184px;
	height: 64px;
	background: url(../images/type/benefits.png) no-repeat 0 0;
}
#c_alt{
	display: block;
	width: 184px;
	height: 64px;
	background: url(../images/type_alt/benefits.png) no-repeat 0 0;
}
#c:hover{
	background: url(../images/type_alt/benefits.png) no-repeat 0 0;
}
#c span{
	display: none;
}
#c_alt span{
	display: none;
}

#d{
	display: block;
	width: 184px;
	height: 64px;
	background: url(../images/type/financial.png) no-repeat 0 0;
}
#d_alt{
	display: block;
	width: 184px;
	height: 64px;
	background: url(../images/type_alt/financial.png) no-repeat 0 0;
}
#d:hover{
	background: url(../images/type_alt/financial.png) no-repeat 0 0;
}
#d span{
	display: none;
}
#d_alt span{
	display: none;
}

#e{
	display: block;
	width: 184px;
	height: 64px;
	background: url(../images/type/hr.png) no-repeat 0 0;
}
#e_alt{
	display: block;
	width: 184px;
	height: 64px;
	background: url(../images/type_alt/hr.png) no-repeat 0 0;
}
#e:hover{
	background: url(../images/type_alt/hr.png) no-repeat 0 0;
}
#e span{
	display: none;
}
#e_alt span{
	display: none;
}


