.menutitle {
	font-family: Book Antiqua, Century, Palatino Linotype, Palatino, Verdana, Arial, Helvetica, sans-serif, Times New Roman, Times, serif;
    font-size: x-large;
	background-color: #000066;
	color: #ffffff;
	padding: 0 0 0 0;
	z-index: 14;
	text-decoration: none;
}

#mainMenu {
	background-color: #000066;
	border: 0px;
	color: #ffffff;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #888888;
	z-index: 10;
}

#menuList {
  margin: 0px;
  padding: 0px;
  text-align:center;
}

#menuList ul {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

#menuList li {
  display: inline;
  list-style: none;
}

a.actuator {
  background-color: transparent;
  color: #ffffff;
  font-size: x-small; /* 14px */
  margin: 0px;
  padding: 5px 11px 5px 11px;
  text-decoration: none;
}

a.actuator:hover { /* for selected menus */
  background-color: #0000AA;
  color: #ffffff;
}

.menu { /* the menu items box */
  border: 0px; /* the border around the menu items box: size style color */
  position: absolute;
  visibility: hidden;
  border-top: 1px solid #888888; /* top border matches with menu bar border; bottom created by li */
  z-index: 7;
}

.menu li {
	z-index: 6;
}

.menu li a {
  background-color: #000066;
  color: #ffffff;
  display: block;
  font-size: x-small;
  margin: 0px;
  padding: 4px 4px 4px 4px;
  text-decoration: none; /* to prevent underlining */
  width: 200px;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  z-index: 5;
}

.menu li a:hover { /* for selected links */
  background-color: #0000AA;
  color: #ffffff;
  font-weight: bold;
  z-index: 4;
}

.menuplain {
	font-weight: bold;
	color: #ffffff;
}

.menucool {
	font-weight: bold;
	color: #00ffff;
}
