/*NAVBAR*/

.logo a {
	display: block;
	width: 181px;
	height: 33px;
	background: url("../images/logo.png") 0 0 no-repeat;	
}

.logo a:hover {	
	background: url("../images/logo_alt.png") no-repeat;
}

.mortgage a {
	display: block;
	width: 240px;
	height: 40px;
	background: url("../images/buttons/mortgage.gif") 0 0 no-repeat;	
}

.mortgage_alt a {
	display: block;
	width: 240px;
	height: 40px;
	background: url("../images/buttons/mortgage_alt.gif") 0 0 no-repeat;	
}

.mortgage a:hover {	
	background: url("../images/buttons/mortgage_over.gif") no-repeat;
}

.consumers2 a {
	display: block;
	width: 240px;
	height: 40px;
	background: url("../images/buttons/consumers.gif") 0 0 no-repeat;	
}

.consumers2_alt a {
	display: block;
	width: 240px;
	height: 40px;
	background: url("../images/buttons/consumers_alt.gif") 0 0 no-repeat;	
}

.consumers2 a:hover {	
	background: url("../images/buttons/consumers_over.gif") no-repeat;
}

.agents2 a {
	display: block;
	width: 238px;
	height: 40px;
	background: url("../images/buttons/real.gif") 0 0 no-repeat;	
}

.agents2_alt a {
	display: block;
	width: 238px;
	height: 40px;
	background: url("../images/buttons/real_alt.gif") 0 0 no-repeat;	
}

.agents2 a:hover {	
	background: url("../images/buttons/real_over.gif") no-repeat;
}

/*MORE BUTTONS*/

.inside_contact a {
	display: block;
	width: 226px;
	height: 45px;
	background: url("../images/inside_contact.png") 0 0 no-repeat;	
}

.inside_contact a:hover {	
	background: url("../images/inside_contact_alt.png") no-repeat;
}

.inside_add a {
	display: block;
	width: 226px;
	height: 49px;
	background: url("../images/inside_add.png") 0 0 no-repeat;	
}

.inside_add a:hover {	
	background: url("../images/inside_add_alt.png") no-repeat;
}

.inside_network a {
	display: block;
	width: 226px;
	height: 49px;
	background: url("../images/inside_network.png") 0 0 no-repeat;	
}

.inside_network a:hover {	
	background: url("../images/inside_network_alt.png") no-repeat;
}

.inside_see a {
	display: block;
	width: 226px;
	height: 31px;
	background: url("../images/inside_see.png") 0 0 no-repeat;	
}

.inside_see a:hover {	
	background: url("../images/inside_see_alt.png") no-repeat;
}