﻿.MainGroup
{
	border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
	width:157px;
}
.MainItem
{
	background-color:#62CE21;
  font-family:Tahoma,Verdana ,Arial, Helvetica, sans-serif; 
  font-size:11px;
  font-weight:bold; 
  color:#ffffff;
  height:26px;
  border-bottom:1px solid #ffffff;
  cursor:pointer;
  width:157px;       
}

.MainItemOver
{
	background-color:#316710;
  font-family:Tahoma,Verdana ,Arial, Helvetica, sans-serif; 
  font-size:11px;
  font-weight:bold; 
  color:#ffffff;
  height:26px;
  border-bottom:1px solid #ffffff;
  cursor:pointer;
  width:157px;
}

.MainItemClicked
{
	background-color:#316710;
  font-family:Tahoma,Verdana ,Arial, Helvetica, sans-serif; 
  font-size:11px;
  font-weight:bold; 
  color:#ffffff;
  height:26px;
  border-bottom:1px solid #ffffff;
  cursor:pointer;
  width:157px;
}
.MenuGroup
{
    border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
}
.MenuItem
{
   background-color:#62CE21;
  font-family:Tahoma,Verdana ,Arial, Helvetica, sans-serif; 
  font-size:11px;
  font-weight:bold; 
  color:#ffffff;
  height:26px;
  border-bottom:1px solid #ffffff;
  cursor:pointer;
  width:161px;
}
.MenuItemOver
{
    background-color:#316710;
  font-family:Tahoma,Verdana ,Arial, Helvetica, sans-serif; 
  font-size:11px;
  font-weight:bold; 
  color:#ffffff;
  height:26px;
  border-bottom:1px solid #ffffff;
  cursor:pointer;
  width:161px;
}
.MenuItemClicked
{
    background-color:#316710;
  font-family:Tahoma,Verdana ,Arial, Helvetica, sans-serif; 
  font-size:11px;
  font-weight:bold; 
  color:#ffffff;
  height:26px;
  border-bottom:1px solid #ffffff;
  cursor:pointer;
  width:161px;
}
