﻿.Navigation_Container
{
	float: left;
	width: 100%;
	height: 27px;
	border-bottom: #cccccc;
	background: #323941;
}

.Navigation_Hyperlink
{
	float: left;
	padding-left: 16px;
	padding-right: 16px;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;	
	color: White;
	text-decoration: none;
}

.Navigation_Hyperlink:hover
{
	color: #FF0078;
	text-decoration: underline;
}
