﻿.StaticMenuStyle
{
	font-family:Verdana;
	font-size:9pt;
	/*background-color:#689bca;*/
	background-color:Transparent;
	height:25px;
	/*background-image:url(ButtonImages/Btn1.jpg);*/
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
	font-weight:bold;
	color:White;
}

.StaticHoverMenuStyle
{
	font-family:Verdana;
	font-size:9pt;
	background-color:#09284E;
	font-weight:bold;
	text-align:center;
	height:30px;
	vertical-align:top;
	background-position:center center ;
	/*background-image:url(ButtonImages/Btn2.jpg);*/
	background-repeat:no-repeat;
	color:White;
}
.DynamicMenuItemStyle
{
	font-family:Verdana;
	font-size:9pt;
	background-color:#689bca;
	color:White;
	border-left:solid 1px lightskyblue;
	border-right:solid 1px lightskyblue;
	border-top:solid 1px lightskyblue;
	height:25px;
	width:150px;
	text-align:left;
	padding-left:5px;
	z-index: 9999;
	font-weight:bold;
}

.DynamicHoverMenuStyle
{
	font-family:Verdana;
	font-size:9pt;
	background-color:#0d3e6c;
	color:White;
	border-left:solid 1px lightskyblue;
	border-right:solid 1px lightskyblue;
	border-top:solid 1px lightskyblue;
	height:25px;
	width:150px;
	z-index: 9999;
	font-weight:bold;
}