.Sprite_Mail,
.Sprite_Calendar,
.Sprite_ExpandPane,
.Sprite_Arrow,
.Sprite_Feeds,
.Sprite_Contacts,
.Sprite_CollapsePane
{
    background-image: url('sprite.png');
    background-repeat: no-repeat;
    background-color: transparent;
}
.Sprite_Mail
{
    background-position: 0px 0px;
    width: 50px;
    height: 50px;
}
.Sprite_Calendar
{
    background-position: -51px 0px;
    width: 50px;
    height: 50px;
}
.Sprite_ExpandPane
{
    background-position: -102px 0px;
    width: 30px;
    height: 32px;
}
.Sprite_Arrow
{
    background-position: -116px -34px;
    width: 16px;
    height: 16px;
}
.Sprite_Feeds
{
    background-position: 0px -51px;
    width: 50px;
    height: 50px;
}
.Sprite_Contacts
{
    background-position: -51px -51px;
    width: 50px;
    height: 50px;
}
.Sprite_CollapsePane
{
    background-position: -102px -51px;
    width: 30px;
    height: 32px;
}
