.header {
background-image:url(images/header_wellness.jpg);
background-repeat:no-repeat;
/*width: 1024px;*/
height: 192px
}

div#divspace {
	margin-right: 32px;
}
div#divspace2 {
	width: 84px;
}
div#divspace3 {
	width: 94px;
}
div#divspace4 {
	width: 96px;
}
div#divspace5 {
	width: 99px;
}
div#divspace6 {
	width: 100px;
}
div#divspace7 {
	width: 104px;
}




/*hr.menubar {
  position: absolute;
  top: 15px;
  margin: 0;
  height: 21px;
  width: 750px;
  color: #86B4D6;
  background-color: #86B4D6;
  border: none;
}*/

div.menu {
  /*position: absolute;*/
  top: 15px;
  margin: 0 0 0 12px;
  font-weight: bold;
-x-system-font:none;
 font-family:"Times New Roman", Times, serif;
 /*font-family:Georgia,Times,serif; 
 font-family: Helvetica, Arial, sans-serif;*/
font-size:1.28em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
letter-spacing:0;
line-height:normal;
text-transform:none;
}

div.menu div {
/*nav width*/
  display: block;
  width: 100px;
  float: left;
  text-align:center;
  padding: 0;
  margin: 0;
}

div.menu p {
  margin: 0;
  padding: 0;
}

div.menu a, div.menu span {
/*nav item blue and dropdown*/
  cursor: pointer;
  display: block;
  padding: 3px 4px 3px 4px;
  margin: 0;
  width: 90px;
  text-decoration: none;
  /*background-color: #86B4D6;*/
  color: #636363;
  /*font-family: Helvetica, sans-serif;*/

}

div.menu a.current { 
  color: #b5184b;
}

/*rollover color*/
div.menu a:hover {
  /*background-color: white;*/
  color: #b5184b;
}
div.menu ul {
/*dropdown background and border*/
  /*background: url('images/menu_drop.gif') repeat;*/
  font-weight: normal;
  background-color: #F8F8F8;
  width: 98px;
  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: b5184b;
}
div.menu div.displayed ul {
  display: block;
}
div.menu div ul {
  display: none;
}
