#doc4 .yui-b a {
padding-left: 10px;
list-style:none;
background-image: url(/images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
padding-bottom: .4em;
color: #000000;
text-decoration: none;
display: block;
font-weight: bold;
}
#doc4 .yui-b a:visited,active {
padding-left: 10px;
list-style:none;
background-image: url(/images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
color: #000000;
text-decoration: none;
display: block;
font-weight: bold;
}
#doc4 .yui-b a:hover {
padding-left: 10px;
list-style:none;
background-image: url(/images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
color: #ff0000;
text-decoration: none;
display: block;
font-weight: bold;
}
|