#menu
{

  z-index: 999;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#666666;
}

.submenu
{
  background-image: url(../img/submenu.gif);
  background-repeat: no-repeat;
  background-position: right;
}

#NAV_1_0
{
  list-style: none;
  margin: 0;
  padding-left: 0;
  letter-spacing:1px;
}

#NAV_1_0 ul
{
  padding: 0;
  margin:0;
  list-style: none;
  width: 12em;
  z-index: 999;
  overflow: visible;
  border: 1px solid #505860;
  background: url(../img/menu_bg.png);
  display: none;
  position: absolute;
  letter-spacing:normal;
  //margin-left: -105%; /* IE workaround to stop jumping */
  //margin-top: 16px; /* IE workaround to stop jumping */
}

#NAV_1_0 li { 
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  clear: none;
  border: none;
  display: block;
}

#NAV_1_0 a
{
  margin-right: 10px;
}

#NAV_1_0 UL a
{
  margin: 0 !important;
}

#NAV_1_0 a
{
  text-decoration: none;
  display: inline;
  position: relative;
  color: #000;
}

#NAV_1_0 LI UL LI a {
  text-decoration: none;
  display: block;
  font: 700 9px/26px verdana, sans-serif;
  width: auto;
  height: 24px;
  padding: 0 5px;
}

#NAV_1_0 LI UL LI a:hover
{
  background-color: #25A9AE;
  color: #035A5D;
}

#NAV_1_0 ul ul,
#NAV_1_0 ul ul ul,
#NAV_1_0 ul ul ul ul
{
  padding:0;
  display: none;
  position: absolute;
  margin-top: -25px;
  //margin-top: -27px; /* IE box model crap :P */
  margin-left: 100%;
}

#NAV_1_0 ul li
{
  width: 100%;
}


#NAV_1_0 li:hover ul ul,
#NAV_1_0 li:hover ul ul ul
{
  display:none;
}

#NAV_1_0 li:hover ul,
#NAV_1_0 ul li:hover ul,
#NAV_1_0 ul ul li:hover ul
{
  display:block;
}

li>ul
{
  top: auto;
  left: auto;
}


