﻿/* Override the top menu */

.off-canvas-label
{
	padding: 8px 15px 2px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #777777;
	background-color: #444444;
	font-weight: bold;
	font-size: 0.9rem;
	border-top: solid 1px #808080;
}

.top-bar
{
	height: 75px;
}

.top-bar,
.tab-bar
{
	background-color: #f1f1f1;
}

nav.top-bar a:hover,
nav.tab-bar a:hover,
section.menu-icon a:hover
{
	color: white;
}

.top-bar-section ul,
.top-bar-section li:not(.has-form) a:not(.button)
{
	background-color: #f1f1f1;
	color: black;
}

.top-bar-section .has-form
{
	background: none repeat scroll 0 0 #f1f1f1;
	height: 45px;
	padding: 0 15px;
}

.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"]
{
	display: none;
	height: 75px;
	border-right: solid 1px #F8B639;
}

.top-bar-section li:not(.has-form) a:not(.button)
{
	padding: 15px 10px 0 10px;
}

	.top-bar-section li:not(.has-form) a:not(.button):hover
	{
		background: #F8B639;
	}

.top-bar-section .has-dropdown > a:after
{
	top: 40px;
	border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	-moz-border-image: none;
	-o-border-image: none;
	-webkit-border-image: none;
}

.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button)
{
	color: white;
	background: #F8B639;
}

.menu-buttons
{
	height: 75px;
}

.right-small
{
	background: none no-repeat scroll 0 0 #E0A32D;
	border: none;
}
