/* 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;
}

#information
{
	background-image: url(../images/butt_information_off.jpg);
	width:175px;
	height:35px;
	background-position:center;
	background-repeat:no-repeat;
}

#information a:hover
{
	background-image:url(../images/butt_information_on.jpg);
	width:175px;
	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;
}
/* ====================== Image Hover Effects End Here ====================*/

