body { background:  white; 
	     font-family: verdana,arial,helvetica,lucida,sans-serif;
	     text-align:  center;
}

#wrap { margin:     0px auto;
        width:      755px;
        text-align: left;
}

.header {
	background: #4682b4; 
	border: 2px solid navy;
	font-size: 40px;
	line-height:100px;
	color:white;
	font-weight:bold;
}

.header a {
  text-decoration:none;
  color:white;
}

.header a:hover {
  text-decoration:none;
  color:navy;
}

#nav, #nav ul {
	float: left;
	width: 750px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	font-size: 11px;
  padding: 0;
	margin: 0;
	background: navy;
	border: solid navy;
	border-width: .1em .2em .3em .2em;
}



#nav a.center {
	text-align: center;
}

#nav a {
	display: block;
	width: 8.3em;

	color: #fff;
	text-decoration: none;
	padding: .35em;
  /* padding: 0.25em 1em; THIS CENTERS OK */
}

#nav a:hover {
	color: navy;
}

/*
#nav a.daddy {
	background: url(leftarrow.gif) center left no-repeat;
	padding: .25em .25em .25em 1em
}
*/

#nav li {
	float: left;
	width: 8.3em;

}

#nav li ul {
  position:     absolute;
  left:         -999em;
  width:        15em;
  w\idth:       14.8em;
  border-width: .1em .25em .25em .25em;
  background:  #4682b4;
  /* height: auto; */
}

#nav li ul a {
	width:    14.6em;
	padding: .3em
	/* w\idth: 9em; */
}

#nav li ul ul {
	margin: -1.80em 0 0 15em;
}

#nav li ul li { 
  border-top: 1px solid navy;
  width:      14.9em
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  left: auto;
}

#nav li:hover, #nav li.sfhover {
  background: #b0c4de;
  color:      #804040;
}

#nav li:hover ul.left li:hover ul {
  left: -30.5em;
}

#content {
	clear: left;
	width: 750px;
}