body {
   font: normal 11px verdana;
   }

ul {
   margin: 0;
   padding: 0;
   list-style: none;
   width:100%;
}
ul li {
   position: relative;
   width:100%;
   }

li ul {
   position: absolute;
   left: 0;
   top:14px;
   display: none;
   }

ul li a {
   display: block;
   text-decoration: none;
   color: #fff;
   }

* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

ul li a:hover { color: #e1e1e1; } /* Hover Styles */
li ul li a { padding: 2px 5px; background: #FFE6D0; border:1px dashed #FFAA39; border-top: 0px;} /* Sub Menu Styles */
li:hover ul, li.over ul { display: block; } /* The magic */
li:hover ul ul, li.over ul ul {display: none; }
ul ul li:hover ul, ul ul li.over ul {display: block;}

#hor_nav0 {
   background-color:#FfFfFf;
}

#hor_nav1 {
   background-color:#FfFfFf;
}

.sections {
   padding:0px 0 0 0;
   float:left;
   font-weight:600;
   font-size:9px;
   height: 10px;
}
.sections a:hover {
   text-decoration:none;
}