.TopGroup
{
   background-image: url(menu1.jpg);   
    /*background-color: #69b3e9;*/
    height: 29px;
    border-right-color: #F6821F;
    cursor: default;
    font-size : 12px;
    font-family: Tahoma;
   /* font-weight: bold;*/
    color: lime;
}

.MenuGroup
{
   

  
 background-color: #0577d8; /*09a0ea;*/
    /*border: 1px #dfdfdf solid;*/
    /*border-style: solid;*/SS
    cursor: default;
    color: maroon;
    font-size : 12px;
    font-family: Tahoma;
   /* font-weight: bold;*/
}
.MenuItem
{
 background-image: url(menu.jpg);    
    color: white;
    font-family: tahoma;
    font-size: 12px;
/*    font-weight: bold;*/
    cursor: pointer;
 
}

.MenuItemSelected
{

 background-image: url(menu.jpg);
    color: white;
    font-family: tahoma;
    font-size: 12px;
    /*font-weight: bold;*/
    cursor: pointer;
}

.MenuItemHover
{
  background-image: url(menu1.jpg);
   /* height: 29px ;*/
    /*color: #ffe352;*/ 
    color: white;
    font-family: tahoma;
    font-size: 12px;
/*    font-weight: bold;*/
    cursor: pointer;
}

.MenuItemExpanded
{
    color: White;
    border-top-color: #57566F;
    border-left-color: #57566F;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    cursor: hand;
}

.TopMenuItem
{
 background-image: url(menu.jpg);
 /* color:red;*/ 
  font-family:tahoma; 
  font-size:12px; 
  font-weight: normal;
  padding:20px;
  cursor:pointer;
}

.TopMenuItemHover 
{
  color:white; 
  background-image: url(Images/Menu/top_itemHoverBg.gif);   
  background-color:#757495; 
  font-family:tahoma; 
  font-size:12px; 
  font-weight: bold;
  cursor:hand; 
}

.DisabledMenuItem
{
  border: 1px solid #F5F5F5; 
  color:#666666;
  font-family:tahoma; 
  font-size:12px; 
  cursor:default; 
}

.DisabledMenuItemHover 
{
  background-color:#FFEEC2; 
  color:#666666;
  border: 1px solid #57566F; 
  border-top-color: #9190AC; 
  border-left-color: #9190AC;
  font-family:tahoma; 
  font-size:12px; 
  cursor:default; 
}

.MenuBreak
{
 /* background-color: black; 
  width:100%;
  height:2px;*/
}