.itemResidencesOff {
width: 115px;
height: 31px;
cursor: pointer;
background-image: url(../images/nav.residences.off.gif);
background-repeat: no-repeat;
background-color: transparent;
}
.itemResidencesOn {
width: 115px;
height: 31px;
cursor: pointer;
background-image: url(../images/nav.residences.on.gif);
background-repeat: no-repeat;
background-color: transparent;
}

.itemServicesOff {
width: 163px;
height: 31px;
cursor: pointer;
background-image: url(../images/nav.service.off.gif);
background-repeat: no-repeat;
background-color: transparent;
}
.itemServicesOn {
width: 163px;
height: 31px;
cursor: pointer;
background-image: url(../images/nav.service.on.gif);
background-repeat: no-repeat;
background-color: transparent;
}

.itemEatDrinkOff {
width: 111px;
height: 31px;
cursor: pointer;
background-image: url(../images/nav.eatdrink.off.gif);
background-repeat: no-repeat;
background-color: transparent;
}
.itemEatDrinkOn {
width: 111px;
height: 31px;
cursor: pointer;
background-image: url(../images/nav.eatdrink.on.gif);
background-repeat: no-repeat;
background-color: transparent;
}

.itemLeisureOff {
width: 79px;
height: 31px;
cursor: pointer;
background-image: url(../images/nav.leisure.off.gif);
background-repeat: no-repeat;
background-color: transparent;
}
.itemLeisureOn {
width: 79px;
height: 31px;
cursor: pointer;
background-image: url(../images/nav.leisure.on.gif);
background-repeat: no-repeat;
background-color: transparent;
}



/*END TOP LEVEL ITEMS*/

/*BEGIN GLOBAL SUB MENU STYLES*/
.itemSubOff {
width: 185px;
background-color: #54301A;
cursor: pointer;
padding: 0 10px;
border-bottom: 1px solid #77513A;
}

.itemSubOn {
width: 185px;
background-color: #ffffff;
cursor: pointer;
padding: 0 10px;
border-bottom: 1px solid #77513A;
}

.itemSubTextOff {
font-family: Times, serif;
font-size: 12px;
font-weight: normal;
color: #ffffff;
text-align: left;
line-height: 23px;
}

.itemSubTextOn {
font-family: Times, serif;
font-size: 12px;
font-weight: normal;
color: #54301A;
text-align: left;
line-height: 23px;
}

/*END GLOBAL SUB MENU STYLES*/

