﻿.menu
{
    background-position: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 66px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -3000px;
	height: 66px;
	background-repeat: no-repeat;
}
.home {background-image: url('../images/button_home.jpg'); 
width: 133px;
}
.home a {background-image: url('../images/button_home_over.jpg');
}
.postcard {background-image: url('../images/button_postcard.jpg'); 
width: 169px;
}
.postcard a {background-image: url('../images/button_postcard_over.jpg');
}
.direct_mail {background-image: url('../images/button_direct_mail.jpg'); 
width: 175px;
}
.direct_mail a {background-image: url('../images/button_direct_mail_over.jpg');
}
.mailing_list {background-image: url('../images/button_mailing_list.jpg'); 
width: 146px;
}
.mailing_list a {background-image: url('../images/button_mailing_list_over.jpg');
}
.help_resources {background-image: url('../images/button_help_resources.jpg'); 
width: 177px;
}
.help_resources a {background-image: url('../images/button_help_resources_over.jpg');
}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
