/*********** = #primary (navs and search) = ***********/

div.nav-container {
	background: url(../images/bg-nav.png) no-repeat 0 0;
	height: 44px;
	padding: 8px 0 0 210px;
	position: absolute;
	top: 21px;
	left: 0;
	min-width: 632px;
	text-align: left;
}

*html div.nav-container {
	height: 1%;
	padding-bottom: 20px;
}

*html div.nav-container .clear {
	display: none;
}

ul.nav,
ul.nav ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

ul.nav li {
	float:left;
	position:relative;
	z-index:999;
}

ul.nav li a, 
ul.nav li a:visited {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 !important;
	padding: 7px 11px 0 11px;
	text-decoration: none;
	text-transform: uppercase;
}

ul.nav li a.lc {
	text-indent: 12px;
}

*html ul.nav li a, 
*html ul.nav li a:visited {
	margin: 0;
}

ul.nav li a:hover,
ul.nav li:hover a, 
ul.nav li.sfhover a {
	color: #9fae10;
	text-decoration: none;
}

ul.nav li a.active {
	color: #dfdfdf;
	background: #909d4e url(../images/bg-nav-active.gif) repeat-x 0 50%;
}

ul.nav ul {
	left: 0;
	margin: -1px 0 0 0 !important;
	position:absolute;
	top: 30px;
}

ul.nav ul li {
	float:none;
	display: block;
}

ul.nav ul a,
ul.nav ul a:visited {
	border: 2px solid #222;
	border-top: none;
	background: #3d3d3d;
	color: #ebef91 !important;
	font-size: 11px;
	font-weight: normal;
	float: none;
	height: auto;
	letter-spacing: 1px;
	padding: 9px;
	text-decoration: none;
	width: 178px;
	filter:alpha(opacity=96);
	-moz-opacity:0.96;
	-khtml-opacity: 0.96;
	opacity: 0.96;
}

ul.nav ul a:hover {
	background: #282828;
	color: #d7e023 !important;
}

/* ul.nav #international a { background: url(/images/bg-globe.png) no-repeat 10px 3px; display: block; text-indent: -9999em; width: 40px; } */
