#coupon_cats {
	float: left;
	width: 440px;
	}

.coupon_catmenu ul {
	line-height: 150%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 440px;
	float: left;
	}

.coupon_catmenu ul li {
	width: 220px;
	float: left;
	margin: 0;
	padding: 0;
	}
		
.coupon_catmenu ul li a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #a8a8a8;
	border-bottom: 0;
	border-left: 0;
	color: #2b2b2b;
	}
	
.coupon_catmenu ul li a.alt1 {
	background: #e9e9e9;
	}
	
.coupon_catmenu ul li a.alt2 {
	background: #f7f7f7;
	}
	
.coupon_catmenu li a:hover.alt1,
.coupon_catmenu li a:hover.alt2 {
	background: #ffffff;
	border-right: 1px solid #a8a8a8;
	text-decoration: underline;
	}
	
#featured_business {
	float: right;
	width: 314px;
	}