home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Botoes_Menus / Menu_CSS / menu19 / styles.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-10-06  |  1020 b   |  60 lines

  1. body {
  2.     font-family: Verdana, Arial, Helvetica, sans-serif;
  3.     font-size: 80%;
  4.     font-weight: bold;
  5.     }    
  6.  
  7. h1 {
  8.     font-family:Verdana, Arial, Helvetica, sans-serif;
  9.     font-size:16px;
  10.     font-weight:bold;
  11.     margin:0;
  12.     padding:0;
  13.     }
  14.  
  15. hr {
  16.     border:none;
  17.     border-top:1px solid #CCCCCC;
  18.     height:1px;
  19.     margin-bottom:25px;
  20.     }
  21.  
  22. ul {
  23.     list-style: none;
  24.     margin: 0;
  25.     padding: 0;
  26.     }
  27.     
  28. #menu {
  29.     width: 200px;
  30.     border-style: none dashed dashed dashed;
  31.     border-color: #608FB5;
  32.     border-width: 1px;
  33.     }
  34.     
  35. #menu li a {
  36.       height: 32px;
  37.       voice-family: "\"}\""; 
  38.       voice-family: inherit;
  39.       height: 22px;
  40.     text-decoration: none;
  41.     }    
  42.     
  43. #menu li a:link, #menu li a:visited {
  44.     color: #1D537F;
  45.     display: block;
  46.     background: url(menu.gif) repeat-x;
  47.     padding: 10px 0 0 10px;
  48.     }
  49.     
  50. #menu li a:hover {
  51.     color: #fff;
  52.     background: url(menu.gif) repeat-x 0 -32px;
  53.     padding: 10px 0 0 10px;
  54.     }
  55.     
  56. #menu li a:active {
  57.     color: #fff;
  58.     background: url(menu.gif) repeat-x 0 -64px;
  59.     padding: 10px 0 0 10px;
  60.     }