a.hormnuitem1{
    width:auto;
    height:16px;
    display: block;
    text-decoration: none;
    color: white;
    padding:3px;
    margin:0px;
    border:0px;
    font-size:9px;
    background:none;
    font-weight: normal;
}
a.hormnuitem1:hover {
    color: white;
    background:#6b8190;
}

#hor_nav ul.ul1{ 
   margin: 0; 
   padding: 0; 
   list-style: none; 
   border:none;
   width:100%;
} 


ul.u1{ 
   margin: 0; 
   padding: 0; 
   list-style: none; 
   width:132px; /* Width of Menu Items */ 
   z-index:51;
   } 

ul.u1 li.l1 { 
   position: relative; 
   width:132px; 
   z-index:51;
   } 
    
li.l1 ul.u1 { 
   position: absolute; 
   left: 0; /* Set 1px less than menu width */ 
   top:17px; 
   display: none; 
   z-index:51;
   } 

/* Styles for Menu Items */ 
ul.u1 li.l1 a { 
   display: block; 
   text-decoration: none; 
   color: #000; 
   background: #e0e5eb; /* IE6 Bug */ 
   padding: 2px; 
   border-bottom: 0; 
   z-index:51;
   } 

ul.u1 li.l1 a:hover {   z-index:51; color: #FFF; background: #6B8190; font-weight: normal; } /* Hover Styles */ 
       
li.l1 ul.u1 li.l1 a {   z-index:51; padding: 2px 5px;     font-weight: normal;} /* Sub Menu Styles */ 
       
li.l1:hover ul.u1, li.l1.over ul.u1 {    z-index:51;display: block; } /* The magic */ 



/*temp temp temp temp*/ 
#hor_nav table{
    font-size:10px;
   z-index:51;
}
#hor_nav { 
   margin:3 5 3 0; 
   z-index:51;
} 
.sections { 
   padding:0px 0 0 0; 
   /*border-right:1px solid #ccc;*/ 
   float:left; 
   font-size:10px; 
   z-index:51;
} 

#hor_nav span{
    color:#f48000;
    font-style: italic;
    font-weight: bold;
    z-index:51;
}
