#menu { position: relative; top: 50px; }
#menu ul { margin: 0; padding: 0; }
#menu li { height: 25px; list-style-type: none; display: block; }
#menu li.Sub { list-style-type: none; display: block; height: 25px; margin-left: 20px; }
#menu li.HI { background-color: white; list-style-type: none; display: block; height: 25px; border-top: 0 solid #99e504; border-left: 4px solid #99e504; border-bottom: 0 solid #99e504; }
#menu li:hover { position: relative; top: 1px; left: 1px; }
#menu li.SubHI { background-color: white; list-style-type: none; display: block; height: 25px; margin-left: 20px; border-top: 0 solid #99e504; border-left: 2px solid #99e504; border-bottom: 0 solid #99e504; }
#menu a { color: gray; font-weight: bold; line-height: 25px; width: auto; height: 100%; padding-left: 10px; display: block; }
#menu a.HI { color: #99e504; padding-left: 6px; }
#menu a:hover { color: #99e504; }
#menu a.SubHI { color: #99e504; padding-left: 6px; }
#box { position: relative; top: 18px; margin-right: 10px; margin-left: 10px; }
#box ul { margin: 0; padding: 0; }
#box li { background-color: white; height: 70px; margin-top: 30px; border-color: #99e504; border-style: solid; border-width: 4px 1px 1px; list-style-type: none; display: block; }
#box li.HI { background-color: white; list-style-type: none; display: block; height: 25px; border-top: 1px solid orange; border-left: 1px solid orange; border-bottom: 1px solid orange; }
#box li:hover { position: relative; top: 1px; left: 1px; }
#box a { color: gray; font-weight: bold; vertical-align: bottom; width: auto; height: 100%; padding-left: 5px; display: block; }
#box a.HI { color: orange; }
#boxfb{ position: relative; top: 25px; margin-right: 10px; margin-left: 10px; }
#boxfb a:hover {position: relative; top: 1px; left: 1px; }

