body
{
	color: Black;
	background-color: White;
}
.MasterHeader
{
	position: relative;
	width: 100%;
	height: 90px;
	background-color: #0135ab;
}
.MasterLoginName, .MasterLoginStatus
{
	font-family: Verdana,Arial,Helvetica,Sans Serif;
	font-size: 7.5pt;
	line-height: 18px;
	font-weight: bold;
	color: White;
}
.MasterLoginName
{
	color: White;
}
.MasterLoginName a
{
	color: White;
}
.MasterLoginName a:hover, .MasterLoginName a:active, .MasterLoginStatus:hover, .MasterLoginStatus:active
{
	color: #ccddff;
}
.TopMenu
{
	position: relative;
}
.TopMenu, .TopMenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}
.TopMenu a
{
	display: block;
	color: inherit;
	text-decoration: inherit;
}
.TopMenu li
{
	position: relative;
	text-decoration: none;
	cursor: default;
}
.TopMenu li:hover
{
	background-color: White;
	color: Black;
}
.TopMenu > li
{
	display: inline-block;
	color: White;
	font-family: Verdana,Arial,Helvetica,Sans Serif;
	font-size: 7.5pt;
	font-weight: bold;
	padding: 4px 2px 3px 10px;
}
.RootMenu li
{
	border-left: 1px solid #9999aa;
	border-right: 1px solid #9999aa;
	border-top: 1px solid #eeeeff;
	border-bottom: 1px solid #888899;
	background-color: #ccccdd;
	padding: 2px 5px 2px 5px;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}
.RootMenu li.SelectedMenuItem
{
	background-color: #ccddff;
}
.RootMenu > ul
{
	top: 100%;
	left: 0;
}
.ChildMenu > ul
{
	margin: -1px 0 0 1px;
	top: 0;
	left: 100%;
}
.TopMenu ul
{
	display: none;
	position: absolute;
	z-index: 100;
}
.TopMenu li:hover > ul
{
	display: block;
}
.RootMenu
{
	padding-right: 11px !important;
}
.ChildMenu
{
	padding-right: 23px !important;
}
.ChildMenu::after
{
	content: " ";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 3px;
	right: 2px;
	background-image: url(../../Content/Themes/BlueBannerTheme/SubMenu.gif);
}
.RootMenu::after
{
	content: "|";
	display: block;
	position: absolute;
	top: 4px;
	right: -1px;
	font-size: 7.5pt;
	font-weight: normal;
	color: #556688;
	white-space: nowrap;
}
.RootMenu:hover::after, .RootMenu:last-child::after
{
	display: none;
}
.Breadcrumbs
{
	color: White;
	font-size: 7.5pt;
	font-weight: bold;
}
.Breadcrumbs .Separator
{
	color: #556688;
	white-space: nowrap;
}
.Breadcrumbs a
{
	color: White;
	text-decoration: none;
}
.Breadcrumbs a[href]:hover
{
	color: #ccddff;
	text-decoration: underline;
}
