
.TopGroup
{
  background-color:#cde4f6;
  cursor:default;
  font-size:12px;
}

.MenuGroup {
  background-color:#fcfdff;
  border-top: solid white 10px;
  border-left: solid 1px #d3d3d3 ;
  border-right: solid 1px #d3d3d3 ;
  border-bottom: solid 1px #d3d3d3 ; 
  cursor:default;
}
.TopMenuItem
{
  color:white; 
  font-family:tahoma;
  font-weight: bold;
  padding:20px;
  cursor:default;
}


.MenuItem 
{
  color:#333333;
  font-family:arial;
  cursor:default;
}

.MenuItemHover {
  margin:0;
  background:#e4e4e4; 
  color: black;
  font-family:arial;
  cursor:default;
}

.MenuBreak
{
  background-color: silver;
  width:100%;
  height:2px;
}