/* MAIN MENU - FIRST LEVEL

*******************************************************************************/

#navcontainer ul,
#navcontainer ul li {
  width: 150px;
  display: block;
  margin: 0; padding: 0;
  list-style: none;
  text-align:left;
}
#navcontainer ul li {
  height: 28px;
}

#navcontainer ul li a {
  display: block;
  width: 132px;
  height: 21px;
  padding: 4px 0 2px 18px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #024b97;
  text-decoration: none;
  background: url(../images/nav_midlevel.png) no-repeat top left;
}
#navcontainer ul li.toplevel a {
  width: 144px;
  height: 21px;
  padding: 4px 0 2px 6px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: url(../images/nav_toplevel.png) no-repeat top left;
}

#navcontainer ul li a#current {
  background: url(../images/nav_midlevel_focus.png) no-repeat top left;
}
#navcontainer ul li a:hover {
  background: url(../images/nav_midlevel_focus.png) no-repeat top left;
}
#navcontainer ul li.toplevel a#current {
  background: url(../images/nav_toplevel_focus.png) no-repeat top left;
}
#navcontainer ul li.toplevel a:hover {
  background: url(../images/nav_toplevel_focus.png) no-repeat top left;
}

/* MAIN MENU - SECOND LEVEL

*******************************************************************************/

#navcontainer ul ul,
#navcontainer ul ul li {
  width: 150px;
  display: block;
  margin: 0; padding: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  list-style: none;
  text-align:left;
}
#navcontainer ul ul li {
  height: 18px;
}
#navcontainer ul ul {
	padding-bottom: 5px;
}

#navcontainer ul ul li a {
  display: block;
  width: 144px;
  height: 18px;
  padding: 2px 0 2px 6px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #024b97;
  font-weight: normal;
  text-decoration: none;
  background: url(../images/nav_lowlevel.png) no-repeat bottom left;
}

#navcontainer ul ul li a:hover {
  background: url(../images/nav_lowlevel.png) no-repeat bottom left;
  font-weight: bold;
}