/* Top Level UL */
	#header_right ul {
		margin: 18px 0 0 30px;
		padding: 0;
		border: 0;
		width: 725px;
		}
/* End Top Level UL */

/* Top Level LI */
	#header_right ul li {
		float:left;
		position:relative;
		padding: 0;
		border: 0;
		list-style: none;
		z-index:100;
		}
/* END Top Level li */

/* Top Level Link */
	#header_right ul li a {
		display: block;
		margin: 0 0 0 8px;
		padding: 0 8px 0 0;
		height: 14px;
		color: #fff;
		font-size: 0;
		font-family: Arial, Verdana, sans-serif;
		background: #fff;
		text-decoration: none;
		text-indent: -5000px;
		}
	#header_right ul li a#btn_about {
		width: 63px;
		background: #fff url(../images/btn_about.gif) 0 0 no-repeat;
		border-right: 1px solid #b4b4b4;
		}
	#header_right ul li a#btn_product {
		width: 94px;
		background: #fff url(../images/btn_products.gif) 0 0 no-repeat;
		border-right: 1px solid #b4b4b4;
		}
	#header_right ul li a#btn_industry {
		width: 200px;
		background: #fff url(../images/btn_industry_solutions.gif) 0 0 no-repeat;
		border-right: 1px solid #b4b4b4;
		}
	#header_right ul li a#btn_news {
		width: 50px;
		background: #fff url(../images/btn_news.gif) 0 0 no-repeat;
		border-right: 1px solid #b4b4b4;
		}
	#header_right ul li a#btn_gallery {
		width: 78px;
		background: #fff url(../images/btn_gallery.gif) 0 0 no-repeat;
		border-right: 1px solid #b4b4b4;
		}
	#header_right ul li a#btn_rfq {
		width: 34px;
		background: #fff url(../images/btn_rfq.gif) 0 0 no-repeat;
		border-right: 1px solid #b4b4b4;
		}
	#header_right ul li a#btn_contact {
		width: 84px;
		background: #fff url(../images/btn_contact.gif) 0 0 no-repeat;
		}
	#header_right ul li a:hover#btn_about, #header_right ul li a:hover#btn_product, #header_right ul li a:hover#btn_industry, #header_right ul li a:hover#btn_news, #header_right ul li a:hover#btn_gallery, #header_right ul li a:hover#btn_rfq, #header_right ul li a:hover#btn_contact {
		background-position: 0 -14px;
		}
/* END Top Level Link */

/* Second Level UL */
	#header_right ul li ul {
		visibility: hidden;
		position:absolute;
		left: 8px;
		margin: 0;
		width: 205px;
		}
	#header_right ul li ul.ul_left {
		left: -100px;
		margin-left: 0;
		}
	#header_right ul li:hover ul, #header_right ul li a:hover ul {
		visibility: visible;
		}
/* End Second Level UL */

/* Second Level LI */
	#header_right ul ul li {
		border: 0;
		padding: 0;
		}
/* Second Top Level li */

/* Top Level Link */
	#header_right ul ul li a {
		left: 0;
		margin: 0;
		padding: 5px 10px;
		width: 177px;
		height: auto;
		color: #fff;
		font-size: 11px;
		font-family: Arial, Verdana, sans-serif;
		line-height: 120%;
		background: #980402;
		font-weight: bold;
		border-bottom: 1px dotted #b4b4b4;
		text-indent: 0;
		}
	#header_right ul ul li a.last {
		border-bottom: 0 dotted #b4b4b4;
		}
	#header_right ul ul  li a:hover {
		background: #f94900;
		}
/* use the table to position the dropdown list */
	#nav table{
	position: absolute;
	border-collapse: collapse;
	z-index:90;
	left:0;
	top:0;
	margin: 0;
	padding: 0;
	visibility: hidden;
	}