It is the element that holds the left rounded corner of the MenuItem.
Example:
.easyMenuItemLeftRoundCornerCell {
width: 12px;
background-image: url(roundcorner_left.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
}
.easyMenuItemLeftRoundCornerCellOver {
width: 12px;
background-image: url(roundcorner_left_over.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
}
|