/* Breadcrumbs style ------------------------------------- */

/*.SiteMap
{
  font-family: verdana;
  font-size: 10pt;
}

.BreadcrumbsNode
{
  font-family: verdana;
  font-size: 10pt;
  text-decoration: none;
}

.BreadcrumbsNode:hover
{
  font-family: verdana;
  font-size: 10pt;
  text-decoration: underline;
}
*/

/* Menu groups -------------------------------------------- */
.TopGroup
{
  background-color: #5D7DB8;
  color: White;
  border: none;
  /*border:solid 1px #737373; */
  width: 100%; /* 728px; */
}

.Group
{
  background-color: #5D7DB8;
  color: White;
  border:solid 1px #737373; 
}

/* Default item styles ------------------------------------ */ 

.Item
{
  font-family: 'Trebuchet MS', Arial, Helvetica;
  font-size: .9em;
  margin: 1px;
  cursor: pointer;
  cursor: hand;
}

.ItemHover
{
  background-color: White; 
  color: #FF9900; 
  font-family: 'Trebuchet MS', Arial, Helvetica;
  font-size: .9em;
  border:solid 1px #ABABAB; 
  border-right-color:#737373;
  border-bottom-color:#737373;
  cursor: pointer;
  cursor: hand;
}

.ItemExpanded
{
  background-color: White; 
  color: #FF9900; 
  font-family: 'Trebuchet MS', Arial, Helvetica;
  font-size: .9em;
  border:solid 1px #737373; 
  border-right-color:#ABABAB;
  border-bottom-color:#ABABAB;
  cursor: pointer;
  cursor: hand;
}

/* Selected item styles ------------------------------------ */ 
.SelectedItem
{
  background-color: #FF9900; 
  color: White;
  font-family: 'Trebuchet MS', Arial, Helvetica;
  font-size: .9em;
  font-weight: bolder;
  border:solid 1px #B30000; 
  border-left-color:Black;
  border-top-color:Black;
  cursor: pointer;
  cursor: hand;
}

.SelectedItemHover
{
  background-color: #FF9900; 
  color: White; 
  font-family: 'Trebuchet MS', Arial, Helvetica;
  font-size: .9em;
  font-weight: bolder;
  border:solid 1px #B30000; 
  border-left-color:Black;
  border-top-color:Black;
  cursor: pointer;
  cursor: hand;
}

.SelectedItemExpanded
{
  background-color: #5D7DB8; 
  color: White; 
  font-family: 'Trebuchet MS', Arial, Helvetica;
  font-size: .9em;
  border:solid 1px Black; 
  border-left-color:#B30000;
  border-top-color:#B30000;
  cursor: pointer;
  cursor: hand;
}

/* Child selected item styles ------------------------------------ */ 
.ChildSelectedItem
{
  background-color: #FF9900; 
  color: White;
  font-family: 'Trebuchet MS', Arial, Helvetica;
  font-size: .9em;
  font-weight: bolder;
  border:solid 1px #0000B3; 
  border-left-color:#FFD050;
  border-top-color:#FFD050;
  cursor: pointer;
  cursor: hand;
}

.ChildSelectedItemHover
{
  background-color: #5D7DB8; 
  color: White;
  font-family: 'Trebuchet MS', Arial, Helvetica; 
  font-size: .9em;
  border:solid 1px #0000B3; 
  border-left-color:#FFD050;
  border-top-color:#FFD050;
  cursor: pointer;
  cursor: hand;
}

.ChildSelectedItemExpanded
{
  background-color: #5D7DB8; 
  color: White; 
  font-family: 'Trebuchet MS', Arial, Helvetica;
  font-size: .9em;
  border:solid 1px #477CC2; 
  border-left-color:#0000B3;
  border-top-color:#0000B3;
  cursor: pointer;
  cursor: hand;
}

