@charset "UTF-8";
div.navbar {
	background-color: 4a82b9;
	background-image: url(../images/navbarbkg.gif);
	background-repeat: repeat-x;
	height: 26px;
	text-align: center;
	font-size: 0px;
	line-height: 0px;
}

/* DROPDOWNS */

div.dropdown {
  position: absolute;
  font-size: 0.9em;
  top: 0px;
  left: 0px;
  min-width: 100px;
  background-color: #b1dbf9;
  opacity: 0.95;
  color: #04427e;
  visibility: hidden;
  z-index: 10;
  border: solid 1px #04427e;
  padding: 0;
}

div.dropdown div { margin: 0; white-space: nowrap; }

div.dropdown a { padding: 0.5em 1em 0.5em 1em; display: block; color: #1b51c2; background-color: transparent; text-decoration: none; }

div.dropdown a:hover { background-color: #fff200; text-decoration: none; }
