div.menu {
	position: absolute;
	margin: 0 0 0 -3px;
	font-weight: bold;
	font-size: 13px;
	width: 750;
}
div.menu div {
/*nav width*/
  display: block;
  width: 119px;
  float: left;
  text-align:center;
  padding: 0 0 0 3px;
  margin: 0;
}
div.menu p {
  margin: 0;
  padding: 0;
}
div.menu a, div.menu span {
/*nav item blue and dropdown*/
  display: block;
  padding: 12px 0 0 0;
  cursor: pointer;
  position:relative;
  margin: 0;
  width: 119px;
  height: 46px;
  text-decoration: none;
  background: url(images/linkbtn.gif) no-repeat;
  color: #5B5B5B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;

}
div.menu a:hover {
  display: block;
  padding: 12px 0 0 0;
  cursor: pointer;
  position:relative;
  margin:  0;
  background: url(images/overbtn.gif) no-repeat;
  color:white !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
}
div.menu a:visited {
 color: #5B5B5B;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;

}
 div.menu ul {
/*dropdown background*/
  /*background: url('images/menu_drop.gif') repeat;*/
  font-weight: normal;
  background-color: #F8F8F8;
  width: 119px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10000;
}
div.menu li {
  padding: 0;
  margin: 0;
  border-bottom: 1px dotted #E8E8E8;
}
div.menu div.displayed p a {
  background-color: #86B4D6;
  color: white;
}
div.menu div.displayed ul {
  display: block;
}
div.menu div ul {
  display: none;
}
