#menubottom {font-size: 10px; color: #777; text-align: center; margin-top: 10px; padding-top: 10px; border-top: 1px #ddd solid;}
#menubottom a {color: #444;}
#menubottom a:hover {color: #f00; text-decoration: underline;}


#menutop {clear: both; text-align: right; padding-left: 15px; height: 20px; font-weight: bold;  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background: #4DBBEC; }

.mseparator {float: left; width:200px; height: 5px;}

	a.mb1,a.mb2,a.mb3,a.mb4 {
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
  color: #000;
  cursor: hand;
  text-decoration: none;
  z-index: 100;
	background: none;
	height: 18px; line-height: 18px;
	font-weight: normal;
}

	a.mb1{background: #D1EDFA}
	a.mb2{background: #AFE0F6}
	a.mb3{background: #8DD4F3}	
	a.mb4{background: #68C5EF}

	a.mb1:hover,a.mb2:hover,a.mb3:hover,a.mb4:hover {text-decoration: none; background: #2C8FBB; color: #fff;}

  a.mbActive,div.menuBar a.mbActive:hover {
  color: #fff;
}

div.menu {
  background-color: #000;
  position: absolute;
  visibility: hidden;
  z-index: 90;
  margin-left: 0px;
  clear: both;
}

div.menu a.mi {
  color: #fff;
  cursor: hand;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  background: #333;
	font-size: 11px;
	padding: 4px;
	border-bottom: 1px #2C8FBB solid;
	border-left: 2px #2C8FBB solid;
}

div.menu a.mi:hover, div.menu a.miHighlight {
  background-color: #000;
  color: #fff;
	border-bottom: 1px #555 solid;
	border-left: 2px #888 solid;
}