div.menuContainer,
div.menuContainer a.menuItem {
  font-family: Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuContainer {
  padding: 0px 0px 0px 0px;
  text-align: left;
}

a.topMenuItem {
  color: black;
  left: 0px;
  padding: 5px;
  text-decoration: none;
  top: 0px;
  z-index: 0;
  display:block;
  font-size:10px;
  font-weight:bold;
  text-align:center;
  width:111px;
  height:25px;
  background: url(/webimgs/tagMenuItem.gif) no-repeat;
}

a.topMenuItem:hover {
  color: white;
}


div.menuContainer a.menuItem, div.menuContainer div.menuItem, div.menuContainer a.menuItemselected {
  color: white;
  left: 0px;
  padding-right: 28px;
  padding-top:5px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 0;
  display:block;
  width:147px;
  height:23px;
  font-weight:normal;
  font-size:12px;
  text-align:right;
  background: url(/webimgs/navItem.gif) no-repeat;

}

div.menuContainer a.menuItem:hover {
  color: #000000;
}

div.menuContainer a.menuItem2, div.menuContainer a.menuItem2selected {
  color: black;
  padding-left:25px;
  position: relative;
  text-decoration: none;
  display:block;
  width:147px;
  height:23px;
  font-weight:bold;
  font-size:12px;
  background: url(/webimgs/navItem.gif) no-repeat;
}

div.menuContainer a.menuItem:hover {
  color: #000000;
}


div.menuContainer a.menuItemselected, div.menuContainer a.menuItem2selected, div.menuContainer a.menuItem3selected, div.menuContainer a.menuItem4selected{
  color:gold;
}

a.topLeftMenuItem{
  font-size: 9px;	
  font-weight:600;
  color: #3A66B1;
  padding: 3px ;
  text-decoration: none;
  z-index: 0;
  width:75px;
}

a.topLeftMenuItem:hover{
  color: navy;
{

