﻿.TopGroup
{
  height:25px;
  cursor:pointer;
}

.MenuGroup
{
  background-color:#F5F5F5;
  border-top:solid 1px #38415d;
  border-left:solid 1px #38415d; 
  border-right: solid 1px #38415d;
  cursor:default; 
  opacity:0.95;
  -moz-opacity:0.95;
  filter:alpha(opacity=95);
  width:140px
}

.TopMenuItem
{
  color:white; 
  font-family:arial, tahoma, Sans-Serif;
  font-weight:bold; 
  font-size:10px; 
  cursor:default; 
  text-align:center;
  letter-spacing:0px;
  padding-top:3px;
}

.TopMenuItemHover 
{
  color:white; 
  font-family:arial, tahoma, Sans-Serif; 
  font-weight:bold; 
  font-size:10px; 
  cursor:pointer; 
  text-align:center;
  letter-spacing:0px;
  padding-top:3px;
  height: 20px;
  text-decoration:underline
}

.MenuItem
{
  color:black;
  font-weight:bold;
  font-family:Arial, tahoma, Sans-Serif; 
  font-size:10px; 
  cursor:pointer; 
  border-bottom:solid 1px #343C4F;
  background-color:white;
  height: 25px;
  padding-left: 10px;
  padding-right:10px;
}

.MenuItemHover 
{
  color: white;
  font-family:arial, tahoma, Sans-Serif; 
  font-size:10px;  
  cursor:pointer; 
  font-weight:bold;
  border-bottom:solid 1px #343C4F;
  background-color:#AEC559; 
  height: 25px;
  padding-left: 10px;
  padding-right:10px;
}

.DisabledMenuItem
{
  border: 1px solid #F5F5F5; 
  color:#666666;
  font-family:Trebuchet MS, tahoma, Sans-Serif; 
  font-size:11px; 
  cursor:default; 
}

.DisabledMenuItemHover 
{
  background-color:#FFEEC2; 
  color:#666666;
  border: 1px solid #57566F; 
  border-top-color: #9190AC; 
  border-left-color: #9190AC;
  font-family:Trebuchet MS, tahoma, Sans-Serif; 
  font-size:11px; 
  cursor:default; 
}
.BreakItem
{
  background-color: silver; 
  width:100%;
  height:2px;
}

.dopcontainer
{
    width:99%;
    padding:5px 10px 5px 10px;
    border:solid 1px #ccc;
    background-color:#efefef;
}

