#menu1/*home menu*/{
	background:url(../slices/home-tab.jpg) no-repeat;
	width:84px;
	height:22px;
	padding-left:27px;
	padding-top:6px;
	margin-right:-27px;
}
#menu2/*industries menu*/{
	background:url(../slices/industries-tab.jpg) no-repeat;
	width:110px;
	height:22px;
	padding-left:25px;
	padding-top:6px;
	margin-right:-25px;
}
#menu3/*products menu*/{
	background:url(../slices/products-tab.jpg) no-repeat;
	width:110px;
	height:22px;
	padding-left:27px;
	padding-top:6px;
	margin-right:-27px;
}
#menu4/*industry news menu*/{
	background:url(../slices/industries-news-tab.jpg) no-repeat;
	width:130px;
	height:22px;
	padding-left:24px;
	padding-top:6px;
	margin-right:-24px;
}
#menu5/*services menu*/{
	background:url(../slices/services-tab.jpg) no-repeat;
	width:112px;
	height:22px;
	padding-left:29px;
	padding-top:6px;
	margin-right:-29px;
}
#menu6, #menu7/*facilities and about us menu*/{
	background:url(../slices/facilities-tab.jpg) no-repeat;
	width:112px;
	height:22px;
	padding-left:27px;
	padding-top:6px;
	margin-right:-27px;
}
#menu8/*rfq menu*/{
	background:url(../slices/rfq-tab.jpg) no-repeat;
	width:114px;
	height:22px;
	padding-left:45px;
	padding-top:6px;
	margin-right:-45px;
}
#menu1:hover{
	background:url(../slices/home-hover.jpg) no-repeat;
}
#menu2:hover, #menu3:hover{
	background:url(../slices/products-hover.jpg) no-repeat;
}
#menu4:hover{
	background:url(../slices/news-hover.jpg) no-repeat;
}
#menu5:hover, #menu6:hover, #menu7:hover{
	background:url(../slices/industries-hover.jpg) no-repeat;
}
#menu8:hover{
	background:url(../slices/rfq-hover.jpg) no-repeat;
}
.submenus{
	visibility:hidden;
	background-color:#808080;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	position:absolute;
	margin-top:-22px;
	_margin-top:-20px;
	left:0;
	display:table-cell;
	vertical-align:middle;
}
.submenus a{
	width:177px;
	height:20px;
	display:table-cell;
	vertical-align:middle;
	clear:left;
	float:left;
	color:#FFF !important;
	border-top:#000 solid 1px;
	border-bottom:#BABABC solid 1px;
	padding-left:10px;
	padding-top:5px;
}
.submenus a:hover{
	color:#FFF315 !important;
}
#breadcrumbs{
	margin-left:10px;
	margin-top:3px;
	font-family:Arial;
	font-size:12px;
}
#breadcrumbs a{
	text-decoration:none;
	color:#666666;
	text-transform:lowercase;
}