#heading {
    background-color: #CFC0A4;
    -webkit-box-shadow: 0px 0px #3E3E3E;
    box-shadow: 0px 0px #3E3E3E;
    border-bottom: medium double #423B31;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0  undefined;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
}

 .element{
 position: absolute;
 float: left;
}
.menu>ul>li>ul {
    position: absolute;
    background-color: #555;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 1;
    float: none;
    color: #614B25;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
    width: 150px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: #4F1407;
    float: left;
}
#cssmenu ul ul {
    display: none;
    float: none;
}
#cssmenu > ul > li.active > ul {
    display: block;
    float: none;
}
.align-right {
    float: none;
}
#cssmenu > ul > li > a {
    padding: 15px 20px;
    border-left: 1px solid #64558c;
    border-right: 1px solid #64558c;
    border-top: 1px solid #64558c;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #52493B;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background-color: #CFC0A4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background-image: -webkit-linear-gradient(270deg,rgba(214,194,157,1.00) 0%,rgba(113,98,72,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(214,194,157,1.00) 0%,rgba(113,98,72,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(214,194,157,1.00) 0%,rgba(113,98,72,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(214,194,157,1.00) 0%,rgba(113,98,72,1.00) 100%);
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
    color: #68470B;
    background-image: -webkit-linear-gradient(270deg,rgba(161,144,116,1.00) 0%,rgba(227,170,100,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(161,144,116,1.00) 0%,rgba(227,170,100,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(161,144,116,1.00) 0%,rgba(227,170,100,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(161,144,116,1.00) 0%,rgba(227,170,100,1.00) 100%);
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #64558c;
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #64558c;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #ffffff;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #514868;
  border-left: 1px solid #514868;
  border-right: 1px solid #514868;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #52493B;
  background: #CFC0A4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
    background: #ffe6b3;
    color: #52493B;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #514868;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}
#mainContent {
    background-color: #DDC7A2;
    margin-left: 200px;
    padding-left: 10px;
    float: right;
    clear: left;
}
.mainContent {
    background-color: #D4C1A0;
    position: static;
    width: auto;
    top: auto;
}
.pageContents {
    position: absolute;
    margin-left: 200px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #564C42;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    left: 163px;
    top: 196px;
}
.pageContents p {
    top: 400px;
}
.pageContentsImage {
    padding-left: 10px;
    left: 13px;
    position: absolute;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #564C42;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    height: 132px;
    width: 792px;
    top: 14px;
    float: left;

}
