* html body {
	overflow-x: hidden;
}
* html div#col1 ul li {
	float: left;
	height: 2.5em;
	z-index: 1000;
}
* html div#col1 ul li a {
	border-top: none;
	background-image: url("/_images/nav-dot.gif");
	background-position: 0 0;
	background-repeat: repeat-x;
	width: 100%;
}
html div#col1 ul li.sfhover ul {
	background-color: #FFF;
	left: 210px;
	top: -1em;
	border-bottom: none;
	background-image: url("/_images/nav-dot.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
}
* html div#col1 ul li ul li {
	background-image: url("/_images/nav-dot.gif");
	background-position: 0 0;
	background-repeat: repeat-x;
}
* html div#col1 form label input {
	height: 2em;
}
* html div#header {
	position: relative;
	left: -4px;
}
* html div#header div.banner {
	position: absolute;
	right: -4px;
}
* html div#header div.banner div#partners {
	margin-right: 30px;
}
* html div#main {
	width: auto;
}
* html div#home div.box div.inner {
	height: 18em;
}
