/* IE-specific styles */
/* prepend style with an asterisk to target IE7 and below */
/* prepend style with an underscore to target IE6 and below */
body {
	font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
}
#bd {
	
}
#hd #nav ul.nav-level-2 {
	top: 23px;
	*top: 32px;
}
#hd #nav ul.nav-level-2 li a:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#hd #nav ul.nav-level-2 li a {
	zoom: 1;
	padding-top: 3px;
	padding-bottom: 6px;
}
.clearfix { /* triggers hasLayout */
	zoom: 1;
}

.last {
	display: block;
	zoom: 1;
	_position: relative; 
	_left: -3px;
	_margin-right: -3px;
}
