﻿body {
  margin-top: 10px;
  background-color: #7799BB;
}
ul.LeftRight
{
  width:auto;
}
ul.LeftRight, ul.UpDown
{
  margin:0;
  display:block;
  list-style:none;
  padding: 2px; 
}
ul.LeftRight ul /*Position of sub menu*/
{
    position: absolute;
    left: 0px;
    top: 98%;
}
ul.UpDown ul, ul.LeftRight ul /*Sub Level Menu Style*/
{
  margin:0;
  list-style: none;
  background-color: #FAE57C;
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
  padding: 2px;

}
ul li ul {
  width:160px;
}
ul ul /*"Script"*/
{
    display: none;
}
