
#menu_nav {  
             margin-top: 5px;
             margin-right: 7px;
             text-align: letf ;
             width: 215px ;
             float:left ; 
             padding: 5px 2px 0px 4px ;
             a {color: blue; font-size:14 ; text-decoration: none };
             a:link {color: black; font-size:14 ; text-decoration: blink }; 
             a:visited {color: red;font-size:14 ; text-decoration: blink }; 
             a:hover {text-decoration:underline;color:white; background-color: black ; width: 215px ;} ;             
             }
