
.TopGroup
{
  
   background-color:#6B83C3;
   cursor: default;
   height:21px 
}

.MenuGroup
{
  background-color:#6B83C3;
  
  border:1px #4E5358 solid; 
  border-style:solid;
  cursor:default;
  height:21; 
}

.TopMenuItem
{
  border: 1px solid #F5F5F5; 
  
  font-family:Microsoft Sans Serif;
   
  font-size:11px; 
  cursor:default; 
  font-weight: bold;
  height:21px;
}

.TopMenuItemHover 
{
  
  background-image: url(images/top_itemHoverBg.gif);   
  background-color:#757495; 
  font-family:Microsoft Sans Serif; 
  font-size:11px; 
  font-weight: bold;
  cursor:default; 
  height:21px;
}

.MenuItem
{
 border: 1px solid #ffffff;
  border-top-color : #9190AC;
  border-left-color: #ffffff;
  border-bottom-color:#9190AC;
  color:#ffffff;
  font-family:Microsoft Sans Serif; 
  font-weight: bold;
  font-size:11px; 
  cursor:default; 
  height:21px;
  
}

.MenuItemHover 
{
  color:#ffffff;
  border: 1px solid #ffffff; 
  border-top-color: #9190AC; 
  border-left-color: #ffffff;
  font-family:Microsoft Sans Serif; 
  font-size:11px; 
  font-weight: bold;
  cursor:default; 
  height:21px;
}

.MenuItemExpanded
{
  
  color:#ffffff;
  border: 1px solid #9190AC; 
  border-top-color: #57566F; 
  border-left-color: #57566F;
  font-family:Microsoft Sans Serif; 
  font-size:11px;
  font-weight: bold; 
  cursor:default; 
  height:21;
}

.MenuItemActive
{
  color:#ffffff;
 
  border: 1px solid #BB5503; 
  font-family:Microsoft Sans Serif; 
  font-size:11px; 
  cursor:default; 
  height:21px;
}

.MenuBreak
{
  background-color: silver; 
  
  height:1px;
}

.ScrollItem
{
  background-color:#F5F5F5; 
  border: 1px solid #757495; 
  text-align:center;
  cursor:default;
}

.ScrollItemH
{
  background-color:#FFEEC2; 
  border: 1px solid #757495; 
  text-align:center;
  cursor:default;
}

.ScrollItemA
{
  background-color:#FBE694; 
  border: 1px solid #BB5503; 
  text-align:center;
  cursor:default;
  height:21;
  
}
.FreeItem
{
	background:#546fb4;
	background-image:url(images/item_hover_bg copy.gif);
	width:50;
}
