div.archive ul {
	list-style-type: none;
}
div.archive ul li {
    height:auto;
    float:left;
    width:100%;
    background-image:none;
    background-repeat: no-repeat; 
    padding-left:0px;
}
div.archive ul li ul li {
	background-image: url("../images/newsitem_bullet.png");
	background-repeat: no-repeat;
    padding-left: 25px;	
    float:left;
    width:645px; /* hack for inner li and keep width in content */
}
