ul#nav {
  list-style-type: none;
  width: 900px;
  height: 30px;
  margin: 0 auto;
}
ul#nav li {
  position: relative;
  float: left;
  width: 110px;
  height: 30px;
}
ul#nav li a {
  background:#FDF7A3;
  position: relative;
  display: block;
  width: 110px;
  height: 30px;
  border: 1px solid #9EA03F;
  color: #073f78;
  font-size: 13px;
  font-weight:bold;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}
ul#nav li:hover {
  background: #ebfac7;
}
ul#nav li:hover a {
  background: #ebfac7;
}
ul#nav li ul {
  display: none;
  list-style-type: none;
  position: absolute;
  top: 31px;
  left: 0;
  width: 220px;
  text-align: left;
  background: #ddd;
}
ul#nav li ul.right {
  left: -110px;
}
/* ul#nav li:hover ul {
  display: block;
} */
ul#nav li ul li {
  float: none;
  width: 250px;
  height: 20px;
}
ul#nav li ul li a {
  display: block;
  width: 250px;
  height: 20px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  line-height: 20px;
  background: #dfde9a;
  text-align: left;
  text-indent:5px;
}
ul#nav li ul li a:hover {
  background: #FDF7A3;
}

#logo a {
	text-indent:-999em;
	display:block;
	background: url(../PIX/logo_small.jpg) no-repeat;
	height:120px;
}
#logo a:hover {
	background: url(../PIX/logo_small.jpg) no-repeat -227px 0;
}
ul#nav li a#small_nav_font {
	font-size:12px;
}

