.itemRoomsOff {
width: 171px;
height: 31px;
cursor: pointer;
background-image: url(../images/nav.guestrms.gif);
background-repeat: no-repeat;
background-color: transparent;
}
.itemRoomsOn {
width: 171px;
height: 31px;
cursor: pointer;
background-image: url(../images/nav.guestrms.on.gif);
background-repeat: no-repeat;
background-color: transparent;
}

.itemServicesOff {
width: 153px;
height: 31px;
cursor: pointer;
background-image: url(../images/nav.service.gif);
background-repeat: no-repeat;
background-color: transparent;
}
.itemServicesOn {
width: 153px;
height: 31px;
cursor: pointer;
background-image: url(../images/nav.service.on.gif);
background-repeat: no-repeat;
background-color: transparent;
}

.itemEatDrinkOff {
width: 100px;
height: 31px;
cursor: pointer;
background-image: url(../images/nav.eatdrink.gif);
background-repeat: no-repeat;
background-color: transparent;
}
.itemEatDrinkOn {
width: 100px;
height: 31px;
cursor: pointer;
background-image: url(../images/nav.eatdrink.on.gif);
background-repeat: no-repeat;
background-color: transparent;
}

.itemLeisureOff {
width: 85px;
height: 31px;
cursor: pointer;
background-image: url(../images/nav.leisure.gif);
background-repeat: no-repeat;
background-color: transparent;
}
.itemLeisureOn {
width: 85px;
height: 31px;
cursor: pointer;
background-image: url(../images/nav.leisure.on.gif);
background-repeat: no-repeat;
background-color: transparent;
}

.itemGroupsOff {
width: 175px;
height: 31px;
cursor: pointer;
background-image: url(../images/nav.celebrate.gif);
background-repeat: no-repeat;
background-color: transparent;
}
.itemGroupsOn {
width: 175px;
height: 31px;
cursor: pointer;
background-image: url(../images/nav.celebrate.on.gif);
background-repeat: no-repeat;
background-color: transparent;
}


/*END TOP LEVEL ITEMS*/

/*BEGIN GLOBAL SUB MENU STYLES*/
.itemSubOff {
width: 185px;
background-color: #9f7f4b;
cursor: pointer;
padding: 0 10px;
border-bottom: 1px solid #8c6c3a;
}

.itemSubOn {
width: 185px;
background-color: #9f7f4b;
cursor: pointer;
padding: 0 10px;
border-bottom: 1px solid #8c6c3a;
}

.itemSubTextOff {
font-family: Times, serif;
font-size: 12px;
font-weight: normal;
color: #ffffff;
text-align: left;
line-height: 22px;
}

.itemSubTextOn {
font-family: Times, serif;
font-size: 12px;
font-weight: normal;
color: #3e4953;
text-align: left;
line-height: 22px;
}

/*END GLOBAL SUB MENU STYLES*/

