* {
  margin: 0px;
  padding: 0px;
}
.shift {
  padding-top: 20px;
}
ul#navmenu {
  margin: 0px auto;
  width: 1169px;
}
ul#navmenu, ul.sub1, ul.sub2 {
  list-style-type: none;
  font-size: 14px;
  line-height: 12px;
}
ul#navmenu li {
  text-align: center;
  position: relative;
  margin-right: 6px;
  width: 140px;
  float: left;
}
ul#navmenu a {
  width: 140px;
  text-decoration: none;
  font-weight: normal;
  height: 40px;
  display: block;
  line-height: 19px;
  margin-top:29px;
  font-family: Calibri;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  background-color: #483a31;
}
ul#navmenu .sub1 li {
}
ul#navmenu .sub1 a {
  background-color: #483a31;
  margin-top: 1px;
}
ul#navmenu li:hover a {
  background-color: #483a31;
}
ul#navmenu li:hover a:hover {
  background-color: #993300;
}
ul#navmenu ul.sub1 {
  position: absolute;
  left: 0px;
  top: 55px;
  display: none;
}
ul#navmenu li:hover .sub1 {
  display: block;
}
ul#navmenu .sub1 li:hover .sub2 {
  display: block;
}
.darrow {
  font-size: 11pt;
  position: absolute;
  top: 5px;
  right: 4px;
  color: white;
}
.rarrow {
  font-size: 13pt;
  position: absolute;
  top: 6px;
  right: 4px;
}
