.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  height: 46px;
  z-index: 100;
  position: relative;
  width: 960px;
  background: #740d10 url(menu-bg.gif) top left no-repeat;
  line-height: normal;
}
.nav li {
  float: left;
  position: relative;
  background: transparent url(menu-padd.gif) top right no-repeat;
  padding: 6px 10px 6px 5px; 
}
.nav li a, .nav li a:visited {
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -1px;
  font-size: 90%;
  padding: 10px 10px 8px 15px;
}

.nav li a:hover {
  text-decoration: underline;
}
#nav-one li:hover a, #nav-one li.sfHover a {
  _background: #ccc;
  _color: #000;
}
#nav-one li:hover ul a, #nav-one li.sfHover ul a {
  _background: #565656;
  _color: #959595;	
}
#nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover {
  _background: #ccc;
  _color: #000;	
}

.nav ul {
  background: #060606;
  list-style: none;
  position: absolute;
  top: -999em;
  left: -1px;
  width: 320px;
}
.nav li:hover ul, .nav li.sfHover ul {
  top: 47px;
}
.nav ul li {
  border-bottom: 1px solid #4a0002;
  float: left;
  background: none;
  padding: 0;
  margin: 0;
  width: 320px;
}
.nav ul li a, .nav ul li a:visited {
  white-space: nowrap;
  padding: 3px 27px 3px 27px;
  width: 266px;
}
.nav ul a:hover {
  background: #740d10;
  color: #fff;
}
