#horizontal_menu ul{
  padding : 1px;
   margin : 0;
   white-space : nowrap;
   background-color : white;
   color : black;
font-size: 10px;
   float : right;
   width : 900px;
/*   border-style : solid;
   border-color : silver;
   border-width : 1px 0 1px 0;*/
}

#horizontal_menu ul li{ 
   display : inline;
}

#horizontal_menu ul li a{
  padding-left : 1em;
   padding-right : 1em;
padding-top : 4px;
padding-bottom : 3px;
   background-color : white;
   color : black;
   text-decoration : none;
   float : left;
}

#horizontal_menu ul li a:hover{
   text-decoration : underline;
   color : blue;
}
