﻿.TopGroup
{
  cursor:default; 
  height:30px;
  width:40px;
  color:#666666 ;
  font-family:Verdana;
  font-size:10px;
  cursor:pointer;

}

.MenuGroup
{
  background-color:#F5F5F5;
  border:1px #4E5358 solid; 
  border-style:solid;
  cursor:default; 
}

.TopMenuItem
{
  background-color:#5A6B7D; 
  color:white; 
  font-family:tahoma; 
  font-size:12px; 
  border:1px #5A6B7D solid;
  cursor:default; 
}

.TopMenuItemHover 
{
  background-color:#C2C5C8; 
  background-image: url(back.gif);
  color:Black;
  font-family:tahoma; 
  font-size:12px; 
  border:1px #077382 solid;
  cursor:default; 
}

.MenuItem
{
  border-right:3px #077382 dashed; 
  color:White;
  font-family:Trebuchet MS;
  font-weight:bold; 
  font-size:10px; 
  cursor:default; 
}

.MenuItemHover 
{
  color:Black ;
  border-right:4px #077382 dashed; 
  font-family:tahoma; 
  font-size:16px; 
  cursor:default; 
}

.MenuBreak
{
  background-image:url(images/break_bg.gif);
  width:100%;
  height:2px;
}

.ItemH
{
  color:#666666 ; 
  font-family:Verdana;
  font-size:10px; 
  cursor:pointer;
  border-bottom-color:gray;
  border-bottom-style:solid;
  border-bottom-width:1px;
}

.ItemExp
{
  background-color:silver; 
  color:White; 
  font-family:tahoma; 
  font-size:12px; 
  border:solid 1px white; 
  cursor:pointer;
  
  
}
.Item
{
  cursor:default; 
  height:3px;
  color:Black ;
  font-family:Verdana;
  font-size:10px;
  cursor:pointer;
  border-bottom-color:#e4e4e4;
  border-bottom-style:solid;
  border-bottom-width:1px;
}

.ItemP
{
  cursor:default; 
  height:3px;
  color:Black ;
  font-family:Verdana;
  font-weight:bold;
  font-size:10px;
  cursor:pointer;
  border-bottom-color:#e4e4e4;
  border-bottom-style:solid;
  border-bottom-width:1px;
}

.ItemPH
{
  color:#666666 ; 
  font-family:Verdana;
  font-size:10px;
  font-weight:bold; 
  cursor:pointer;
  border-bottom-color:gray;
  border-bottom-style:solid;
  border-bottom-width:1px;
}