@media screen {
* html ul.corr { /* IE6 */
position: relative; 
top: .5em;
}
*:first-child+html ul.corr { /* IE7 */
position: relative; 
top: .5em;
}
* html ul.corr li { /* IE6 */
vertical-align: top; 
position: relative; 
top: -.5em;
}
*:first-child+html ul.corr li { /* IE7 */
vertical-align: top; 
position: relative; 
top: -.5em;
}
}
