.itemVPOff {
width: 168px;
height: 29px;
cursor: pointer;
background-image: url(../images/nav.vacation-planning.off.gif);
background-repeat: no-repeat;
}
.itemVPOn {
width: 168px;
height: 29px;
cursor: pointer;
background-image: url(../images/nav.vacation-planning.on.gif);
background-repeat: no-repeat;
}

.itemEAOff {
width: 125px;
height: 29px;
cursor: pointer;
background-image: url(../images/nav.events-arts.off.gif);
background-repeat: no-repeat;
}
.itemEAOn {
width: 125px;
height: 29px;
cursor: pointer;
background-image: url(../images/nav.events-arts.on.gif);
background-repeat: no-repeat;
}

.itemAROff {
width: 184px;
height: 29px;
cursor: pointer;
background-image: url(../images/nav.activities.off.gif);
background-repeat: no-repeat;
}
.itemAROn {
width: 184px;
height: 29px;
cursor: pointer;
background-image: url(../images/nav.activities.on.gif);
background-repeat: no-repeat;
}

.itemSDOff {
width: 163px;
height: 29px;
cursor: pointer;
background-image: url(../images/nav.shopping.off.gif);
background-repeat: no-repeat;
}
.itemSDOn {
width: 163px;
height: 29px;
cursor: pointer;
background-image: url(../images/nav.shopping.on.gif);
background-repeat: no-repeat;
}

.itemLWOff {
width: 109px;
height: 29px;
cursor: pointer;
background-image: url(../images/nav.live-work.off.gif);
background-repeat: no-repeat;
}
.itemLWOn {
width: 109px;
height: 29px;
cursor: pointer;
background-image: url(../images/nav.live-work.on.gif);
background-repeat: no-repeat;
}

.itemBDOff {
width: 245px;
height: 29px;
cursor: pointer;
background-image: url(../images/nav.business-directory.off.gif);
background-repeat: no-repeat;
}
.itemBDOn {
width: 245px;
height: 29px;
cursor: pointer;
background-image: url(../images/nav.business-directory.on.gif);
background-repeat: no-repeat;
}

/*END TOP LEVEL ITEMS*/

/*BEGIN GLOBAL SUB MENU STYLES*/
.itemSubOff {
width: 255px;
background-color: #77a2c7;
cursor: pointer;
padding: 0 10px 0 18px;
}

.itemSubOn {
width: 255px;
background-color: #dad6c0;
cursor: pointer;
padding: 0 10px 0 18px;
}

.itemSubTextOff {
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: normal;
color: #ffffff;
text-align: left;
line-height: 26px;
}

.itemSubTextOn {
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: normal;
color: #77a2c7;
text-align: left;
line-height: 26px;
}

/*END GLOBAL SUB MENU STYLES*/


