#editprofile, #addstory, #adminmoderate, #admincategory, #adminlinks, #adminerrors
{
    position: relative;
    font-size: 14px;
    display: block;
    height: 40px;
    white-space: nowrap;
    margin: 0;
    color:#424242; text-decoration: none;
}

#editprofile a, #addstory a, #adminmoderate a, #admincategory a, #adminlinks a, #adminerrors a
{
    color:#424242; text-decoration: none;
    background: no-repeat 4px center;
    display: block;
    width: 142px;
    height: 40px;
    border: 1px #EDEDED solid;
}

#editprofile a:hover, #addstory a:hover, #adminmoderate a:hover, #admincategory a:hover,
    #adminlinks a:hover, #adminerrors a:hover
{
    background-color: #EDEDED;
    border: 1px #ADADAD dotted;
    color: Black;
}

#editprofile span, #addstory span, #adminmoderate span, #admincategory span, #adminlinks span, #adminerrors span
{
    position: absolute; top: 10px; left: 42px; cursor: pointer;
}

#editprofile a
{
    width: 147px;
    background-image: url(../../images/icons/profile-medium.png);
}

#addstory a
{
    width: 154px;
    background-image: url(../../images/icons/storyadd-medium.png);
}

#adminmoderate a
{
    width: 225px;
    background-image: url(../../images/icons/file-medium.png);
}

#admincategory a
{
    width: 225px;
    background-image: url(../../images/icons/edit-medium.png);
}

#adminlinks a
{
    width: 225px;
    background-image: url(../../images/icons/web-medium.png);
}

#adminerrors a
{
    width: 225px;
    background-image: url(../../images/icons/configure-medium.gif);
}
