/* CSS Document */
#nav, #nav ul {
  list-style: none;
  margin:0;
  padding:0;
  float:left;
  font-family:Georgia, "Times New Roman", Times, serif;
}
#nav li {
  float: left;
  position: relative;
  background:url(img/marker_nav.gif) no-repeat 0 14px;
  list-style-type:none; 
  padding: 0 5px 0 10px;
}
#nav li#select {
  background: none;
  list-style-type:none; 
}
#nav a {
  font-size:15px;
  color:#474747;
  text-decoration: none;
  display: block;
  padding: 7px 10px;
}
#nav a:hover {
  text-decoration:none;
  color:#560319;
}
#nav_in, #nav_in ul {
  list-style: none;
  background: #e6e6e6;
  width:180px;
}
#nav_in a {
  font-size:11px;
  font-family:Tahoma, Geneva, sans-serif;
  color:#474747;
  text-decoration: underline;
  padding:0 15px 0 5px;

}
#nav_in a:hover {
  text-decoration:none;
}
#nav_in li {
  background:url(img/marker_nav_in.gif) no-repeat 14px 9px;
  list-style-type:none; 
  padding: 3px 0 3px 20px; 
}

#nav li ul {
  display: none;
  position: absolute;
  padding: 8px 5px;
}
#nav li:hover ul {
  display: block;
}

