﻿.StaticMenuStyle
{
	height:24px;
	text-align:center;
	font-size:9pt;
	color:#ffffff;
	padding-left:3px;
	font-weight:bold;
	width:100px;
	/*background-color:#689bca;*/
}

.StaticHoverMenuStyle
{
	font-size:9pt;
	font-weight:bold;
	text-align:center;
	height:24px;
	color:Yellow;
	padding-left:3px;
	width:100px;
	background-color:Orange;
}
.DynamicMenuItemStyle
{
	font-family:Arial;
	font-size:8pt;
	background-color:White;
	color:#144571;
	height:25px;
	width:150px;
	text-align:left;
	padding-left:2px;
	z-index: 200;
	border-top: dotted 1px LightGray;
}

.DynamicHoverMenuStyle
{
	font-family:Arial;
	font-size:8pt;
	background-color:#e5f6fb;
	height:25px;
	width:150px;
	z-index: 200;
}
.DynamicMenuStyle
{
	z-index: 200;
	
}
