#nav
{
  font-family: Verdana, Sans-serif;
  font-size: 13px;
  font-weight: bold;
  /* background-color:#F9E2C2; */
  /* border-bottom:3px solid #F7A42E; */
  display: block;
  margin: 0px;
  z-index: 998;
  width: 970px;
	top: 178px;
  position: absolute;
  padding-botom:10px; 
  background: #F9E2C2 url('../images/menu_bg.jpg') repeat-x bottom left;
}

#nav a
{
  height: 24px;
}

#nav ul
{
  padding: 0;
  margin: 0;
  z-index: 999;
}

#nav ul li
{
  display: block;
  float: left;
  list-style: none;
  padding-right: 60px;
  margin: 0px;
  position: relative;
  width: auto;
  z-index: 999;
}

li#bottom
{
	margin-top:-2px !important;
}

#nav ul li a
{
  display: block;
  font-size: 13px;
  width: auto;
  color:#F5A32E;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  padding: 5px 10px 0px 8px;
  top: 0px;
  margin: 0px;
  float: left;
  /*line-height:11px; */
  height: 28px;
  voice-family				: "\"}\"";
	voice-family				: inherit;
	height: 23px;
}

#nav ul li a:hover,
#nav ul li a.hover
{
  color: #F5A32E;
}

/* same as above, but internet explorer < 7 chokes on the > */
#nav ul li:hover > a
{  
  color: #F5A32E;
}

#nav ul ul li a
{
  padding: 5px 14px 5px 8px;
  font-size: 13px;
  font-weight: normal;
  background: #F9E2C1;
  background-image: none;
}

#nav ul ul
{
  display: none;
  left: 8px;
  top: 24px;
  width: 142px;
  position: absolute;
  background: #FFFFFF;
}

#nav ul ul ul,
#nav ul ul ul ul
{
  display: none;
  left: 142px;
  top: 0px;
  width: 120px;
  position: absolute;
}

#nav ul li:hover ul
{
  display: block;
  position: absolute;
  color: #F5A32E;
}

#nav ul li:hover ul ul,
#nav ul li:hover ul ul ul
{
  display: none;
  color: #F5A32E;
}

#nav ul ul li:hover ul,
#nav ul ul ul li:hover ul
{
  display: block;
  left: 142px;
  top: 0px;
  color: #F5A32E;
}

#nav ul ul li
{
  display: block;
  float: left;
  top: 0;
  height: auto;
  padding: 0 0 2px 0;
}

#nav ul ul li a
{
  display: block;
  float: left;
  width: 120px;
  height: auto;
  color:black;
}

li>ul {
  top: auto;
  left: auto;
}
