﻿.TopMenuGroup
{
  border:none;
  background-color:none;
}

.MenuGroup
{
  border:none;
  background-color:#EEEEEE;
}

.TopMenuItem
{
  background-image: none; 
  color:black;
  font-family:Georgia;
  font-size:15px;
  font-weight:bold;
  text-align:center;
  width:225px;
  height:25px;
  cursor:pointer;
}

.TopMenuItemHover
{
  background-image: none; 
  color: #9dcd6a;
  font-family:Georgia;
  font-size:15px;
  font-weight:bold;
  text-align:center;
  width:225px;
  height:25px;
  cursor:pointer;
}

.MenuItem
{
  background-color:black;
  color:white;
  font-family:Georgia;
  font-size:11px;
  font-weight:bold;
  border: solid 1px black;
  cursor:pointer;

}

.MenuItemHover
{
  background-color:white;
  color:black;
  font-family:Georgia;
  font-size:11px;
  font-weight:bold;
  border: solid 1px white;
  cursor:pointer;
}


.VertTopMenuItem
{
  background-image: url(../images/menu.gif);
  background-repeat:no-repeat; 
  color:black;
  font-family:Georgia;
  font-size:13px;
  font-weight:bold;
  text-align:left;
  width:225px;
  height:25px;
  cursor:pointer;
  text-indent:29px;
}

.VertTopMenuItemHover
{
  background-image: url(../images/menu.gif);
  background-repeat:no-repeat;
  color: black;
  font-family:Georgia;
  font-size:13px;
  font-weight:bold;
  text-align:left;
  width:200px;
  height:25px;
  cursor:pointer;
  text-indent:29px;
}


.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: none; color: #9dcd6a; font-weight:bold; }
a:visited {text-decoration: none; color: #9dcd6a; font-weight:bold; }
a:hover {text-decoration: none; color: #662d91; font-weight:bold; }
a:active {text-decoration: none; color: #9dcd6a; font-weight:bold; }

.menu a:link {text-decoration: none; color: #FFFFFF; font-weight:bold; font-family:verdana; font-size:11px; }
.menu a:visited {text-decoration: none; color: #FFFFFF; font-weight:bold; font-family:verdana; font-size: 11px; }
.menu a:hover {text-decoration: none; color: #95b65d; font-weight:bold; font-family:verdana; font-size:11px; }
.menu a:active {text-decoration: none; color: #FFFFFF; font-weight:bold; font-family:verdana; font-size:11px; }   
        
