﻿/* Breadcrumbs style ------------------------------------- */

.SiteMap
{
  font-family: verdana;
  font-size: 10px;
}

.BreadcrumbsNode
{
  font-family: verdana;
  font-size: 11px;
  text-decoration: none;
}

.BreadcrumbsNode:hover
{
  font-family: verdana;
  font-size: 10px;
  text-decoration: underline;
}

/* Menu groups -------------------------------------------- */
.TopGroup
{
  background-color:white;
  background-image:url(../../images/menu/item_bg.gif); 
  border:solid 0px #737373; 
}

.Group
{
  background-color:white;
  background-image:url(../../images/menu/group_bg.gif); 
  border:solid 1px #737373; 
}

/* Default item styles ------------------------------------ */ 

.Item
{
  font-family:verdana; 
  font-size:10px; 
  margin:1px;
  cursor:default;
}

.ItemHover
{
  background-color:white; 
  background-image:url(../../images/menu/item_bg.gif); 
  color:black; 
  font-family:verdana; 
  font-size:10px; 
  border:solid 1px #5C6929; 
  border-right-color:#5C6929;
  border-bottom-color:#5C6929;
  cursor:default;
}

.ItemExpanded
{
  background-color:white; 
  background-image:url(../../images/menu/item_bg.gif); 
  color:black; 
  font-family:verdana; 
  font-size:10px; 
  border:solid 1px #5C6929; 
  border-right-color:#D5DFAC;
  border-bottom-color:#D5DFAC;
  cursor:default;
}

/* Selected item styles ------------------------------------ */ 
.SelectedItem
{
  font-family:verdana; 
  font-size:10px; 
  border:solid 1px #5C6929; 
  border-left-color:#D5DFAC;
  border-top-color:#D5DFAC;
  cursor:default;
}

.SelectedItemHover
{
  background-color:#D5DFAC; 
  color:black; 
  font-family:verdana; 
  font-size:10px; 
  border:solid 1px #5C6929; 
  border-left-color:#D5DFAC;
  border-top-color:#D5DFAC;
  cursor:default;
}

.SelectedItemExpanded
{
  background-color:#D5DFAC; 
  color:black; 
  font-family:verdana; 
  font-size:10px; 
  border:solid 1px #5C6929; 
  border-left-color:#D5DFAC;
  border-top-color:#D5DFAC;
  cursor:default;
}

/* Child selected item styles ------------------------------------ */ 
.ChildSelectedItem
{
  font-family:verdana; 
  font-size:10px; 
  border:solid 1px #5C6929; 
  border-left-color:#D5DFAC;
  border-top-color:#D5DFAC;
  cursor:default;
}

.ChildSelectedItemHover
{
  background-color:#D5DFAC; 
  color:black; 
  font-family:verdana; 
  font-size:10px; 
  border:solid 1px #5C6929; 
  border-left-color:#D5DFAC;
  border-top-color:#D5DFAC;
  cursor:default;
}

.ChildSelectedItemExpanded
{
  background-color:#D5DFAC; 
  color:black; 
  font-family:verdana; 
  font-size:10px; 
  border:solid 1px #5C6929; 
  border-left-color:#D5DFAC;
  border-top-color:#D5DFAC;
  cursor:default;
}
 
 
