.MenuGroup
{
  border:solid 1px gray;
  border-right-color:#3F3F3F;
  border-bottom-color:#3F3F3F;
  
}

.TopMenuItem
{
	
  background-image: url(../images/btn_normal_1.gif); 
    background-position:right center;/*by moos*/
  color:#3F3F3F;
  font-family:tahoma,verdana;
  font-size:11px;
  font-weight:bold;

  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.TopMenuItemHover
{
  background-image: url(../images/btn_Over_1.gif); 
  background-position:right center;/*by moos*/
  color:#FFFFFF;
  font-family:tahoma,verdana;
 font-size:11px;
  font-weight:bold;

  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.TopMenuItem2
{
  background-image: url(../images/btn_normal_2.gif);
     background-position:right center;/*by moos*/
  color:#3F3F3F;
  font-family:tahoma,verdana;
  font-size:11px;
  font-weight:bold;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.TopMenuItemHover2
{
  background-image: url(../images/btn_Over_2.gif); 
    background-position:right center;/*by moos*/
  color:#FFFFFF;
  font-family:tahoma,verdana;
 font-size:11px;
  font-weight:bold;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.TopMenuItemActive
{
   background-image: url(../images/btn_normal_1.gif); 
  color:#3F3F3F;
  font-family:tahoma,verdana;
  font-size:11px;
  font-weight:bold;

  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}
.TopMenuItemActive2
{
   background-image: url(../images/btn_normal_2.gif); 
  color:#3F3F3F;
  font-family:tahoma,verdana;
  font-size:11px;
  font-weight:bold;

width:50px;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.MenuItem
{
  background-color:#ebebeb;
  color:#3F3F3F;
  font-family:tahoma,verdana;
  font-size:11px;
  font-weight:bold;

  width:90px;
  cursor:pointer;
  text-align:right;

}

.MenuItemHover
{
  
  background-color:#ad3b1b;
  color:#FFFFFF;
  font-family:tahoma,verdana;
  font-size:11px;
  font-weight:bold;
  width:90px;
  cursor:pointer;
  text-align:right;
}

.MenuItem2
{
  background-color:#ebebeb;
  color:#3F3F3F;
  font-family:tahoma,verdana;
  font-size:11px;
  font-weight:bold;

  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
  text-align:right;
}

.MenuItemHover2
{
  
  background-color:#ad3b1b;
  color:#FFFFFF;
  font-family:tahoma,verdana;
  font-size:11px;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
  text-align:right;
}

.MenuItemActive
{
   background-color:#ebebeb;
  color:#3F3F3F;
  font-family:tahoma,verdana;
 font-size:11px;
  font-weight:bold;

  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
  text-align:right;
}

