/* ==== Main Menu ===== */

/* - Home - */
#nav_0 {
	display: block;
	background: url(../images/nav/home.gif) no-repeat;
	width: 60px;
	height: 50px;
	background-color: transparent;
}

#nav_0_active, #nav_0:hover {
	display:block;
	background: url(../images/nav/home.gif) no-repeat;
	width: 60px;
	height: 50px;
	background-color: transparent;
	background-position: 0 -49px;
}

#nav_0 span, #nav_0_active span {
	display: none;
}


/* - Products - */
#nav_1 {
	display: block;
	background: url(../images/nav/products.gif) no-repeat;
	width: 76px;
	height: 50px;
	background-color: transparent;
}

#nav_1_active, #nav_1:hover {
	display: block;
	background: url(../images/nav/products.gif) no-repeat;
	width: 76px;
	height: 50px;
	background-color: transparent;
	background-position: 0 -48px;
}

#nav_1 span, #nav_1_active span {
	display: none;
}


/* - Testimonials - */
#nav_2 {
	display: block;
	background: url(../images/nav/testimonials.gif) no-repeat;
	width: 85px;
	height: 50px;
	background-color: transparent;
}

#nav_2_active, #nav_2:hover {
	display: block;
	background: url(../images/nav/testimonials.gif) no-repeat;
	width: 85px;
	height: 50px;
	background-color: transparent;
	background-position: 0 -49px;
}

#nav_2 span, #nav_2_active span {
	display: none;
}



/* - Company - */
#nav_3 {
	display: block;
	background: url(../images/nav/company.gif) no-repeat;
	width: 73px;
	height: 50px;
	background-color: transparent;
}

#nav_3_active, #nav_3:hover {
	display: block;
	background: url(../images/nav/company.gif) no-repeat;
	width: 73px;
	height: 50px;
	background-color: transparent;
	background-position: 0 -49px;
}

#nav_3 span, #nav_3_active span {
	display: none;
}


/* - Contact - */
#nav_4 {
	display: block;
	background: url(../images/nav/contact.gif) no-repeat;
	width: 66px;
	height: 50px;
	background-color: transparent;
}

#nav_4_active, #nav_4:hover {
	display: block;
	background: url(../images/nav/contact.gif) no-repeat;
	width: 66px;
	height: 50px;
	background-color: transparent;
	background-position: 0 -49px;
}

#nav_4 span, #nav_4_active span {
	display: none;
}