@charset "UTF-8";
/* CSS Document */
#menu_homes{
	min-height:24px;
	height:24px;
	background:url(../images/navigation/home.png) no-repeat bottom left;
	display:block;
	min-width:103px;
	width:103px;
	float:left;
	margin-left:10px;
}
#menu_homes a{
	min-height:24px;
	height:24px;
	background:url(../images/navigation/home.png) no-repeat bottom left;
	display:block;
	min-width:103px;
	width:103px;
	float:left;
}
#menu_homes a:hover {
	background:url(../images/navigation/home.png) no-repeat top left;
}
#menu_home {
	min-height:24px;
	height:24px;
	background:url(../images/navigation/home.png) no-repeat top left;
	display:block;
	min-width:103px;
	width:103px;
	float:left;
	margin-left:10px;
}
#menu_home a {
	min-height:24px;
	height:24px;
	background:url(../images/navigation/home.png) no-repeat bottom left;
	display:block;
	min-width:103px;
	width:103px;
	float:left;
	margin-left:10px;
}
#menu_home a:hover {
	background:url(../images/navigation/home.png) no-repeat top left;
}
#menu_about {
	min-height:24px;
	height:24px;
	background:url(../images/navigation/club.png) no-repeat top left;
	display:block;
	min-width:103px;
	width:103px;
	float:left;
}
#menu_about a {
	min-height:24px;
	height:24px;
	background:url(../images/navigation/club.png) no-repeat bottom left;
	display:block;
	min-width:103px;
	width:103px;
	float:left;
}
#menu_about a:hover {
	background-position:top left;
}
#menu_brands {
	min-height:24px;
	height:24px;
	background:url(../images/navigation/cab.png) no-repeat top left;
	display:block;
	min-width:103px;
	width:103px;
	float:left;
}
#menu_brands a {
	min-height:24px;
	height:24px;
	background:url(../images/navigation/cab.png) no-repeat bottom left;
	display:block;
	min-width:103px;
	width:103px;
	float:left;
}
#menu_brands a:hover {
	background-position:top left;
}
#menu_services {
	min-height:24px;
	height:24px;
	background:url(../images/navigation/partner.png) no-repeat top left;
	display:block;
	min-width:103px;
	width:103px;
	float:left;
}
#menu_services a {
	min-height:24px;
	height:24px;
	background:url(../images/navigation/partner.png) no-repeat bottom left;
	display:block;
	min-width:103px;
	width:103px;
	float:left;
}
#menu_services a:hover {
	background-position:top left;
}
#menu_contact {
	min-height:24px;
	height:24px;
	background:url(../images/navigation/advertise.png) no-repeat top left;
	display:block;
	min-width:103px;
	width:103px;
	float:left;
}
#menu_contact a {
	min-height:24px;
	height:24px;
	background:url(../images/navigation/advertise.png) no-repeat bottom left;
	display:block;
	min-width:103px;
	width:103px;
	float:left;
}
#menu_contact a:hover {
	background-position:top left;
}
#button_send a {
	min-height:22px;
	height:22px;
	background:url(../images/send.png) no-repeat top left;
	display:block;
	min-width:64px;
	width:64px;
	float:left;
	margin-left:206px;
	margin-top:5px;
}
#button_send a:hover {
	background-position:bottom left;
}
