/* Suckerfish - Fixed width items */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	z-index: 100;
}

#nav a {
	display: block;
	width: 109px;
	color: #fff;
	padding: 0;
	font-size: 10px;
	margin: 0;
	color: #514133;
	height: 28px;
	text-decoration: none;
	text-align: center;
	text-indent: -9999px;
	z-index: 100;
	border-bottom: 3px solid #fff;
}

#nav li.company-profile a { background: url(../images/corp_profile.gif) 0 0 no-repeat; }
#nav li.market-segments a { background: url(../images/market_seg.gif) 0 0 no-repeat; width: 114px; }
#nav li.supply-chain-management a { background: url(../images/scm.gif) 0 0 no-repeat; width: 158px; }
#nav li.corporate-governance a { background: url(../images/corp_gov.gif) 0 0 no-repeat; width: 137px; }
#nav li.industry-associations a { background: url(../images/industry_assc.gif) 0 0 no-repeat; width: 134px; }
#nav li.contact-us a { background: url(../images/contact_us.gif) 0 0 no-repeat; width: 85px; }

#nav li a:hover {
	background-position: 0 -29px;
}

#nav li:hover a, #nav li.sfhover a, #nav li.li_selected a {
	background-position: 0 -29px;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	background: url(../images/nav_bg.jpg) 0 0 no-repeat;
	list-style: none;
	margin: 0 2px;
	z-index: 100;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #ADC393;
	width: 109px;
	padding: 3px 0 5px 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li.market-segments ul { width: 114px; }
#nav li.supply-chain-management ul { width: 158px; }
#nav li.corporate-governance ul { width: 137px; }
#nav li.industry-associations ul { width: 134px; }
#nav li.contact-us ul { width: 85px; }

#nav li ul li {
	margin: 0;
	border: none;
	z-index: 100;
}

#nav li.company-profile ul a { background: none; width: 85px; }
#nav li.market-segments ul a { background: none; width: 90px; }
#nav li.supply-chain-management ul a { background: none; width: 134px; }
#nav li.corporate-governance ul a { background: none; width: 113px; }
#nav li.industry-associations ul a { background: none; width: 110px; }
#nav li.contact-us ul a { background: none; width: 61px; }

#nav li ul a { /* second-level lists */
	padding: 2px 12px;
	text-align: left;
	color: #514133; /* warm black */
	background: none;
	text-indent: 0;
	min-height: 13px;
	height: auto !important;
	height: 13px;
	line-height: 13px;
	z-index: 100;
	border: none;
}
#nav li ul a:hover { /* second-level lists */
	color: #fff;
}

#nav li ul ul { /* third-and-above-level lists */
	position: relative;
	padding: 0;
}

#nav li.market-segments ul ul li a { /* third-and-above-level lists */
	background: url(../images/nav_arrow_off.gif) no-repeat 10px 7px;
	padding-left: 20px;
	color: #261100;
}

#nav li.market-segments ul ul li a:hover { /* third-and-above-level lists */
	background: url(../images/nav_arrow_on.gif) no-repeat 10px 7px;
	color: #fff;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
