23 lines
663 B
CSS
23 lines
663 B
CSS
#navcontainer ul li a.currentAncestor, #navcontainer ul li a.current {
|
|
background-image: url(../../../images/bullets/green12x12.png);
|
|
|
|
}
|
|
|
|
#navcontainer ul li li a.current, #navcontainer ul li li a.currentAncestor {
|
|
background-image: url(../../../images/bullets/green9x9.png);
|
|
|
|
}
|
|
|
|
* html #navcontainer ul li a.currentAncestor, * html #navcontainer ul li a.current {
|
|
background-image: url(../../../images/bullets/green12x12.gif);
|
|
|
|
}
|
|
|
|
* html #navcontainer ul li li a.current, , #navcontainer ul li li a.currentAncestor {
|
|
background-image: url(../../../images/bullets/green9x9.gif);
|
|
|
|
}
|
|
|
|
* html #navcontainer ul li li li a.current {
|
|
background: transparent;
|
|
} |