/** -------------- Manufacturing Dropdown ------------------ **/
#nav{
	font-size: 12px;
	line-height: 16px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav li { 
	display: block;
	height: auto; /*auto */
	margin: 0px;
	position: relative;
}
#nav li a {
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
	display: block;
	font-size: 12px;
	line-height: 16px;
	height: auto;
	margin: 0px; /*helps Opera with hover */
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	width: 145px; /* helps IE with hover */
	background-color: #474747;
}
#nav li a:hover{
	background-color: #B5B5B5;
	color: #990000;
}

#nav ul, #nav ul ul, #nav ul ul ul{
	display:none; 
	position: absolute; 
	top:0px; 
	left:170px;
	padding:0px;
	margin:0px;
	list-style: none;
	z-index:99;
	overflow:visible;
	border-left: 1px solid #11192F;
}

#nav li:hover ul ul, #nav li:hover ul ul ul{
	display:none; 
}
#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{
	display:block;
}
/* Win IE only \*/
* html #nav li{
	float:left;
	display: inline;
}/* end holly hack */

/** -------------- Distribution Dropdown ------------------ **/
#nav2{
	font-size: 12px;
	line-height: 16px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav2 li { 
	display: block;
	height: auto; /*auto */
	margin: 0px;
	position: relative;
}
#nav2 li a {
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
	display: block;
	font-size: 12px;
	line-height: 16px;
	height: auto;
	margin: 0px; /*helps Opera with hover */
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	width: 145px; /* helps IE with hover */
	background-color: #474747;
}
#nav2 li a:hover{
	background-color: #B5B5B5;
	color: #990000;
}

#nav2 ul, #nav2 ul ul, #nav2 ul ul ul{
	display:none; 
	position: absolute; 
	top:0px; 
	left:170px;
	padding:0px;
	margin:0px;
	list-style: none;
	z-index:99;
	overflow:visible;
	border-left: 1px solid #11192F;
}

#nav2 li:hover ul ul, #nav2 li:hover ul ul ul{
	display:none; 
}
#nav2 li:hover ul, #nav2 ul li:hover ul, #nav2 ul ul li:hover ul{
	display:block;
}
/* Win IE only \*/
* html #nav2 li{
	float:left;
	display: inline;
}/* end holly hack */

/** -------------- Market Served Dropdown ------------------ **/
#nav3{
	font-size: 12px;
	line-height: 16px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav3 li { 
	display: block;
	height: auto; /*auto */
	margin: 0px;
	position: relative;
}
#nav3 li a {
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
	display: block;
	font-size: 12px;
	line-height: 16px;
	height: auto;
	margin: 0px; /*helps Opera with hover */
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	width: 145px; /* helps IE with hover */
	background-color: #474747;
}
#nav3 li a:hover{
	background-color: #B5B5B5;
	color: #990000;
}

#nav3 ul, #nav3 ul ul, #nav3 ul ul ul{
	display:none; 
	position: absolute; 
	top:0px; 
	left:170px;
	padding:0px;
	margin:0px;
	list-style: none;
	z-index:99;
	overflow:visible;
	border-left: 1px solid #11192F;
}

#nav3 li:hover ul ul, #nav3 li:hover ul ul ul{
	display:none; 
}
#nav3 li:hover ul, #nav3 ul li:hover ul, #nav3 ul ul li:hover ul{
	display:block;
}
/* Win IE only \*/
* html #nav3 li{
	float:left;
	display: inline;
}/* end holly hack */


/* Only IE-win sees this. \*/
* html #leftcolumn {
  height: 1%;
  }
/* End hide from IE5/mac */
.top {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
li>ul { 
	top: auto;
	left: auto;
}


