/******************
 * Main navigation ---------------------------------------------------------
 *
 */

#navigation-wrapper.sticky {
     position: fixed;
     top: 0;
     z-index:99;
  }

#navigation-wrapper {
	height:30px;
	background: #000000;
	padding-bottom:10px;
}

nav {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	position: relative;
	z-index: 100;
	width: 920px;
	/*margin: 0 0 15px 0;*/
	padding: 0 40px 0 40px;
	clear: both;
}
nav>ul {
	width: 100%;
	list-style: none;
        margin: 0;
}
nav li.headlink {
	float: left;
	line-height:30px;
}
nav li:hover {
  position: relative;
}
nav li.headlink a {
	color: #fed221;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 16px;
}
nav li.headlink a:hover {
	background-color: #666666;
	color: #FFF;
	text-shadow: 1px 1px #333;
}
nav li.headlink a.selected {
	background-color: #666666;
	color: #FFF;
	text-shadow: 1px 1px #333;
}
nav li#social {
	float: right;
	display: inline;
	padding: 6px 0 0 0;
	margin-left: 5px;
}
nav li#social a:hover {
	background-color: #000;
}

/******************
 * Dropdown Menus
 *
 */
nav ul ul      { width: 220px; visibility: hidden; position: absolute; top: 100%; left:   0px; margin: 0; z-index: 100; list-style: none; }
nav ul ul ul   { width: 220px; visibility: hidden; position: absolute; top: -1px; left: 241px; margin: 0; z-index: 100; list-style: none; }

nav ul ul li,         nav ul ul ul li         { float: none; z-index: 100; }
nav ul ul li a,       nav ul ul ul li a       { width: 100%; display: inline-block; padding: 5px 17px; text-transform: none; color: #2a8fac; background-color: black; opacity: 0.9; margin-top: 0px; border: 1px solid #666; }
nav ul ul li a:hover, nav ul ul ul li a:hover { opacity: 0.9; color: white; text-decoration: none; }

li.sublink > a {
	background: black url('/images/arrow_right.png');
	background-repeat: no-repeat;
	background-position-x: 220px;
	background-position-y: 5px;
}


/******************
 * Sub navigation ---------------------------------------------------------
 *
 */

#sub-navigation-wrapper.sticky {
     position: fixed;
     top: 40px;
     z-index:99;
  }

#sub-navigation-wrapper {
	height:20px;
	background: #fed221;
	padding-bottom:10px;
        z-index:0;
}

#sub-navigation-wrapper nav li.headlink {
	line-height:20px;
}

#sub-navigation-wrapper nav li.headlink a {
color: #000000;
display: block;
padding: 5px 10px;
text-decoration: none;
font-size: 12px;
}

#sub-navigation-wrapper nav li.headlink a:hover {
	background-color: #666666;
	color: #FFF;
/