/* CSS Document */


/*  =================== Image Hover Effect ========================*/

#motor
{
	background-image: url(../images/butt_motor_off.jpg);
	width:112px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#motor a:hover
{
	background-image:url(../images/butt_motor_on.jpg);
	width:112px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#it
{
	background-image: url(../images/butt_it_off.jpg);
	width:34px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#it a:hover
{
	background-image:url(../images/butt_it_on.jpg);
	width:34px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#energy
{
	background-image: url(../images/butt_energy_off.jpg);
	width:62px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#energy a:hover
{
	background-image:url(../images/butt_energy_on.jpg);
	width:62px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#engineering
{
	background-image: url(../images/butt_engineering_off.jpg);
	width:90px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#engineering a:hover
{
	background-image:url(../images/butt_engineering_on.jpg);
	width:90px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#tourism
{
	background-image: url(../images/butt_tourism_off.jpg);
	width:69px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#tourism a:hover
{
	background-image:url(../images/butt_tourism_on.jpg);
	width:69px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#consumer
{
	background-image: url(../images/butt_consumer_off.jpg);
	width:124px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#consumer a:hover
{
	background-image:url(../images/butt_consumer_on.jpg);
	width:124px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#pharmaceuticals
{
	background-image: url(../images/butt_pharmaceuticals_off.jpg);
	width:125px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#pharmaceuticals a:hover
{
	background-image:url(../images/butt_pharmaceuticals_on.jpg);
	width:125px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#logistics
{
	background-image: url(../images/butt_logistics_off.jpg);
	width:74px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#logistics a:hover
{
	background-image:url(../images/butt_logistics_on.jpg);
	width:74px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#chemicals
{
	background-image: url(../images/butt_chemicals_off.jpg);
	width:81px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#chemicals a:hover
{
	background-image:url(../images/butt_chemicals_on.jpg);
	width:81px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#interior
{
	background-image: url(../images/butt_interior_off.jpg);
	width:113px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#interior a:hover
{
	background-image:url(../images/butt_interior_on.jpg);
	width:113px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}


#furniture
{
	background-image: url(../images/butt_furniture_off.jpg);
	width:81px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#furniture a:hover
{
	background-image:url(../images/butt_furniture_on.jpg);
	width:81px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}
/* ====================== Image Hover Effects End Here ====================*/

