#header #menu {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

#content .highlight, #content .highlight_dark, h3.expander {
	-webkit-border-radius: 8px;	/* for Safari/Chrome */
    -moz-border-radius: 8px;	/* for Firefox */
}

span.tooltip .content {
	-webkit-border-radius: 8px;	/* for Safari/Chrome */
    -moz-border-radius: 8px;	/* for Firefox */
}

#content ul.case-studies li {
	-webkit-border-radius: 6px;	/* for Safari/Chrome */
    -moz-border-radius: 6px;	/* for Firefox */
}

#content .panel {
	-webkit-border-radius: 10px;	/* for Safari/Chrome */
    -moz-border-radius: 10px;	/* for Firefox */
}