ul.productmenu {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	padding-bottom: 2px;
	list-style: none;
	border-bottom: solid 1px #007ac3;
	position: relative;
}
ul.productmenu li {
	margin-left: 5px;
	display: inline;
	list-style: none;
}
ul.productmenu li a {
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border: solid 1px #007ac3;
	border-bottom: none;
	background-color: #007ac3;
	color: white;
}
ul.productmenu li a:hover {
	background-color: #dce9f1;
	color: #007ac3;
}
ul.productmenu li.active a:hover {
	background-color: white;
}
ul.productmenu li.active a {
	color: #007ac3;
	font-weight: bold;
	border-bottom: solid 1px white;
	background-color: white;
}
ul.productmenu li.back a {
	background-color: white;
	color: #007ac3;
	border: none;

	/* These two lines along with the next style are an IE hack */
	position: absolute;
	right: 30px;
}
ul.productmenu li.back > a {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
