/************************************************************** MAIN NAVIGATION */

#mainNavOuter {
	margin:15px;
	width: 732px;
	background-image: url(/img/chrome/corner_mainnav.gif);
	background-position:right;
	background-repeat: no-repeat;
	background-color: #CC9900;
	
	}
	
#mainNav {
	font-weight: normal; 
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size: 11px;
	}
    
    
#mainNavInner {
	width: 100%;
	height: 22px;
	}
	/*	
#mainNav ul {
width:100%
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-image: url(/img/chrome/corner_mainnav_tl.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#mainNav ul li {
	background: #960;
	display: block;
	float: left;
	height: 22px;
	padding: 0;
	margin: 0;
	}
	*/
#mainNav , /* Explorer 6 Tonto */
#mainNavOuter #mainNav li.mainList, /* Explorer 6 Tonto */
#mainNav li.mainList a {
		background-color: #960;
	}
	
#mainNav li#mainFirst {
	background-color:#960;
	background-image: url(/img/chrome/corner_mainnav_l.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	}
	
	
#mainNav li#mainLast {
	background-color:#960;
	background-image: url(/img/chrome/corner_mainnav_r.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}


#mainNav li a.mainLink {
	color: #fff;
	padding: 6px 10px 5px 10px;
font-weight: bold;
/*	float: left;
	text-decoration: none;
 */
	}


#mainNav li a.mainLink:hover {
	color: #FFF5BA
}

/*
#worldwide {
	margin: 0 15px 0 0;
	padding: 0;
	}
*/
    /* Holly Hack Targets IE Win only \*/
    * html #worldwide {margin: 0 7px 0 0;} /* have no clue WHY this works */
    /* End Holly Hack */

	
#mainNav  li#worldwide  {
	width: 96px;
	margin: 0 15px 0 0;
/*	margin-top:-22px;*/
	padding: 0;
	}
	#worldwide a.wwLevelOne {
	float: right;
	width: 76px;
	height: 22px;
	background: url(/img/chrome/link_worldwide.png) 50% 50% no-repeat;
	padding: 0;
  	}

#worldwide a.wwLevelOne span {
	display: none;
  	}
/*
#worldwide  {
	position: relative; 
	list-style: none; 
	margin: 0; 
	background-color: #c90;
	z-index: 50;
	}
	
#worldwide ul li a {
	display: block; 
  	text-decoration: none;
  	padding: 5px 0;
  	}

#worldwide a.wwLevelOne {
	width: 76px;
	height: 22px;
	background: url(/img/chrome/link_worldwide.png) 50% 50% no-repeat;
	padding: 0;
  	}
  	
#worldwide a.wwLevelOne span {
	display: none;
  	}

#worldwide ul li:hover ul {
	display: block;
	}
	
#worldwide ul ul {
	position: absolute; 
	left: -19px;
	display: none;
	width: 110px;
	background: url(/img/chrome/corner_wwDrop_top.gif) top left no-repeat;
	}
	
#worldwide ul ul li a {
	width: 90px;
	padding: 0px 15px 5px 0px;
	font-weight: normal;
	text-align: right;
	height: auto; /* recovers from height of "ul li a" above */
	background-color: #FFF5BA;
	}
	
#worldwide ul ul li.wwLast {
	background: url(/img/chrome/corner_wwDrop_bottom.gif) bottom right no-repeat;
	padding-bottom: 10px;
	}
	*/



#mainNav, #mainNav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}


#mainNav li a {
	color: #fff;
	padding: 6px 10px 5px 10px;

/*
	display: block;
	float: left;
	text-decoration: none;
	padding: 6px 10px 1px 10px;
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size: 11px;
*/
	}

#mainNav li a:hover {
	color: #FFF5BA
}

#mainNav a {
	display: block;
	text-decoration: none;
	padding: 6px 10px 5px 10px;
}

#mainNav li {
	float: left;
}

#mainNav li ul {
	position: absolute;
	width: 200px;
	left: -999em; 

	font-weight: normal; 
	color:#c90;
	background: url(/img/chrome/corner_mainnav_top_sub.gif) #fff top left no-repeat;
	border-bottom: 1px solid #c90;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 0;
	border-right: 0;


}
#mainNav li ul li {
/*
	border-left: 1px solid #c90;
	border-right: 1px solid #c90;
*/
}
#mainNav li:hover ul {
	left: auto;
}

#mainNav li ul li a { 
	color: #c90; 
}

#mainNav li ul li a:hover { 
	color: #960; 
}

#mainNav li ul li { /* second-level list items */
	width: 200px; /* width needed or else Opera goes nuts */
	/* background: #FFF5BA; */
}

#mainNav li ul ul {
	margin: -27px 0 0 199px;
}

#mainNav, #mainNav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}


#mainNav li:hover ul ul, #mainNav li:hover ul ul ul, #mainNav li.sfhover ul ul, #mainNav li.sfhover ul ul ul {
	left: -999em;
}

#mainNav li:hover ul, #mainNav li li:hover ul, #mainNav li li li:hover ul, #mainNav li.sfhover ul, #mainNav li li.sfhover ul, #mainNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

