/* Suckerfish - Variable width items */

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

#subnav a {
	display: block;
	color: #fff;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	text-align: center;
	position: relative;
	
	line-height: 38px;
	font-size: 0.75em;
	color: #fff;
	padding: 0 10px;
	font-weight: bold;
}






#subnav li a:hover, #subnav li.li_selected a {
	background: #000 url(../images/featuresub_bg_over.gif) repeat-x 0 0;
	text-decoration: none;
}

#subnav a:hover {}

#subnav li:hover, #subnav li.sfhover {
	background: #000 url(../images/featuresub_bg_over.gif) repeat-x 0 0;
	text-decoration: none;
}

#subnav li { /* all list items */
	float: left;
	background: url(../images/subnav_bg.jpg) 0 0 no-repeat;
}

#subnav li ul { /* second-level lists */
	position: absolute;
	background: #FE7F20;
	width: 151px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#subnav li ul li {
	margin: 0;
	border: none;
}

#subnav li ul a { /* second-level lists */
	text-align: left;
	width: 131px;
}
#subnav li ul a:hover { /* second-level lists */
}

#subnav li:hover ul ul, #subnav li.sfhover ul ul {
	left: -999em;
}

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