/* Breadcrumbs style ------------------------------------- */

.SiteMap
{
  font-family: verdana;
  font-size: 11px;
}

.BreadcrumbsNode
{
  font-family: verdana;
  font-size: 11px;
  text-decoration: none;
}

.BreadcrumbsNode:hover
{
  font-family: verdana;
  font-size: 11px;
  text-decoration: underline;
}

/* Menu groups -------------------------------------------- */
.TopGroup
{
  background-color:white;
  background-image:url(../images/group_bg.gif); 
  border:none; 

  background-repeat:repeat-y;
  margin:0;
  margin-top:-10px;
  margin-left:20px;
  width:210px;
}

.Group
{
  background-color:white;
  background-image:url(../images/group_bg.gif); 
  border:solid 1px #737373; 
}

/* Default item styles ------------------------------------ */ 

.Item
{
  font-family:tahoma; 
  font-size:11px; 
  margin:1px;
  cursor:pointer;
  
}

.ItemHover
{
  background-color:white; 
  background-image:url(../images/item_bg.gif); 
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #ABABAB; 
  border-right-color:#737373;
  border-bottom-color:#737373;
  cursor:pointer;
}

.ItemExpanded
{
  background-color:white; 
  background-image:url(../images/item_bg.gif); 
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #737373; 
  border-right-color:#ABABAB;
  border-bottom-color:#ABABAB;
  cursor:default;
}

/* Selected item styles ------------------------------------ */ 
.SelectedItem
{
  background-color:#e4eedb;
  background-image:url(../images/selectedItem_Bg.jpg);
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #b1d396; 
  border-left-color:#96ba7c;
  border-top-color:#96ba7c;
  cursor:default;
  font-weight:bold;
}

.SelectedItemHover
{
  background-color:#e4eedb; 
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #b1d396; 
  border-left-color:#96ba7c;
  border-top-color:#96ba7c;
  cursor:default;
  font-weight:bold;
}

.SelectedItemExpanded
{
  background-color:#E9CFB1; 
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #FF4C4C; 
  border-left-color:#B30000;
  border-top-color:#B30000;
  cursor:default;
}

/* Child selected item styles ------------------------------------ */ 
.ChildSelectedItem
{
  background-color:#e2dfc3; 
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #908a46; 
  border-left-color:#cbc693;
  border-top-color:#cbc693;
  cursor:default;
}

.ChildSelectedItemHover
{
  background-color:#d0e4ed; 
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #72a3b8; 
  border-left-color:#abd1e0;
  border-top-color:#abd1e0;
  cursor:default;
}

.ChildSelectedItemExpanded
{
  background-color:#d0e4ed; 
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #72a3b8; 
  border-left-color:#abd1e0;
  border-top-color:#abd1e0;
  cursor:default;
}


