div#menu-bottom {
	background: url(images/section-menu-bottom.gif) no-repeat 0 bottom;
	padding-bottom: 14px;
	padding-top: 0;
	margin: 0;
	display: block;
	float: left;
	height: auto;
}

ul#sectionmenu {
	width: 740px;
	list-style-type: none;
	padding-top: 13px;
	padding-left: 130px;
	padding-right: 130px;
	text-transform: uppercase;
	margin-top: 0;
	font-size: .75em;
	background: url(images/section-menu-top.gif) repeat-x;
	display: block;
	float: left;
}

ul#sectionmenu li {
	float: left;
}

ul#sectionmenu li a {
	padding: 6px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}

ul#sectionmenu li a:hover {
	color: white;
	background-color: #1b438e;
}

ul#sectionmenu li b {
	font-weight: normal;
	font-style: normal;
	padding: 6px;
	display: inline-block;
}