/*
 *  Should be applied to page via conditional comment (as the final css file)
 *  (<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/path/to/lte_ie6.css" media="screen, projection" /><![endif]-->)
)

 */
/* stop left-hand column (main content) from being pushed down by right-hand column (widgets)) */
body{
position: relative;	
}

.alert_list {
	width: 180px;
}
/* stop dropdown menu root (which should be horizontal) from being vertical and 100% wide */
ul.menu li {
	display: block;
	width: 158px;
}

ul.menu li {
	display: block;
	width: 158px;
}