.itemContactTopOff {
width: 154px;
height: 42px;
cursor: pointer;
background-image: url(/skiBase/wrap/theme3/images/nav.contactus.jpg);
background-repeat: no-repeat;
background-color: transparent;
}
.itemContactTopOn {
width: 154px;
height: 42px;
cursor: pointer;
background-image: url(/skiBase/wrap/theme3/images/nav.contactus.on.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

.itemHotDealsTopOff {
width: 122px;
height: 42px;
cursor: pointer;
background-image: url(/skiBase/wrap/theme3/images/nav.hotdeals.jpg);
background-repeat: no-repeat;
background-color: transparent;
}
.itemHotDealsTopOn {
width: 122px;
height: 42px;
cursor: pointer;
background-image: url(/skiBase/wrap/theme3/images/nav.hotdeals.on.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

.itemResortInfoTopOff {
width: 203px;
height: 42px;
cursor: pointer;
background-image: url(/skiBase/wrap/theme3/images/nav.resortinfo.jpg);
background-repeat: no-repeat;
background-color: transparent;
}
.itemResortInfoTopOn {
width: 203px;
height: 42px;
cursor: pointer;
background-image: url(/skiBase/wrap/theme3/images/nav.resortinfo.on.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

.itemTrainingTopOff {
width: 109px;
height: 42px;
cursor: pointer;
background-image: url(/skiBase/wrap/theme3/images/nav.training.jpg);
background-repeat: no-repeat;
background-color: transparent;
}
.itemTrainingTopOn {
width: 109px;
height: 42px;
cursor: pointer;
background-image: url(/skiBase/wrap/theme3/images/nav.training.on.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

.itemMaterialsTopOff {
width: 194px;
height: 42px;
cursor: pointer;
background-image: url(/skiBase/wrap/theme3/images/nav.requestmaterials.jpg);
background-repeat: no-repeat;
background-color: transparent;
}
.itemMaterialsTopOn {
width: 194px;
height: 42px;
cursor: pointer;
background-image: url(/skiBase/wrap/theme3/images/nav.requestmaterials.on.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

.itemBookingTopOff {
width: 186px;
height: 42px;
cursor: pointer;
background-image: url(/skiBase/wrap/theme3/images/nav.bookonline.jpg);
background-repeat: no-repeat;
background-color: transparent;
}
.itemBookingTopOn {
width: 186px;
height: 42px;
cursor: pointer;
background-image: url(/skiBase/wrap/theme3/images/nav.bookonline.on.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

/*END TOP LEVEL ITEMS*/


.itemSubOff {
width: 100%;
background-color: #78c1ea;
cursor: pointer;
padding: 1px 5px 2px 5px;
border-bottom: 1px #000000 solid;
}

.itemSubOn {
width: 100%;
background-color: #4ea1cd;
cursor: pointer;
padding: 1px 5px 2px 5px;
border-bottom: 1px #000000 solid;
}

.itemSubTextOff {
font-family: Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #012b5d;
text-align: left;
}

.itemSubTextOn {
font-family: Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #ffffff;
text-align: left;
}

/*global setting*/
.submenu {

}

.itemBorder {
width: 150px;
border-top: 1px #012b5d solid;
border-left: 1px #012b5d solid;
border-right: 1px #012b5d solid;
}