div#cat_menu div{
	width: 140px;
	padding-bottom: 1px;
}

div#cat_menu a{
	display: block;
	background-color: #DDD4C3;
	text-align: right;
	padding: 4px 2px;
	color: black;
	text-decoration: none;
}

div#cat_menu a:hover {
	background-color: #CFC7B8;
}

table#footer{
	width: 756px;	
}

table#footer td{
	text-align: center;
}

table#footer td#copyright {
	height: 58px;
	padding-top: 24px;
	background-color: #ffffff;
	background-image: url('/images/branding/footer_bg.gif');
	background-position: 0px 24px;
	background-repeat: repeat-x;
}

table#footer span{
	color: white;
}

table#footer span a {
	color: #ccffcc;
}

