/* MENU */
#menu ul {  
	margin: 0px;   
	padding: 0px;
	list-style: none; 
} 
#menu a {     
	display: block;     
	/* width: 10em; */
} 
#menu li {     
	float: left;     
	/* width: 10em; */
}
#menu li ul { 
	width: 250px;
 	position: absolute;     
 	left: -999em; 
} 
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	margin-left: 4px;
	margin-top: -2px;
}
/* MENU IMAGES */
#home_active {
	display: block;
	width: 84px;
	height: 37px;
	background-image: url(../images/menu/home_active.gif);
}
#home a {
	display: block;
	width: 84px;
	height: 37px;
	background-image: url(../images/menu/home.gif);
}
#home a:hover {
	background-image: url(../images/menu/home_hover.gif);
}
#aboutus_active {
	display: block;
	width: 106px;
	height: 37px;
	background-image: url(../images/menu/aboutus_active.gif);
}
#aboutus a {
	display: block;
	width: 106px;
	height: 37px;
	background-image: url(../images/menu/aboutus.gif);
}
#aboutus a:hover {
	background-image: url(../images/menu/aboutus_hover.gif);
}
#productionwelding_active {
	display: block;
	width: 181px;
	height: 37px;
	background-image: url(../images/menu/productionwelding_active.gif);
}
#productionwelding a {
	display: block;
	width: 181px;
	height: 37px;
	background-image: url(../images/menu/productionwelding.gif);
}
#productionwelding a:hover {
	background-image: url(../images/menu/productionwelding_hover.gif);
}

#otherservices_active {
	display: block;
	width: 145px;
	height: 37px;
	background-image: url(../images/menu/otherservices_active.gif);
}
#otherservices a {
	display: block;
	width: 145px;
	height: 37px;
	background-image: url(../images/menu/otherservices.gif);
}
#otherservices a:hover {
	background-image: url(../images/menu/otherservices_hover.gif);
}

#products_active a {
	display: block;
	width: 110px;
	height: 37px;
	background-image: url(../images/menu/products_active.gif);
}
#products a {
	display: block;
	width: 110px;
	height: 37px;
	background-image: url(../images/menu/products.gif);
}
#products a:hover {
	background-image: url(../images/menu/products_hover.gif);
}
#contact_active {
	display: block;
	width: 102px;
	height: 37px;
	background-image: url(../images/menu/contact_active.gif);
}
#contact a {
	display: block;
	width: 102px;
	height: 37px;
	background-image: url(../images/menu/contact.gif);
}
#contact a:hover {
	background-image: url(../images/menu/contact_hover.gif);
}
/* SUBMENU IMAGES */
#standardwelders a {
	display: block;
	width: 163px;
	height: 25px;
	background-image: url(../images/menu/sub/standardwelders.gif);
}
#standardwelders a:hover {
	background-image: url(../images/menu/sub/standardwelders_hover.gif);
}
#customwelders a {
	display: block;
	width: 163px;
	height: 25px;
	background-image: url(../images/menu/sub/customwelders.gif);
}
#customwelders a:hover {
	background-image: url(../images/menu/sub/customwelders_hover.gif);
}
#weldfixtures a {
	display: block;
	width: 163px;
	height: 25px;
	background-image: url(../images/menu/sub/weldfixtures.gif);
}
#weldfixtures a:hover {
	background-image: url(../images/menu/sub/weldfixtures_hover.gif);
}
#electrodes a {
	display: block;
	width: 163px;
	height: 25px;
	background-image: url(../images/menu/sub/electrodes.gif);
}
#electrodes a:hover {
	background-image: url(../images/menu/sub/electrodes_hover.gif);
}