@charset "utf-8";
/* CSS Document */
#menu_bar {
	position: relative;
	height: 50px;
	width: 900px;
	margin: 0 auto;
	background-image: url(../images/mb_bar.png);
	background-repeat: no-repeat;
}
#mb_home {
	position: absolute;
	height: 50px;
	width: 118px;
	left: 30px;
	top: -2px;
	opacity: 0.75;
}

#mb_home:hover {
	position: absolute;
	height: 50px;
	width: 118px;
	left: 30px;
	top: -2px;
	opacity: 1;
}

#mb_repair {
	position: absolute;
	height: 50px;
	width: 118px;
	left: 177px;
	top: -2px;
	opacity: 0.75;
}
#mb_repair:hover {
	position: absolute;
	height: 50px;
	width: 118px;
	left: 177px;
	top: -2px;
	opacity: 1;
}
#mb_areas {
	position: absolute;
	height: 50px;
	width: 118px;
	left: 322px;
	top: -2px;
	opacity: 0.75;
}
#mb_areas:hover {
	position: absolute;
	height: 50px;
	width: 118px;
	left: 322px;
	top: -2px;
	opacity: 1;
}
#mb_awrepair {
	position: absolute;
	height: 50px;
	width: 118px;
	left: 469px;
	top: -2px;
	opacity: 0.75;
}
#mb_awrepair:hover {
	position: absolute;
	height: 50px;
	width: 118px;
	left: 469px;
	top: -2px;
	opacity: 1;
}
#mb_contact {
	position: absolute;
	height: 50px;
	width: 118px;
	left: 616px;
	top: -2px;
	opacity: 0.75;
}
#mb_contact:hover {
	position: absolute;
	height: 50px;
	width: 118px;
	left: 616px;
	top: -2px;
	opacity: 1;
}
#mb_about {
	position: absolute;
	height: 50px;
	width: 118px;
	left: 762px;
	top: -2px;
	opacity: 0.75;
}
#mb_about:hover {
	position: absolute;
	height: 50px;
	width: 118px;
	left: 762px;
	top: -2px;
	opacity: 1.0;
}
