/* 
Fix li background-image repeat bug in IE7
http://snipplr.com/view/449/fix-li-background-repeat-bug-in-ie/
*/
*+html #sidebar li { 
	zoom: 1;
} 

*+html #footer {
	margin-top: 10px;
}
