@charset "UTF-8";

/* Nav Bar Specific - Rollovers, etc. Begin */

#nav_bar {
	width: 800px;
	clear: both;
}

#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	height: 284px;
	background: url(../../images/structure/nav_bar/nav_bar_transparency.png) no-repeat left bottom;
}

#nav a {
	display: block;
	height: 49px;
	color: #636363;
	font-size: 14px;
	text-decoration: none;
	font-weight: strong;
}

#nav a:hover {
	color: #fff;
}

#nav li { /* all list items */
	float: left;
}

#nav li a.li_hide {
	text-indent: -9999px;
}

/* Individual Buttons Backgrounds Defined */

#nav li.predators { /* all list items */
	background: url(../../images/structure/nav_bar/predators.jpg) no-repeat left top;
	width: 110px;
}

#nav li.predators a { /* all list items */
	width: 110px;
}

#nav li.predators ul li a { /* all list items */
	width: 160px;
}

#nav li.predators a.li_hide:hover {
	background: url(../../images/structure/nav_bar/predators_over.jpg) no-repeat left top;
}

#nav li.sommet_center { /* all list items */
	background: url(../../images/structure/nav_bar/sommet_center.jpg) no-repeat left top;
	width: 160px;
}

#nav li.sommet_center a { /* all list items */
	width: 160px;
}

#nav li.sommet_center a.li_hide:hover {
	background: url(../../images/structure/nav_bar/sommet_center_over.jpg) no-repeat left top;
}

#nav li.logos { /* all list items */
	background: url(../../images/structure/nav_bar/logos.jpg) no-repeat left top;
	width: 90px;
}

#nav li.logos a { /* all list items */
	width: 90px;
}

#nav li.logos a.li_hide:hover {
	background: url(../../images/structure/nav_bar/logos_over.jpg) no-repeat left top;
}

#nav li.demographics { /* all list items */
	background: url(../../images/structure/nav_bar/demographics.jpg) no-repeat left top;
	width: 140px;
}

#nav li.demographics a { /* all list items */
	width: 140px;
}

#nav li.demographics a.li_hide:hover {
	background: url(../../images/structure/nav_bar/demographics_over.jpg) no-repeat left top;
}

#nav li.contact { /* all list items */
	background: url(../../images/structure/nav_bar/contact.jpg) no-repeat left top;
	width: 120px;
}

#nav li.contact a { /* all list items */
	width: 120px;
}

#nav li.contact a.li_hide:hover {
	background: url(../../images/structure/nav_bar/contact_over.jpg) no-repeat left top;
}

#nav li.baker { /* all list items */
	background: url(../../images/structure/nav_bar/baker.jpg) no-repeat left top;
	width: 180px;
}

#nav li.baker a { /* all list items */
	width: 180px;
}

#nav li.baker a.li_hide:hover {
	background: url(../../images/structure/nav_bar/baker_over.jpg) no-repeat left top;
}

/* Individual Buttons Backgrounds Defined */

#nav ul li.predators_spacer {
	width: 160px;
	height: 3px;
	overflow: hidden;
	background: none;
}

#nav ul li.sommet_center_spacer {
	width: 160px;
	height: 108px;
	background: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: url(../../images/structure/nav_bar/nav_bar_transparency.png) repeat;
	width: 160px;
	height: 213px;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	top: 52px;
	text-align: center;
}

#nav ul li a {
	padding: 10px 0 5px 0;
	height: 20px;
	width: 160px;
}

#nav ul li a:hover {
	background-color: #636363;
	width: 160px;
}

#nav ul li ul li a:hover {
	background-color: #969595;
	width: 170px;
	*width: 170px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2.5em 0 0 160px;
	_margin: -2.5em 0 0 80px;
	*margin: -2.5em 0 0 80px;
	background-image: none;
	background-color: #636363;
	height: 191px;
	_height: 191px;
	width: 180px;
	*width: 180px; 
}

#nav ul li ul li a {
	color: #fff;
	font-size: 11px;
	padding: 5px 0 5px 10px;
	height: 10px;
	width: 170px;
	text-align: left;
	
}

#nav ul:hover, #nav ul.sfhover {
	color: #ffffff;
}


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


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

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	color: #ffffff;
	background-color: #636363;
}

#nav li:hover ul ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	color: #ffffff;
	background-color: #636363;
}

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

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






/* Nav Bar Specific - Rollovers, etc. End */