﻿.MenuGroup
{
  border:solid 0px white;
  border-right-color:#FFFFFF;
  border-bottom-color:#FFFFFF;
}

.TopMenuItem
{
  background-image: url(../Image/menubg1.gif); 
  color:#FFFFFF;
  font-family:verdana;
  font-size:12px;
  font-weight:normal; 
  border-right: solid 1px white;
  cursor:pointer;
}

.TopMenuItemHover
{
  background-image: url(../Image/menubg_selected.gif); 
  color:#FFFFFF;
  font-family:verdana;
  font-size:12px;
  border-top: solid 1px white;
  border-right: solid 1px white;
  font-weight:normal;
  cursor:pointer;
}

.TopMenuItemActive
{
  background-image: url(../Image/menubg_selected.gif); 
  color:#ffffff;
  font-family:verdana;
  font-size:12px;
  
  border: solid 0px white;
  border-left-color:white;
  border-top-color:white;
  font-weight:normal;
  cursor:pointer;
}

.MenuItem
{
  background-image: url(../Image/menubg1.gif); 
  color:#FFFFFF;
  font-family:verdana;
  font-size:11px;
  border: solid 1px white;
  border-left-color:white;
  border-top-color:white;
  font-weight:normal;
  cursor:pointer;
}

.MenuItemHover
{
  background-image: url(../Image/menubg_selected.gif); 
  color:#ffffff;
  font-family:verdana;
  font-size:11px;
  font-weight:normal;
  border-top: solid 1px white;
  border-left: solid 1px white;
  border-right: solid 1px white;
  cursor:pointer;
}

.MenuItemActive
{
  background-image: url(../Image/menubg_selected.gif); 
  color:#ffffff;
  font-family:verdana;
  font-weight:normal;
  font-size:11px;
  border: solid 1px white;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}
.SelectedItem
 {
  background-image: url(../Image/menubg_hover.gif); 
  color:#ffffff;
  font-family:verdana;
  font-weight:normal;
  font-size:12px;
 
  border-top: solid 1px white;
  border-right: solid 1px white;
  cursor:pointer;
 }
 
 .SelectedItemHover
 {
   background-image: url(../Image/menubg_hover.gif); 
  color:#ffffff;
  font-family:verdana;
  font-size:12px;
  font-weight:normal; 
  border-top: solid 1px white;
  border-right: solid 1px white;
  cursor:pointer;
 }
