2007-11-22 05:03:10 +00:00

51 lines
921 B
CSS

/* $Id$ */
body.simplemenu-enabled {
margin-top: 20px;
}
#simplemenu {
background:#ddd;
color:#333;
border-bottom:1px solid #999;
font:11px Verdana, Helvetica, sans-serif;
left:0;
position:absolute;
top:0;
width:100%;
height:20px;
z-index:9999;
}
#simplemenu a {
color:#333;
text-decoration:none;
background:#ddd;
border-right:1px solid #999;
border-left:1px solid #eee;
padding:2px 6px 3px 6px;
width:auto;
}
#simplemenu li {
background:#ddd;
text-align: left;
}
#simplemenu li.expanded > a
{
background:url(right-green.gif) no-repeat 97%;
padding-right:2em;
}
#simplemenu li.root > a
{
font-weight:700;
background:url(down-green.gif) no-repeat 97%;
}
#simplemenu li:hover, #simplemenu li.sfHover,
#simplemenu a:focus, #simplemenu a:hover, #simplemenu a:active {
background:#3875d7;
color:#fff;
}
#simplemenu li:hover ul,
ul#simplemenu li.sfHover ul {
border-bottom:1px solid #999;
}