.ul {
        display: block;
        padding-left: 0;
        margin-left: 5px;
        list-style-type: none;
        text-decoration: none;
        text-align:left; }

.ulli {
        margin-top: 10px;
        padding-bottom: 2px;
        padding-left: 20px; /* set to width of the image, bullet.png with some extra padding to it to prevent text from sticking to the image */
        line-height: 16px; /* set to height of the image, bullet.png */
        background: transparent url(/bullets/one/header_off.gif) 0% 0% no-repeat; /* this image is 16 by 16 pixel */
}
.ulliN {
        margin-top: 10px;
        padding-bottom: 2px;
        padding-left: 2px; /* set to width of the image, bullet.png with some extra padding to it to prevent text from sticking to the image */
        line-height: 16px; /* set to height of the image, bullet.png */
}

.ulMenL {
        padding-left: 0;
        margin-left: 0;
        list-style-type: none;
        text-decoration: none;
        text-align:left; }
		
.ulliMenL {
        margin-top: 5px;
        padding-bottom: 2px;
        padding-left: 15px; /* set to width of the image, bullet.png with some extra padding to it to prevent text from sticking to the image */
        line-height: 14px; /* set to height of the image, bullet.png */
        background: transparent url(/bullets/one/bullet_menu.gif) 0% 0% no-repeat; /* this image is 16 by 16 pixel */
}
.ulMenLDoc {
        list-style-type: none; }