﻿.MenuStyle 
{
}
.StaticMenu
{	
	padding:0px;
	--background:red;
	background:url(/Images/Headerbg_1.png);
	height:25px;
	overflow:auto;
	margin-top:0px;
	text-align:center;
}
.StaticMenuItem
{
	color:WHITE;
	height:25px;
	text-align:center;
	font-family:Arial;
	font-weight:BOLD;
	padding-left:35px;
	padding-right:35px;
	padding-top:4px;
	margin-left:0px;
	letter-spacing:0px;
	
}
/*.StaticMenuItem *
{
	font-size:15px;	
}*/

.StaticItemSelected
{
	color:#30B5E4;
	background:#F2F2F2;
	
}
.StaticItemHover
{
	color:#2A5FAA;
	background:white;

}
.DynamicItem
{
	background:#E3EAEB;
	vertical-align:middle;
	color:Green;
	width:150px;
}
.DynamicMenu
{
	background:#E3EAEB;
	width:150px;
	border: dotted 1px #2A5FAA;
	margin-left:-1px;
}
.DynamicItemHover
{
 background:Gray;
 color:Blue;
}

.DynamicSelected
{
	background:White;
}



/* Agent control menu*/


.StaticMenuAgents
{	
	padding:0px;
	overflow:auto;
	margin-top:0px;
	text-align:center;
}
.StaticMenuItemAgents
{
	color:WHITE;
	text-align:center;
	font-family:Arial;
	font-weight:BOLD;
	padding-right:10px;
	padding-left:10px;
	padding-top:4px;
	margin-left:0px;
	letter-spacing:0px;
	border-right:dotted 1px #eeeeee;
	align:center;
	
}
.StaticMenuItemAgents *
{
	font-size:12px;	
}

.StaticItemSelectedAgents
{
	color:#30B5E4;
	background:#F2F2F2;
	
}
.StaticItemHoverAgents
{
	color:#2A5FAA;
	background:white;

}
.DynamicItemAgents
{
	background:#E3EAEB;
	vertical-align:middle;
	color:Green;
	width:150px;
}
.DynamicMenuAgents
{
	background:#E3EAEB;
	width:150px;
	border: dotted 1px #2A5FAA;
	margin-left:-1px;
}
.DynamicItemHoverAgents
{
 background:Gray;
 color:Blue;
}

.DynamicSelectedAgents
{
	background:White;
}