home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Botoes_Menus / Menu_CSS / menu40 / styles.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-10-06  |  966 b   |  53 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. #stylefive{
  17.     position:relative;
  18.     display:block;
  19.     height:26px;
  20.     font-size:11px;
  21.     font-weight:bold;
  22.     background:transparent url(bgOFF.gif) repeat-x top left;
  23.     font-family:Arial,Verdana,Helvitica,sans-serif;
  24.     border-bottom:3px solid #FF0066;
  25.     }
  26.  
  27. #stylefive ul{
  28.     margin:0px;
  29.     padding:0;
  30.     list-style-type:none;
  31.     width:auto;
  32.     }
  33.  
  34. #stylefive ul li{
  35.     display:block;
  36.     float:left;
  37.     margin:0;
  38.     }
  39.  
  40. #stylefive ul li a{
  41.     display:block;
  42.     float:left;
  43.     color:#fff;
  44.     text-decoration:none;
  45.     padding:7px 20px 0 20px;
  46.     height:19px;
  47.     background:transparent url(bgDIVIDER.gif) no-repeat top right;
  48.     }
  49.  
  50. #stylefive ul li a:hover,#stylefive ul li a.current{
  51.     color:#fff;
  52.     background:#131546 url(bgDIVIDER.gif) no-repeat top right;
  53.     }