#menu-bar {
  background:#e8d4d0;  /* MenuBarBg */
  color:#941;          /* MenuBarText */
  padding:0px 10px;    /* top/bottom, left/right, bottom */
  margin:0 0 2px; 
  text-align:center;
  font-size:78%;
}
#menu-bar a {
  padding:0 4px 0 4px;
  color:#941;               /* MenuBarText */
  border:1px solid #e8d4d0; /* MenuBarBg */
}
#menu-bar a:link {
}
#menu-bar a:hover {
  background:#fdb;          /* MenuBarHighlight */
  color:#941;               /* MenuBarText */
  border:1px solid #941;    /* MenuBarText */
  text-decoration:none;
}
#menu-bar a:visited {
}

#dropmenudiv {
  text-align:left;
  position:absolute;
  border:1px solid #941;   /* MenuBarText */
  font-size:78%;  /* was small */;
  line-height:1.3em;
  z-index:100;
}

#dropmenudiv a {
/*width:100%;*/ /* see associated js file */
  display: block;
  text-indent: 3px;
  background:#fee;         /* MenuTabBg */
  border:1px solid #fee;   /* MenuTabBg */
  color:#941;              /* MenuBarText */
  text-decoration: none;
}
#dropmenudiv a:hover {
  /*hover background color*/
  background-color:#fdb; /* MenuBarHighlight */
  border:1px solid #941;   /* MenuBarText */
}



#flags-bar {
  text-align:right;
}
#flags-bar img {
  margin:2px 0 0 2px;
/*  border:0;*/
  border:1px solid #825C5C;
}
#flags-bar img:hover {
  border:1px solid #fee;
}
#flags-bar a {
  text-decoration:none;
/*  border:1px solid #825C5C;*/
}
#flags-bar a:hover {
/*  border:1px solid #fee;*/
}

