
/* Menu groups -------------------------------------------- */
.TopGroup
{
  color: #E00000;
  font-weight:bold;
  text-align:center;
  /*  
background-color:white;
background-image:url(images/item_bg.gif); 
  border:solid 1px #737373; */
  
}

.TopItem
{
  font-family:tahoma; 
  font-size:11px; 
  cursor:default;
  color: #E00000;
    height:24px;
  line-height:24px;
  padding-left:5px;
  margin-bottom:0px;
  padding-bottom:0px;
  text-align:center;
}

.TopItemHover
{
  font-family:tahoma; 
  font-size:11px; 
  cursor:default;
  color: #E00000;
  height:24px;
  line-height:24px;
  padding-left:5px;
  margin-bottom:0px;
  padding-bottom:0px;
}

.Group
{
  background-color:white;
  background-image:url(images/group_bg.gif); 
  border:solid 1px #737373; 
  color: #E00000;
    margin-bottom:0px;
  padding-bottom:0px;
    height:24px;
  line-height:24px;
}
/* Selected item styles ------------------------------------ */ 
.SelectedItem
{
  /*background-color:bisque; 
  border:solid 1px #B30000; 
  border-left-color:#FF4C4C;
  border-top-color:#FF4C4C;*/
  font-family:tahoma; 
  font-size:11px; 
  color: #E00000;
  cursor:default;
}

.SelectedItemHover
{
  background-color:#E9CFB1; 
  color: #E00000;
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #B30000; 
  border-left-color:#FF4C4C;
  border-top-color:#FF4C4C;
  cursor:default;
}

.SelectedItemExpanded
{
  background-color:#E9CFB1; 
  color: #E00000;
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #FF4C4C; 
  border-left-color:#B30000;
  border-top-color:#B30000;
  cursor:default;
}

/* Default item styles ------------------------------------ */ 

.Item
{
  font-family:tahoma; 
  font-size:11px; 
  /*margin:1px;*/
  cursor:pointer;
  color: #E00000;
    height:24px;
  line-height:24px;
  padding-left:5px;
  margin-bottom:0px;
  padding-bottom:0px;
}

.ItemHover
{
  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;
  height:24px;
  line-height:24px;
  padding-bottom:0px;
  padding-left:5px;
  margin-bottom:0px;
  
}

.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:pointer;
    height:24px;
  line-height:24px;
  padding-left:5px;
    margin-bottom:0px;
  padding-bottom:0px;
}
.MenuBreak
{
  background-image:url(images/break_bg.gif);
  width:100%;
  height:1px;
}



