﻿/* General fixes for all versions of IE */
#DivWhiteFooter 
{
    display:block; /* Show this for all ie browsers*/
}

/*  Left hand vertical menu */
 #menu ul li {float: left; width: 100%;}
 #menu {width:122px;}
 
/* end of left hand vertical menu */