﻿.TopGroup
{
  background-color:#3b6680; 
  cursor:pointer; 
}

.MenuGroup
{
  background-color:#3b6680;
  cursor:pointer; 
}

.TopMenuItem
{
  color:white; 
  font-family:verdana; 
  font-size:10px; 
  border-right:solid 1px white;
  cursor:pointer; 
  padding-top: 5px;
  padding-bottom: 5px;
}

.TopMenuItemHover 
{
  color:white; 
  font-family:verdana; 
  font-size:10px; 
  cursor:pointer; 
  border-right:solid 1px white;
}

.MenuItem
{
  font-family:verdana; 
  font-size:10px; 
  cursor:pointer;
  color:white;
  font-weight:bold;  
  border:solid 1px #3b6680;
}

.MenuItemHover 
{
  background-color:#d5dbe9; 
  font-family:verdana; 
  font-size:10px; 
  cursor:pointer; 
  color:#3b6680; 
  font-weight:bold;
  border:solid 1px #3b6680; 
}

.MenuBreak
{
  background-image:url(images/break_bg.gif);
  width:100%;
  height:0px;
}