1x, а можно по подробней?
Вот мой стиль:
Code
<style type="text/css">
.glossymenu{
margin: 5px 0;
padding: 0;
width: 175px; /*width of menu*/
border: 1px solid #a1a2a8;
border-bottom-width: 1;
}
.glossymenu a.menuitem{
background:#aeafbc;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 5px;
text-decoration: none;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #000000;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}
.glossymenu a.menuitem:hover{
background: #a1a2a8;
}
</style>