#Header {
	background: #FAFBFB;
	color: #E80415;
}

#Header #Logo {
	background-size: contain;
}

#Navigation > li {
	background: #F0F0F0;
	border-bottom: 1px solid #FAFBFB;

	display: inline-block;
	position: relative;
}

#Navigation > li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0px;
	width: 100%;
	background: transparent;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

#Navigation > li:hover {
	border-color: #E80415;
	// border-width: 3px;
}

#Navigation > li:hover:after {
	height: 2px;
	background: #E80415;
}

#Navigation > li:hover > a, #Navigation > li:active > a {
	color: #eb3436;
	text-decoration: none;
}

#Navigation > li > a {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
}

#Navigation > .Selected {
	border-color: #E80415;
	border-width: 1px;
}

#Navigation > .Selected > a {
	color: #000;
}

#Navigation > .Active > ul {
	background: rgba(240, 240, 240, 0.95);
}

#Navigation > .Active > ul > li:hover {
	background: #cf2027;
}

#Navigation > .Active > ul > li > a {
	border-bottom: 0px;
	color: #000;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

#Navigation > .Active > ul > li:hover > a {
	color: #fff;
	text-decoration: none;
}

#ToolBar a {
	// color: #E80415;
	color: #000;
}

#ToolBar a:hover, a:focus {
	color: #E80415;
	// color: #CF2027;
	text-decoration: none;
}

#ToolBar a i {
	text-shadow: 0px 0px 0 #000;
}
