﻿.MenuGroup
{   
  border-width:0px; 
  background-color:Transparent;
  cursor:default;  
  border-color:#7E7E81; 
  border-style:solid;
}

.MenuGroupTop
{   
  border-width:0px; 
  background-color:Transparent ;
  cursor:default; 
  border-color:#A0CEDD; 
  border-style:solid;
}

.StripeGroup
{   
  border-width:2px; 
  background-color: white;
  /*background-repeat: no-repeat;*/
  background-repeat: repeat-y;
  
  cursor:default;
  background-image:url(../Imagens/bar_menu_back.gif);
  filter:progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135, Strength=2);
   border-color:ThreeDHighlight ThreeDDarkShadow
				ThreeDDarkShadow ThreeDHighlight;
  border-style:solid;
}

.MenuItem
{
  color:black; 
  font-family:Verdana; 
  font-size:11px;   
  cursor:default;
  padding: 2px;  
}

.MenuItemOver 
{
  background-color:#ACDDC8; 
  color:white; 
  font-family:Verdana; 
  font-size:11px;
  cursor: hand;  
  padding: 2px;  
}

.MenuItemDisabled
{
  color:gray; 
  font-family:Verdana; 
  font-size:11px;   
  cursor:default;
  padding: 2px;    
}

.MenuItemBottom
{
  padding: 0px;
  color:black; 
  font-family:Verdana; 
  font-size:11px;   
  cursor:default;
}

.MenuItemOverBottom
{
  background-color:#5A91D9; 
  color:white; 
  font-family:Verdana; 
  font-size:11px;
  cursor: hand;  
}

.Begin
{
	border: 0px;
}

.Spacer
{
	background-color: Transparent; 
}