
<style type="text/css"> 
<!-- 
ul { 
   margin:0; 
   padding: 0; 
   list-style: none; 
   width:123px; /* Width of Menu Items */ 
   border-bottom: 1px solid #ccc; 
   } 
ul li { 
   position: relative; 
   width:123px; 
   } 
    
li ul { 
   position: absolute; 
   left: 0; /* Set 1px less than menu width */ 
   top:18px; 
   display: none; 
   } 

/* Styles for Menu Items */ 
ul li a { 
   display: block; 
   text-decoration: none; 
   color: #003399; 
   background: #FFFFF9; /* IE6 Bug */ 
   padding: 2px; 
   border: 1px solid #ccc; 
   border-bottom: 0; 
   } 

/* Fix IE. Hide from IE Mac \*/ 
* html ul li { float: left; height: 1%; } 
* html ul li a { height: 1%; } 
/* End */ 

ul li a:hover { color: #E2144A; background: #ffffff; } /* Hover Styles */ 
       
li ul li a { padding:2px 5px;  font-size:10px; } /* Sub Menu Styles */ 
       
li:hover ul, li.over ul { display: block; } /* The magic */ 

/*temp temp temp temp*/ 

#hor_nav { 
   width:985px; 
   margin:0; 
   margin-top:0; 
   background-color:#f6f6f6; 
   /*border-bottom:1px solid #ccc; 
   border-right:1px solid #ccc; 
   border-left:1px solid #ccc;*/ 
} 
.sections { 
   padding: 0px 0 0 0; 
   /*border-right:1px solid #ccc;*/ 
   float:left; 
   font-weight:590; 
   font-size:11px; 
} 
.sections a:hover { 
   text-decoration:none; 
} 
.sections_right { 
   float:left; 
   padding:0px 0 0 0; 
   font-weight:590; 
   font-size:11px; 
} 
.sections_right a:hover { 
   text-decoration:none; 
} 
--> 
</style> 
