﻿.MenuTd
{
  background-image: url('StaticMenuBkg.jpg');
  background-repeat: repeat-x;
}
.StaticMenu
{
  background-image: url('StaticMenuBkg.jpg');
  background-repeat: repeat-x;
}
.StaticMenuItem
{
}
.StaticMenuItem img
{
  margin-left: 10px;
}
.StaticMenuItem a
{
  display: inline-block;
  width: 100%;
  background-color: Transparent !important;
  background-image: none;
  color: #CCCCCC;
  text-decoration: none;
}
.StaticHover
{
  background-image: url('StaticHoverBkg.jpg');
  background-repeat: repeat-x;
}
.StaticHover a
{
  display: inline-block;
  width: 100%;
  background-color: Transparent !important;
  background-image: none;
  color: #FFFFFF;
  text-decoration: none;
}
.DynamicMenu
{
  z-index: 10000;
  background-color: #000000 !important;
  background-image: url('DinamicMenuBkg.jpg');
  background-repeat: no-repeat;
}
.DynamicMenuItem
{
  background-image: url('DynamicItemBkg.jpg');
  background-repeat: no-repeat;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #CC0000;
  border-bottom-color: #C80000;
  background-color: #E00000 !important;
  padding-right: 15px;
  padding-left: 5px;
}
.DynamicMenuItem img
{
  margin-right: 5px;
  margin-left: 5px;
}
.DynamicMenuItem a
{
  display: inline-block;
  width: 100%;
  background-color: Transparent !important;
  background-image: none;
  color: #CCCCCC;
  text-decoration: none;
}
.DynamicHover
{
  background-image: url('DinamicHoverBkg.jpg');
  background-repeat: repeat-x;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.DynamicHover a
{
  display: inline-block;
  width: 100%;
  background-color: Transparent !important;
  background-image: none;
  color: #FFFFFF;
  text-decoration: none;
}
.DynamicSelected
{
}
.StaticSelected
{
}
