/* CSS Menu Document */

/*MAIN MENU*/
#menu a{
margin:0px; padding:0px;
display:block; width:182px; height:34px;
text-indent:-9999px;
border:none;
}

/*MENU ITEMS*/
#menu_home a, #menu_home a:visited{background:url(menu.png) no-repeat 0px 0px;}
#menu_about a, #menu_about a:visited{background:url(menu.png) no-repeat 0px -34px;}
#menu_contract a, #menu_contract a:visited{background:url(menu.png) no-repeat 0px -68px;}
#menu_containers a, #menu_containers a:visited{background:url(menu.png) no-repeat 0px -102px;}
#menu_protective a, #menu_protective a:visited{background:url(menu.png) no-repeat 0px -136px;}
#menu_materials a, #menu_materials a:visited{background:url(menu.png) no-repeat 0px -170px;}
#menu_machinery a, #menu_machinery a:visited{background:url(menu.png) no-repeat 0px -204px;}

/*MENU ROLLOVERS*/
#menu_home a:hover, #menu_home_on a{background:url(menu.png) no-repeat -182px 0px;}
#menu_about a:hover, #menu_about_on a{background:url(menu.png) no-repeat -182px -34px;}
#menu_contract a:hover, #menu_contract_on a{background:url(menu.png) no-repeat -182px -68px;}
#menu_containers a:hover, #menu_containers_on a{background:url(menu.png) no-repeat -182px -102px;}
#menu_protective a:hover, #menu_protective_on a{background:url(menu.png) no-repeat -182px -136px;}
#menu_materials a:hover, #menu_materials_on a{background:url(menu.png) no-repeat -182px -170px;}
#menu_machinery a:hover, #menu_machinery_on a{background:url(menu.png) no-repeat -182px -204px;}

/*SUBMENU*/
#submenu a{
margin:0px; padding:0px;
display:block; width:188px;
/*text-indent:-9999px;*/
border:none;
color:#2b1802;
}

/*SUBMENU ITEMS*/
#submenu_healthcare a, #submenu_healthcare a:visited{height:27px; background:url(submenu.gif) no-repeat 0px 0px;}
#submenu_electronics a, #submenu_electronics a:visited{height:27px; background:url(submenu.gif) no-repeat 0px -27px;}
#submenu_avionics a, #submenu_avionics a:visited{height:27px; background:url(submenu.gif) no-repeat 0px -54px;}
#submenu_green a, #submenu_green a:visited{height:46px; background:url(submenu.gif) no-repeat 0px -81px;}
#submenu_contact a, #submenu_contact a:visited{height:84px; background:url(submenu.gif) no-repeat 0px -127px;}

/*SUBMENU ROLLOVERS*/
#submenu_healthcare a:hover{height:27px; background:url(submenu.gif) no-repeat -188px 0px;}
#submenu_electronics a:hover{height:27px; background:url(submenu.gif) no-repeat -188px -27px;}
#submenu_avionics a:hover{height:27px; background:url(submenu.gif) no-repeat -188px -54px;}
#submenu_green a:hover{height:46px; background:url(submenu.gif) no-repeat -188px -81px;}
#submenu_contact a:hover{height:84px; background:url(submenu.gif) no-repeat -188px -127px;}



/*CONTENT MENU*/
#menu2 a{
margin:0px; padding-left:8px;
display:block; width:133px; font-size:1.2em;
line-height:2em;

}
#menu2 a:hover{text-decoration:none;}

.about #menu2{border-top:1px dashed #300106; top:163px;}
.about #menu2 a{color:#f9f4f4; border-bottom:1px dashed #300106;}
.about #menu2 a:hover{color:#FFFFFF; background:url(menu2_bg.gif) repeat-y;}
.about #menu2 a.sub{padding-left:21px; width:120px; font-size:1em;}

.contract #menu2{border-top:1px dashed #3e090f; top:163px;}
.contract #menu2 a{color:#F9F5EF; border-bottom:1px dashed #3e090f;}
.contract #menu2 a:hover{color:#FFFFFF; background:url(menu2_bg.gif) repeat-y -141px 0px;}
.contract #menu2 a.sub{padding-left:21px; width:120px; font-size:1em;}

.containers #menu2{border-top:1px dashed #2D241C; top:163px;}
.containers #menu2 a{color:#F4F1ED; border-bottom:1px dashed #2D241C;}
.containers #menu2 a:hover{color:#FFFFFF; background:url(menu2_bg.gif) repeat-y -282px 0px;}
.containers #menu2 a.sub{padding-left:21px; width:120px; font-size:1em;}

.protective #menu2{border-top:1px dashed #011C0A; top:163px;}
.protective #menu2 a{color:#F2F9F2; border-bottom:1px dashed #011C0A;}
.protective #menu2 a:hover{color:#FFFFFF; background:url(menu2_bg.gif) repeat-y -423px 0px;}
.protective #menu2 a.sub{padding-left:21px; width:120px; font-size:1em;}

.materials #menu2{border-top:1px dashed #011E1E; top:163px;}
.materials #menu2 a{color:#F2FCFC; border-bottom:1px dashed #011E1E;}
.materials #menu2 a:hover{color:#FFFFFF; background:url(menu2_bg.gif) repeat-y -564px 0px;}
.materials #menu2 a.sub{padding-left:21px; width:120px; font-size:1em;}

.machinery #menu2{border-top:1px dashed #1E0E01; top:163px;}
.machinery #menu2 a{color:#F4F1ED; border-bottom:1px dashed #1E0E01;}
.machinery #menu2 a:hover{color:#FFFFFF; background:url(menu2_bg.gif) repeat-y -705px 0px;}
.machinery #menu2 a.sub{padding-left:21px; width:120px; font-size:1em;}

