﻿.TopGroup
{ 	
	cursor:pointer;
	cursor:hand;
	height: 24px;
}
.TopMenuItem
{
	height: 24px;
}


.MenuGroup
{
	cursor:pointer;
	cursor:hand;
	width:154px;
	border: solid 1px #87B1C9;
	background-color: #DFE8ED;
	padding-left: 3px;
	padding-right: 2px;
}

.MenuItem
{
	width: 155px;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:left;
	font-size: 8.5pt;
	font-weight: bold;
	font-family: Arial;
	color:#001B36;
	display:block;
	background-color: #DFE8ED;
	border: solid 1px #DFE8ED;
}
.MenuItemOver
{
	width: 155px;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:left;
	font-size: 8.5pt;
	font-weight: bold;
	font-family: Arial; 
	color:#001B36;
	display:block;
	background-color: White;
	border: solid 1px #C0CBD1;
}
.MenuItemClicked
{
	width: 155px;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:left;
	font-size: 8.5pt;
	font-weight: bold;
	font-family: Arial;
	color:#219A26;
	display:block;
	background-color: White;
	border: solid 1px #C0CBD1;
}

.MenuItemSpacer
{
	height: 3px;
}

