.WinXPTopGroup
{ 
  height:19px;
  background-color:White;
  cursor:auto;
  padding:0px;
}

.WinXPMenuGroup
{
  padding:0px;
  background-image:url(images/background.gif);
  border-width:1px; 
  border-color:White; 
  border-style:solid;
  cursor:default; 
  filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=2); 
}

.WinXPTopMenuItem
{ 
  width:100px;
  background-color:#444444;
  border:solid 1px;
  border-color:Black;
  color:White; 
  font-family:MS Sans Serif;
  font-weight:bold;
  font-size:12px; 
  padding:0px;
  cursor:auto;
  text-align:left;
}

.WinXPTopMenuItemOver 
{
  width:100px;
  background-color:#444444;
  border:solid 1px;
  border-color:Black;
  color:White; 
  font-family:MS Sans Serif; 
  font-weight:bold;
  font-size:12px; 
  padding:0px;
  cursor:hand;
}

.WinXPTopMenuItemDisabled
{
  background-color:#DBD7D0; 
  color:gray; 
  font-family:MS Sans Serif; 
  font-size:12px; 
  border-width:1px; 
  border-color:#DBD7D0; 
  border-style:solid;
  padding:2px;
  cursor:default;  
}

.WinXPMenuItem
{
  background-color:#EEEEEE;
  color:black;
  font-family:MS Sans Serif; 
  font-size:9px; 
  padding:5px;
  cursor:hand; 
}

.WinXPMenuItemOver 
{
  background-color:#F3AD3B; 
  color:black;
  font-family:MS Sans Serif; 
  font-size:9px; 
  padding:5px;
  cursor:hand; 
}

.WinXPMenuItemDisabled
{
  color:gray; 
  font-family:MS Sans Serif; 
  font-size:9px; 
  padding:5px;
  cursor:default; 
}

.WinXPMenuBreak
{
  margin-left:26px; 
}