#menu {
  width: 762px;
  background: #4e0302;
  float:left;
  height:24px;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu a {
  font: 9pt georgia;
  display: block;
  margin: 0;
  padding: 5px 15px;
  color: white;
  text-decoration: none;
}

#menu a:hover {
  color: white;
  background:transparent url(/images/menu_arrow_top.gif) no-repeat;
  background-position:0 55%;
}

#menu .selected  {
  background:transparent url(/images/menu_arrow_top.gif) no-repeat;
  background-position:0 55%;
}

#menu .secondary_link  {
  color:#4e0302;
}

#menu li {
  position: relative;
  float:left;
}

#menu ul ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color:#a92e02;
}

#menu ul ul #last_ul  {
  left:-72px;
}

#menu ul ul ul a  {
  font: 9pt georgia;
}

div#menu ul ul ul, div#menu ul ul li:hover ul
{display: none;}

div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul
{display: block;z-index:100;}
