ul {
list-style-type: none;
margin: 0;
padding: 0;
}

ul li {
list-style-type: none;
background: url(/images/bullet2.gif) 0 9px no-repeat;
margin: 0 0 0 12px;
padding: 2px 25px 0px 8px;
}

/* ie hack */
* html ul li {
background: url(/images/bullet2.gif) 0 11px no-repeat;
}

ul.second {
list-style-type: none;
margin: 0;
padding: 0;
}

ul.second li {
list-style-type: none;
background: url(/images/bullet_dash.gif) 0 10px no-repeat;
margin: 0 0 0 4px;
padding: 2px 25px 0px 12px;
}

li.left {
display: block; 
float: left; 
width:200px; 
font-family: arial, helvetica, sans-serif;
color:#333333;
font-weight: normal;
font-size: 12px;
}

li.right {
display: block; 
font-family: arial, helvetica, sans-serif;
color:#333333;
font-weight: normal;
font-size: 12px;
}



