/* CSS Document */

#nav {
	list-style:none;
  }
#navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
#nav li {
  float: left;
  clear:left;
  width: 200px;
  border-bottom: 1px solid #ccc;
  padding: 5px 0 5px 0;
  padding-left: 15px;
  background-image : url('/KBAlloys/images/naviArrow.jpg');
  background-repeat : no-repeat;
  background-position : 0 5px;
  }
#nav li ul {
  display: none;
  float:left;
  clear:left; 
  padding: 10px;
  margin: 0;
  }
#nav li ul li{
  float: left;
  clear:left;
  border-bottom: none;
  padding: 5px 0 5px 0;
  background-image : none;
  background-repeat : no-repeat;
  background-position : 0;
  }
#nav li ul li ul{
  display: none;
  float:left;
  clear:left; 
  margin: 0;
  padding: 0 0 0 10px;
  }
#nav li ul li ul li{
  float: left;
  clear:left;
  font-size:11px;
  border-bottom: none;
  padding: 5px 0 5px 0;
  }

#nav li:hover ul, #nav li.over ul{ display: block; }
#nav li:hover ul li ul, #nav li.over ul li ul{ display: none; }
/*#nav li ul li:hover ul, #nav li ul li.over ul{ display: block; }*/


#nav li ul a:link, #nav li ul a:visited {text-decoration:none;font-weight: normal}
#nav li ul a:hover, #nav li ul a:active {text-decoration:none;font-weight: normal}

/* ============== submenu control ==================*/
body.about #nav li.about ul{display: block;}
body.products #nav li.products ul{display: block;}
	body.products #nav li.products ul li.aluminum ul{display: block;}
body.markets #nav li.markets ul{display: block;}
body.manufacturing #nav li.manufacturing ul{display: block;}
body.sales #nav li.sales ul{display: block;}
	body.sales #nav li.sales ul li.sales_org{display: block;}
body.support #nav li.support ul{display: block;}
body.divisions #nav li.divisions ul{display: block;}


/* ============== menu:active control ==================*/
body.home #nav li.home{font-weight:bold; color:#CC0000;}
body.about #nav li.about{font-weight:bold; color:#CC0000;}
	body.overview #nav li.about ul li.overview a{font-weight:bold;}
	body.history #nav li.about ul li.history a{font-weight:bold;}
	body.innovation #nav li.about ul li.innovation a{font-weight:bold;}
	body.employ #nav li.about ul li.employ a{font-weight:bold;}
	body.locations #nav li.about ul li.locations a{font-weight:bold;}
	body.news #nav li.about ul li.news a{font-weight:bold;}
body.products #nav li.products{font-weight:bold; color:#CC0000;}
	body.aluminum #nav li.products ul li.aluminum a{font-weight:bold;}
		body.aluminum #nav li.products ul li.aluminum ul li a{font-weight:normal;}
	body.special #nav li.products ul li.special a{font-weight:bold;}
		body.special #nav li.products ul li.special ul li a{font-weight:normal;}
	body.chem #nav li.products ul li.chem a{font-weight:bold;}
	body.casting #nav li.products ul li.casting a{font-weight:bold;}
	body.pack #nav li.products ul li.pack a{font-weight:bold;}
body.markets #nav li.markets{font-weight:bold; color:#CC0000;;}
	body.market #nav li.markets ul li.market a{font-weight:bold;}
body.manufacturing #nav li.manufacturing{font-weight:bold; color:#CC0000;}
	body.process #nav li.manufacturing ul li.process a{font-weight:bold;}
	body.facility #nav li.manufacturing ul li.facility a{font-weight:bold;}
	body.quality #nav li.manufacturing ul li.quality a{font-weight:bold;}
	body.rd #nav li.manufacturing ul li.rd a{font-weight:bold;}
body.sales #nav li.sales{font-weight:bold; color:#CC0000;}
	body.sales_org #nav li.sales ul li.sales_org a{font-weight:bold;}
		body.sales_org #nav li.sales ul li.sales_org ul li a{font-weight:normal;}
	body.custom_sol #nav li.sales ul li.custom_sol a{font-weight:bold;}
body.support #nav li.support{font-weight:bold; color:#CC0000;}
	body.techB #nav li.support ul li.techB a{font-weight:bold;}
	body.techS #nav li.support ul li.techS a{font-weight:bold;}
	body.spc_login #nav li.support ul li.spc_login a{font-weight:bold;}
	body.rod_calc #nav li.support ul li.rod_calc a{font-weight:bold;}
	body.quick_quote #nav li.support ul li.quick_quote a{font-weight:bold;}
body.divisions #nav li.divisions{font-weight:bold; color:#CC0000;;}

