﻿
.MenuGroup
{
 /* border:solid 1px #054950; */
 /* border-right-color:#3F3F3F;
  border-bottom-color:#3F3F3F; */
 
}
    /*#login
{

    color:#054950; 
  font-family:Arial;
  font-size:13px;
 font-weight:bold; 

  cursor:pointer;
  text-decoration: none;
  height: 23;

}*/


.login
{
    padding-top:2px; 
  font-family:Arial;
  font-size:13px;
 font-weight:bold; 
}

a.login:link, a.login:visited
{
    color: #054950;
}

a.login:hover
{
    color:White; 
  background-color : #054950;
  font-family:Arial;
  font-size: 13px; /*no need to expand this one*/
  font-weight: bold;
  text-decoration:none;
  height:19px;
}


.TopMenuItem /*, .login*/
{
 /* background-image: url(../../images/nav/item_bg.gif); */
  background-image: url(../../images/grid/header_bg.gif); 
  color:#054950; 
  font-family:Arial;
  font-size:13px;
 font-weight:bold; 
 /* border: solid 1px #054950;
  border-left-color:white;
  border-top-color:white; */
  cursor:pointer;
  height: 19px;
}

.TopMenuItemHover /* , #login:hover*/
{ 
/*  background-image: url(../../images/nav/item_bg_hover.gif); 
  color:#3F3F3F; */
 /*  background-image: url(../../images/grid/header_Teal.gif); *//*this is just for login status control*/
  color:White;
  background-color : #054950;
  font-family:Arial;
  font-size: 14px; /*causes it to move/expand which is what was intended*/
  font-weight: bold;
  text-decoration:none;
  height:19px;
 /*  border: solid 1px #054950; */
 /*  font-weight:bold;*/
 /* 
  font-family:verdana;
  font-size:13px;
  font-weight:bold; 
 border-left-color:white;
  border-top-color:white; */
  cursor:pointer;
}

.TopMenuItemActive
{
 /* background-image: url(../../images/nav/item_bg_hover.gif);
  background-image: url(../../images/grid/header_bg.gif);
  color:#3F3F3F; */
   color:White;
  background-color : #054950;
  font-family:verdana;
  font-size:13px;
  font-weight:bold; 
 /* border: solid 1px #054950;
  border-left-color:gray;
  border-top-color:gray; */
  cursor:pointer;
}

.MenuItem
{
 /* background-image: url(../../images/nav/item_bg.gif); */
  background-image: url(../../images/grid/header_bg.gif);
  color:#3F3F3F;
  font-family:verdana;
  font-size:13px;
/*  border: solid 1px #054950;
  border-left-color:white;
  border-top-color:white; */
  cursor:pointer;
}

.MenuItemHover
{
/*  background-image: url(../../images/nav/item_bg_hover.gif); 
 background-image: url(../../images/grid/header_bg.gif);
  color:#3F3F3F; */
  color:White;
  background-color : #054950;
  font-family:verdana;
  font-size:13px;
/*  border: solid 1px #054950;
 border-left-color:white;
  border-top-color:white; */
  cursor:pointer;
  font-weight:bold;
}

.MenuItemActive
{
 /* background-image: url(../../images/nav/item_bg_hover.gif); */
  background-image: url(../../images/grid/header_bg.gif);
  color:#3F3F3F;
  font-family:verdana;
  font-size:13px;
/*  border: solid 1px #054950;
  border-left-color:gray;
  border-top-color:gray; */
  cursor:pointer;
  font-weight:bold;
}

