#nav, #nav ul {  
  float: left;
  width: 780px;
  height: 33px;
  list-style: none;
  background: transparent;
  font-family:Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 10px;
  text-indent: 30px;
  line-height:25px;
}


#nav a {
  display: block;
  color: #260403;
  text-decoration: none;
  padding: 4px;
}

/*NAVI 1st level*/
#nav li {
  float: left;
  padding: 0;
  width: 125px;
  height: 33px;
  background-image:url(../templatepics/navi_omo.jpg);
  background-position: top left;
  background-repeat:no-repeat;
}

/*NAVI 2nd level*/
#nav li ul {
  position: absolute;
  left: -999em;
  height: 33px;
  width: 125px;
  font-style: italic;
  font-weight: bold;
  border-width: 0.25em;
  margin: 0;
}


/*2nd level navi normal*/
#nav li li {
  padding-right: 1em;
  width: 125px; 
  height: 33px;
  background-image:url(../templatepics/navi_omo.jpg);
  background-position: top left;
  background-repeat:no-repeat;
  text-align: left;
}

#nav li li:hover {
  padding-right: 1em;
  width: 125px; 
  height: 33px; 
  background-image:url(../templatepics/navi_over.jpg);
  background-position: top left;
  background-repeat:no-repeat;
}
 
#nav li ul a {
  width: 125px;
  height: 33px;
}

/*3rd level navi*/
#nav li ul ul {
  margin: -1.9em 0 0 11.8em;
}

#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-image:url(../templatepics/navi_over.jpg);
     background-position: top left;
     background-repeat:no-repeat;
     height: 33px;
}
