/* 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
{
  baackground-color:white;
  
  border:none; 

  background-repeat:repeat-y;
  margin:0;
  margin-left:1px;
  width:195px;
}

.Group
{
  baackground-color:white;
  baackground-image:url(../images/group_bg.gif); 
  background-color:#fff;
  border:solid 1px #c0c0c0; 
  border-left:5px solid #c0c0c0;
  width:auto;
}

/* Default item styles ------------------------------------ */ 

.Item
{
  font-family:tahoma; 
  font-size:11px; 
  margin:1px;
  cursor:pointer;
  background-image:url(../images/arrow.gif);
  background-repeat:no-repeat;
  background-position:right;
  border-bottom:1px solid #e0e0e0;
  color:#306ba3;

}

.ItemHover
{

  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  margin:1px;
  cursor:pointer;
  border-bottom:1px solid #e0e0e0;
  background-image:url(../images/arrow.gif);
  
  background-repeat:no-repeat;
  background-position:right;
}

.ItemExpanded
{

  /*aaackground-image:url(../images/item_bg.gif);*/
 
  
  background-color:#256196;
  color:white; 
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #737373; 
  border-right-color:#ABABAB;
  border-bottom-color:#ABABAB;
}

/* Selected item styles ------------------------------------ */ 
.SelectedItem
{
      background-color:#d0e4ed; 
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  border-bottom:solid 1px #72a3b8; 
  cursor:default;
  
  
  background-image:url(../images/selectedItem_Bg.jpg);
  
  
  
}

.SelectedItemHover
{
      background-color:#d0e4ed; 
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  border-bottom:solid 1px #72a3b8; 
  
  cursor:default;
  
}

.SelectedItemExpanded
{
background-color:#d0e4ed; 
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  border-bottom:solid 1px #72a3b8; 

  cursor:default;
}

/* Child selected item styles ------------------------------------ */ 
.ChildSelectedItem
{
  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;
}

.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;
}

