/*
  #003466 Dark Blue
  #D7E1EB blue-white
  #A20C17 Dark Red
*/
#navBackground {
  background-color: #003466;
  border-top: 1px solid #A20C17;
  border-right: 2px solid #A20C17; 
  border-left: 2px solid #A20C17; 
  border-bottom: 2px solid #A20C17; 
  margin: 0;
  padding:0;
  height: 1.59em;
}

/* first level */
#navBackground ul {
	list-style: none;
	padding-left: 0em;
	margin: 0;
  position: absolute;
}

#nav li {
	float: left;
  display: block;
	position: relative;
	width: 7em;       /* width of background */
	text-align: center;
	cursor: default;
	/*border: 1px solid #039936; */
  background-color: #003466;
  padding: .1899em;
}

#nav a {
  font-size:  10pt;
  font-weight: bold;
	color: #FFFFFF;
  text-decoration: none;
}

#nav a:hover{
   color: yellow;
}

li:hover ul,  li.over ul {
	display: block;
}



/*
  Second Level
*/
/* controls the box that the secondary links will be in */
 li ul {
  list-style: none;
  margin: 0;
	display: none;
	position: relative;
  width: 8.9em;
	top: 100%;
	left: 0px;
  background-color: #003466;
	border-right: solid 2px #A20C17;
  border-left: solid 2px #A20C17;
  border-bottom: solid 2px #A20C17;
  border-top: solid 1px #003466;
}

/* second level */
#nav li li {
  white-space: nowrap;
  margin: 0;
	display: block;
  float: left;
	background-color: transparent;
	border: 0;
  padding: .2em;
}

#nav li li a {
  font-size: 9pt;
  font-weight: bold;
	display: block;
  float: left;         /*controls left-center-right aling of the text*/
}

#nav li li a:hover {
  color: yellow;
}
