
#m_1,#m_2,#m_3,#m_4,#m_5,#m_6{
	background-image: url('../images/menu/menu.png');
}

.res_sub li{
	background-image: url('../images/submenu/02_residences.png');
}
.res_1{background-position:-149px 0px;}
.res_2{background-position:-149px -30px;}
.res_3{background-position:-149px -60px;}
.res_4{background-position:-149px -90px;}
.res_5{background-position:-149px -120px;}
.res_6{background-position:-149px -150px;}


.res_1:hover,.res_1.selected{background-position:0px 0px;}
.res_2:hover,.res_2.selected{background-position:0px -30px;}
.res_3:hover,.res_3.selected{background-position:0px -60px;}
.res_4:hover,.res_4.selected{background-position:0px -90px;}
.res_5:hover,.res_5.selected{background-position:0px -120px;}
.res_6:hover,.res_6.selected{background-position:0px -150px;}


.lifestyle_sub li{
	background-image: url('../images/submenu/03_lifestyle.png');
}
.lifestyle_1{background-position:-150px 0px;}
.lifestyle_2{background-position:-150px -30px;}
.lifestyle_3{background-position:-150px -60px;}


.lifestyle_1:hover,.lifestyle_1.selected{background-position:0px 0px;}
.lifestyle_2:hover,.lifestyle_2.selected{background-position:0px -30px;}
.lifestyle_3:hover,.lifestyle_3.selected{background-position:0px -60px;}


#closeMenu{
background-image: url('../images/closeMenu/closeMenu.png');
}