﻿/*
ECS blue					#01008a
*/

.clsStaticMenuItem
{
	color: #00008b;
	padding: 3px;
	font-weight: bold;
}

.clsStaticHover
{
	background-color: #ff8c00;
}

.clsStaticSelected
{
	background-color: #c2d5dc;
}

.clsDynamicMenu
{
	border: 1px solid #00008b;
	width: 150px;
	font-weight: bold;
	font-size: 8pt;
}

.clsDynamicMenuItem
{
    z-index: 100;
	background-color: #d2e5ec;
	color: #00008b;
	padding: 3px;
	width: 150px;
}

.clsDynamicHover
{
	background-color: #ff8c00;
}

