﻿.TopMenuGroup
{
  border:none;
  background-color:none;
}

.MenuGroup
{
  border:none;
  background-color:#EEEEEE;
}

.TopMenuItem
{
  background-image: url(none);
  color:#fff;
  font-family:arial;
  font-size:15px;
  font-weight:bold;
  text-align:center;
  width:225px;
  height:29px;
  cursor:pointer;
}

.TopMenuItemHover
{
  background-image: url(none); 
  color:#AC411B;
  font-family:arial;
  font-size:15px;
  font-weight:bold;
  text-align:center;
  width:225px;
  height:29px;
  cursor:pointer;
}

.MenuItem
{
  background-color:#678;
  color:#fff;
  font-family:arial;
  font-size:11px;
  font-weight:bold;
  border: solid 1px white;
  cursor:pointer;
}

.MenuItemHover
{
  background-color: #AC411B;
  color: #FFF;
  font-family:arial;
  font-size:11px;
  font-weight:bold;
  border: solid 1px white;
  cursor:pointer;
}


.footTopMenuItem
{
  background-image: url(none); 
  color:052147;
  font-family:arial;
  font-size:11px;
  font-weight:bold;
  text-align:center;
  width:110px;
  height:31px;
  cursor:pointer;
}

.footTopMenuItemHover
{
  background-image: url(none); 
  color:5c91a4;
  font-family:arial;
  font-size:11px;
  font-weight:bold;
  text-align:center;
  width:110px;
  height:31px;
  cursor:pointer;
}
      

a:link {text-decoration: underline; color: #ac411b; font-weight:bold; }
a:visited {text-decoration: underline; color: #ac411b; font-weight:bold; }
a:hover {text-decoration: underline; color: #000000; font-weight:bold; }
a:active {text-decoration: underline; color: #ac411b; font-weight:bold; }   

.menu2 a:link {text-decoration: none; }
.menu2 a:visited {text-decoration: none; }
.menu2 a:hover {text-decoration: none; }
.menu2 a:active {text-decoration: none; }           

.vertTopMenuItem
{
  background-image: url(none); 
  color:#fff;
  font-family:arial;
  font-size:12px;
  font-weight:none;
  text-align:left;
  width:13opx;
  height:20px;
  cursor:pointer;
}

.vertTopMenuItemHover
{
  background-image: url(none); 
  color:#AC411B;
  font-family:arial;
  font-size:12px;
  font-weight:none;
  text-align:left;
  width:130px;
  height:20px;
  cursor:pointer;
}