.tvdTopGroup
{
  background-color:#E1E2EC; 
  background-image:url(images/toolbar_bg.gif);
  border:solid 1px #7C7C94; 
  border-bottom-width: 0px;
  cursor:default; 
}

.tvdMenuGroup
{
  background-image:url(images/group_background.gif);
  background-color:white;
  border:solid 1px #7E7E81; 
  cursor:default; 
}

.tvdTopMenuItem
{
  margin:1px;
  cursor:default; 
}

.tvdTopMenuItemHover 
{
  margin:1px;
  background-color:#FFE1AC; 
  border:solid 1px #4B4B6F; 
  cursor:pointer;
}

.tvdMenuItem
{
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  margin:1px; 
  cursor:default; 
}

.tvdMenuItemHover 
{
  background-color:#FFEEC2; 
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #4B4B6F; 
  cursor:default; 
}

.tvdMenuBreak
{
  background-image:url(images/break_bg.gif);
  width:100%;
  height:1px;
}