﻿ul.List
{
    list-style-type: none;
    margin-left: 1em;
}

ul.List li, a.ListItem
{
   background-repeat: no-repeat;
   background-image: url('Images/Interface/Icons.png');
   background-position: 0px -1200px;
   padding-left: 35px;
   padding-top: 2px;
   height: 25px;
   vertical-align:middle;
   display:block;
   margin-top:10px;
   margin-bottom:10px;
}
a.ListItem
{
    padding-left: 35px;
    font-size: 10px;
}