﻿

.MenuGroup
{
  border:solid 1px gray;
  border-right-color:#3F3F3F;
  border-bottom-color:#3F3F3F;
  font-family:Tahoma;
  font-size:11px;
}

.TopMenuItem
{
  background-image: url(images/item_bg.gif); 
  color:#3F3F3F;
  font-family:Tahoma;
  font-size:11px;
  font-weight:bold; 
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.TopMenuItemHover
{
  background-image: url(images/item_bg_hover.gif); 
  color:#3F3F3F;
  font-family:Tahoma;
  font-size:11px;
  font-weight:bold; 
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.TopMenuItemActive
{
  background-image: url(images/item_bg_hover.gif); 
  color:#3F3F3F;
  font-family:Tahoma;
  font-size:11px;
  font-weight:bold; 
  border: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
}

.MenuItem
{
  background-image: url(images/item_bg.gif); 
  color:#3F3F3F;
  font-family:Tahoma;
  font-size:11px;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.MenuItemHover
{
  background-image: url(images/item_bg_hover.gif); 
  color:#3F3F3F;
  font-family:Tahoma;
  font-size:11px;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.MenuItemActive
{
  background-image: url(images/item_bg_hover.gif); 
  color:#3F3F3F;
  font-family:Tahoma;
  font-size:11px;
  border: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
}

.border
{
	border:solid 1px;
	border-color:Black;
	
}