﻿#menu-wrapper 
{

}
div.menu-bar 
{

}
div.menu-bar ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

div.menu-bar ul li
{
	display: block;
	float: left;
	position: relative;	
	height:53px;
}

div.menu-bar ul li a
{
	display: block;
	border-style: none;
	text-decoration: none;
	background-color: inherit;
	outline: none;
	height:53px;
}
div.menu-bar ul li a:hover
{
    background-position:bottom;
}
.home_item a
{
	width: 74px;
	background:url(../_images/menu/Home.jpg) top left;
	text-indent:-999999999px;
	
} 
.history_item a
{
	width: 77px;
	background:url(../_images/menu/History.jpg) top left;
	text-indent:-999999999px;
}


.quality_item a
{
	width: 76px;
	background:url(../_images/menu/quality.jpg) top left;
	text-indent:-999999999px;
}


.alloys_item a
{
	width: 109px;
	background:url(../_images/menu/alloyscast.jpg) top left;
	text-indent:-999999999px;	
}


.foundry_item a
{
	width: 173px;
	background:url(../_images/menu/foundrycap.jpg) top left;
	text-indent:-999999999px;	
}


.machining_item a
{
	width: 171px;
	background:url(../_images/menu/MachineFinishing.jpg) top left;
	text-indent:-999999999px;	
}


.industries_item a
{
	width: 154px;
	background:url(../_images/menu/industries.jpg) top left;
	text-indent:-999999999px;	
}



.contact_us_item a
{
	width: 111px;
	background:url(../_images/menu/contactus.jpg) top left;
	text-indent:-999999999px;	
}
div.menu-bar ul li.selected a
{
    background-position:bottom;
}