1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
| .glossymenu{
position: relative;
padding: 0 37px 0 36px;
margin: 0 auto 0 auto;
height: 46px;
list-style: none;
}
.glossymenu li{
float:left;
}
.glossymenu li a{
float: left;
display: block;
color:#000;
text-decoration: none;
font-family: sans-serif;
font-size: 13px;
font-weight: bold;
padding:0 0 0 16px;
height: 46px;
line-height: 46px;
text-align: center;
cursor: pointer;
}
.glossymenu li a b{
float: left;
display: block;
padding: 0 24px 0 8px;
}
.bleu{
background: url(images/bleu1.gif) repeat-x;
}
.bleu li.current a, .bleu li a:hover{
background: url(images/bleu2.gif) no-repeat;
}
.bleu li.current a b, .bleu li a:hover b{
background: url(images/bleu3.gif) no-repeat right top;
} |