﻿
.MainMenuPanel
{
	background: url("~/App_Themes/ThemeBlue/Header/MenuBackground.png") repeat-x;
	height: 45px;
	text-align: left;
	font-family: Arial ;
	color: White;
}
.LocationPanel
{
	background:repeat-x;
	height: 18px;
	z-index: -1;
}

.MainMenuContent
{
	padding: 21px 0px 0px 0px;
	font-family: Arial ;
	font-size: 10pt;
	font-weight: bold;
}

.StaticMenu
{
    color: White;
    font-family: Arial ;
	font-size: 10pt;
	font-weight: bold;    
}

.StaticMenuItem
{
    color: White;
    margin: 0px 3px 0px 3px;
    padding: 1px 1px 6px 1px;
    font-family: Arial ;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
}

.StaticHover
{
	background-position: #0099CC;
	color: White;
	background: #0099CC;
	margin: 0px 3px 0px 3px;
	padding: 1px 1px 6px 1px;
	font-family: Arial ;
	font-weight: bold;
	font-size: 10pt;
}

.StaticSelected
{
    color: White;
}

.DynamicMenu
{
    color: White;
    font-family: Arial ;
	font-weight: bold;
	font-size: 10pt;    
}

.DynamicMenuItem
{
    color: White;
    background-color: #336699;
    font-family: Arial ;
	font-size: 10pt;
	font-weight: bold;  
    padding: 3px 3px 3px 3px;
}

.DynamicHover
{
    color: White;
    background-color: #999999;
    padding: 3px 3px 3px 3px;
    background: #0099CC;
    font-family: Arial ;
	font-size: 10pt;
	font-weight: bold;      
}

.DynamicSelected
{
    font-family: Arial ;
	font-size: 10pt;
	font-weight: bold;  	
    color: White;
}
.LocationPanelContent
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    padding: 1px 10px 0px 10px;
    text-align: right;
}