﻿.TopGroup
{
  background-color:white;
  border-style:none;
}

.MenuGroup
{
  background-color:#ebebeb;
  background-color:transparent; 
  border:solid 0px #adadad;
  cursor:pointer;
}
.TopMenuItem
{
  background-color:#ebebeb; 
  color:white; 
  border-style:none;
  cursor:pointer; 
}
.MenuHeaderItem
{
  background-color:#ebebeb;
  color:#666666;
  font-family:arial;
  font-size:11px;
  font-weight:bold;
  text-indent: 13px;
  line-height:18px;
  margin-top: 6px;
  margin-bottom: 15px;
  cursor:default;
  border-left:1px #adadad solid;
  border-right:1px #adadad solid;;
  padding-top:0px;
  
}
.MenuHeaderItemHover
{
  background-color:#ebebeb;
  color:#666666;
  font-family:arial;
  font-size:11px;
  font-weight:bold;
  text-indent: 13px;
  line-height:18px;
  margin-top: 6px;
  margin-bottom: 15px;
  cursor:default;
  border-left:1px #adadad solid;
  border-right:1px #adadad solid;
  padding-top:0px;
}

.MenuItem
{
  background-color:#ebebeb;
  color:#5894AE;
  font-family:arial;
  font-size:11px;
  font-weight:normal; 
  text-indent: 8px;
  cursor:pointer;
  padding-right:15px;
  line-height:14px;
  border-left:1px #adadad solid;
  border-right:1px #adadad solid;
  width:200px; 
}

.MenuItemHover
{
  background-color:white;
  color:#CC0000;
  font-family:arial;
  font-size:11px;
  font-weight:normal; 
  text-indent: 8px;
  cursor:pointer;
  padding-right:15px;
  line-height:14px;
  border-left:1px #adadad solid;
  border-right:1px #adadad solid;
}

.MenuItemActive
{
  background-color:white;
  color:#CC0000;
  font-family:arial;
  font-size:11px;
  font-weight:normal; 
  text-indent: 8px;
  cursor:pointer;
  padding-right:14px;
  line-height:14px;
  border-left:1px #adadad solid;
  border-right:1px #adadad solid;
}

.MenuItemExpanded
{
  background-color:#ebebeb;
  color:#4898b1;
  font-family:arial;
  font-size:11px;
  font-weight:normal; 
  text-indent: 16px;
  cursor:pointer;
}
.ExpandItemHeader
{
  background-color: White;
  color:#666666;
  font-family:arial;
  font-size:11px;
  font-weight: bold;
  text-indent: 13px;
  cursor:pointer;
}
.ExpandItemHeaderHover
{
  background-color: #ebebeb;
  color:#666666;
  font-family:arial;
  font-size:11px;
  font-weight: bold;
  text-indent: 13px;
  cursor:pointer;
}
.ExpandItem
{
  background-color: White;
  color:#4898b1;
  font-family:arial;
  font-size:11px;
  font-weight:normal; 
  text-indent: 13px;
  cursor:pointer;
}

.ExpandItemHover
{
  background-color: #ebebeb;
  color:#4898b1;
  font-family:arial;
  font-size:11px;
  font-weight:normal; 
  text-indent: 13px;
  cursor:pointer;
}

.ItemBreak
{
  background-color:#ebebeb;
  cursor:default;
  font-family:arial;
  font-size:1px;
  border-left:1px #adadad solid;
  border-right:1px #adadad solid;
  width:200px;
  height:10px;
}

.LastItem
{
  background-color:#ebebeb;
  cursor:default;
  font-family:arial;
  font-size:1px;
  border-left:1px #adadad solid;
  border-right:1px #adadad solid;
  border-bottom:1px #adadad solid;
  width:200px;
  height:10px;
}

.ExpandBreak
 {
  background-color:#ebebeb;
  cursor:default;
  font-family:arial;
  font-size:1px;
  border-left:1px #adadad solid;
  border-right:1px #adadad solid;
  width:200px;
  height:10px;
  border-top:1px #999999 dashed; 
  color:#ebebeb;
  border-bottom-color:#ebebeb;
  height:1px; 
  margin-left:25px; 
  margin-bottom:25px; 
  margin-top:0px;
}



