/* CSS Document */
#menu{
	margin: 0px;
	padding: 0px;
	height: 33px;
	background:#B30537;
}
#menu strong{
	display:none;
}
#menu ul{
	clear:both;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu ul li{
	margin: 0px;
	padding: 0px;
	float: left;
}

/* home */
#menu li a#home{
	display:block;
	background: url(../images/menu_01.gif) no-repeat 0px -33px;
	width:93px;
	height:33px;
}
#menu li a:hover#home,
#menu li#on a#home{
	display: block;
	background: url(../images/menu_01.gif) no-repeat;
	width: 93px;
	height: 33px;
}

/* about_us */
#menu li a#about_us{
	display:block;
	background:url(../images/menu_about_us.gif) no-repeat 0px -33px;
	width:110px;
	height:33px;
}
#menu li a:hover#about_us,
#menu li#on a#about_us{
	display: block;
	background: url(../images/menu_about_us.gif) no-repeat;
	width: 110px;
	height: 33px;
}

/* testimonials */
#menu li a#testimonials{
	display:block;
	background:url(../images/menu_testimonials.gif) no-repeat 0px -33px;
	width:120px;
	height:33px;
}
#menu li a:hover#testimonials,
#menu li#on a#testimonials{
	display: block;
	background: url(../images/menu_testimonials.gif) no-repeat;
	width: 120px;
	height: 33px;
}

/* products */
#menu li a#products{
	display:block;
	background:url(../images/menu_03.gif) no-repeat 0px -33px;
	width:116px;
	height:33px;
}
#menu li a:hover#products,
#menu li#on a#products{
	display: block;
	background: url(../images/menu_03.gif) no-repeat;
	width: 116px;
	height: 33px;
}

/* consumables */
#menu li a#consumables{
	display:block;
	background:url(../images/menu_05.gif) no-repeat 0px -33px;
	width:127px;
	height:33px;
}
#menu li a:hover#consumables,
#menu li#on a#consumables{
	display: block;
	background: url(../images/menu_05.gif) no-repeat;
	width: 127px;
	height: 33px;
}

/* contact_us */
#menu li a#contact_us{
	display:block;
	background:url(../images/menu_04.gif) no-repeat 0px -33px;
	width:116px;
	height:33px;
}
#menu li a:hover#contact_us,
#menu li#on a#contact_us{
	display: block;
	background: url(../images/menu_04.gif) no-repeat;
	width: 116px;
	height: 33px;
}


