﻿/*MENU*/


.MainGroup
{       

      cursor:pointer;
      cursor:hand;
}

.MainItem
{
	font-family:Arial, Tahoma;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	color: #666666;
	background-position: top;
	background-repeat: no-repeat;
	height: 22px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding-left: 4px;
	padding-top:2px;
	}

.MainItemOver
{
       font-family:Arial, Tahoma;
      font-size:12px;
      font-weight:bold;
      color: #000000;
      background-image: url(../../Media/Images/Menu/ItemOver.gif);
      height: 22px;
      border-left: 1px solid white;
      border-right: 1px solid white;
      padding-left: 4px;
      padding-top:2px;
}
.MainItemClicked
{
      font-family:Arial, Tahoma;
      font-size:12px;
      font-weight:bold;
      color: #ffffff;
      background-image: url(../../Media/Images/Menu/ItemClicked.gif);
      height: 22px;
      border-left: 1px solid white;
      border-right: 1px solid white;
      padding-left: 4px;
      padding-top:2px;
}

.MenuGroup
{
	background-image: url(../../Media/Images/Menu/ItemBg.gif);
	
	cursor: pointer;
	cursor: hand;
	width: 122px;
	border: 1px solid #E4E4E4;
	border-top: 0px;
	border-bottom: 1px solid #E4E4E4;
}

.MenuItem
{
      font-family:Arial, Tahoma;
      font-size:9px;
      
	 font-weight: 800;
      background-image: url(../../Media/Images/Menu/ItemSeparator.gif);
      background-position: top;
      background-repeat: no-repeat;
      height: 22px;
      border-left: 1px solid white;
      border-right: 1px solid white;
      padding-left: 4px;
      text-align:left;
      padding-top:2px;
}

.MenuItemOver
{
      font-family:Arial, Tahoma;
      font-size:10px;
      color:#ffffff;
      font-weight: bold;
      background-image: url(../../Media/Images/Menu/ItemOver.gif);
      height: 22px;
      border-left: 1px solid white;
      border-right: 1px solid white;
      padding-left: 4px;
      padding-top:2px;
      text-align:left;
}

.MenuItemClicked
{
      font-family:Arial, Tahoma;
      font-size:10px;
      text-align:left;
      color:#ffffff;
      font-weight:bold;
      background-image: url(../../Media/Images/Menu/ItemClicked.gif);
      height: 22px;
      border-left: 1px solid white;
      border-right: 1px solid white;
      padding-left: 4px;
      padding-top:2px;
}
.Separator
{
      background-image: url(../../Media/Images/Menu/ItemSeparator.gif);
      background-position: top;
      background-repeat: no-repeat;
      padding-top: 3px;
      border-left: 1px solid white;
      border-right: 1px solid white;
}