/* ========== Top Menu Container ========== */

div#top_menu
{
	position: relative;
	min-width: 60em;
	height: 5.0em;
	background: #000000;
	border-bottom: 1px solid #D0D0D0;
	z-index: 10;
}

/* ========== Top Menu Logo ========== */

div#top_menu_logo_name_and_symbol
{
	float: left;
	margin: 0 0 0 0;
	max-width: 23em;
	height: 5.0em;
	background: #000000;
	z-index: 10;
}

div#top_menu_logo_symbol
{
	float: left;
	max-width: 23em;
	height: 5.0em;
	background: #000000;
	z-index: 10;
}

img.top_logo_symbol
{
	margin: 0 0 0 .5em;
	display: block;
	max-width: 100%;
}

div#top_menu_logo_text
{
	float: left;
	max-width: 25em;
	height: 5.0em;
	background: #000000;
	z-index: 10;
}

a.top_logo_text
{
	margin: 0 0 0 .1em;
	height: fit-content;
	line-height: 120%;
	font-size: 4em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CCCCCC;
}

/* ========== Top Menu Links ========== */

div#top_menu_links
{
	float: right;
	padding-right: 0.5em;
	max-width: 70em;
	height: 4.5em;
	background: #000000;
	z-index: 10;
}

a.nav
{
	float: right;
	padding: .45em 0.5em 0 0;
	margin: 0 0 0 0;
	width: 5.0em;
	height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	text-align: center;
}

a.nav:hover
{
	text-decoration: none;
	color: #CCCCCC;
	text-align: center;
}

a.nav_sm_facebook
{
	float: right;
	padding: 1.45em 1em 0 1em;
	margin: auto;
	width: 2.4em;
	height: 1.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	text-align: center;
}

a.nav_sm_twitter
{
	float: right;
	padding: 1.5em 1em 0 1em;
	margin: auto;
	width: 2.3em;
	height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	text-align: center;
}

a.nav_sm_youtube
{
	float: right;
	padding: 1.7em 1em 0 1em;
	margin: auto;
	width: 2.6em;
	height: 2.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	text-align: center;
}

img.nav_sm
{
	margin: auto;
	display: block;
	max-width: 100%;
}
