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

  1. h1 {
  2.     font-family:Verdana, Arial, Helvetica, sans-serif;
  3.     font-size:16px;
  4.     font-weight:bold;
  5.     margin:0;
  6.     padding:0;
  7.     }
  8.  
  9. hr {
  10.     border:none;
  11.     border-top:1px solid #CCCCCC;
  12.     height:1px;
  13.     margin-bottom:25px;
  14.     }
  15.  
  16. ul.vert-one{
  17.     margin:0;
  18.     padding:0;
  19.     list-style-type:none;
  20.     display:block;
  21.     font:bold 16px Helvetica, Verdana, Arial, sans-serif;
  22.     line-height:165%;
  23.     width:200px;
  24.     }
  25.  
  26. ul.vert-one li{
  27.     margin:0;
  28.     padding:0;
  29.     border-top:1px solid #4D0000;
  30.     border-bottom:1px solid #761A1A;
  31.     }
  32.  
  33. ul.vert-one li a{
  34.     display:block;
  35.     text-decoration:none;
  36.     color:#fff;
  37.     background:#600;
  38.     padding:0 0 0 20px;
  39.     width:180px;
  40.     }
  41.  
  42. ul.vert-one li a:hover{
  43.     background:#900 url("vert-one_arrow.gif") no-repeat 0 9px;
  44.     }
  45.  
  46. ul.vert-one li a.current,ul.vert-one li a.current:hover{
  47.     background:#933 url("vert-one_arrow.gif") no-repeat 0 9px;
  48.     }