.blog-archive-link-enabled {
	margin-right: 10px;
	white-space: normal;
}

#toolbar_horizontal ul {
	height: 1%; /* has-layout */
	display: inline; /* helps IE understand inline-block */
}

#toolbar_horizontal ul ul {
	display: none; /* counters the display: inline; */
}

#toolbar_horizontal.sb,
#toolbar_horizontal.sbi {
	height:1%; /* has-layout */
}

#toolbar_sub ul ul {
	height: 1%; /* has-layout */
	display: inline; /* helps IE understand inline-block */
	top: 0;
}

#toolbar_sub ul ul li,
#toolbar_sub ul ul li a {
	width: 1%; /* has-layout width style? */
	white-space: nowrap; /* don't ask 'cuz I don't know */
}

#toolbar_sub ul ul ul {
	display: none; /* counters the display: inline; */
}

#toolbar_sub.sb,
#toolbar_sub.sbi {
	height:1%; /* has-layout */
}