﻿.NavigatorMenuBack
{
	
	width: 600px;
	position: absolute;
	right: 0px;
	padding: 4px 0px 0px 3px;
	height: 30px;
	background: url(../images/PagefishHeaderBack.png) no-repeat left top;
}

.HomeLogoutMenu
{

	float: right;
	padding-right: 5px;
}

.HomeLogoutMenu a
{
	color: White;
	margin-right: 5px;
}

.NavigationMenu
{
	float: left;
	font-family: Trebuchet MS;
	font-weight: bold;
	margin-left: 5px;
}

.NavigationMenuLevel1
{
	color: White;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 11pt;	
}

.NavigationMenuLevel2
{
	color: Black;
	padding: 5px;
	background-color: White;
	border: 1px solid #000;
	font-family: Trebuchet MS;
	text-align: left;
	
}

.NavigationMenuHoverStyle
{
	background-color: Gray;
	color: White;
}

.level3
{
    color: black;
    background-color: Silver;
    font-family: Gill Sans MT !important;
    font-size: small;
}

.hoverstyle
{
    font-weight: bold;
}
       
.sublevel1
{
    background-color: Gray !important;
    color: White !important;
    font-variant: small-caps;
} 