.item01Off {
width: 137px;
height: 82px;
cursor: pointer;
background-image: url(../images/nav01_off.gif);
background-repeat: no-repeat;
}
.item01On {
width: 137px;
height: 82px;
cursor: pointer;
background-image: url(../images/nav01_on.gif);
background-repeat: no-repeat;
}

.item02Off {
width: 135px;
height: 82px;
cursor: pointer;
background-image: url(../images/nav02_off.gif);
background-repeat: no-repeat;
}
.item02On {
width: 135px;
height: 82px;
cursor: pointer;
background-image: url(../images/nav02_on.gif);
background-repeat: no-repeat;
}

.item03Off {
width: 135px;
height: 82px;
cursor: pointer;
background-image: url(../images/nav03_off.gif);
background-repeat: no-repeat;
}
.item03On {
width: 135px;
height: 82px;
cursor: pointer;
background-image: url(../images/nav03_on.gif);
background-repeat: no-repeat;
}

.item04Off {
width: 135px;
height: 82px;
cursor: pointer;
background-image: url(../images/nav04_off.gif);
background-repeat: no-repeat;
}
.item04On {
width: 135px;
height: 82px;
cursor: pointer;
background-image: url(../images/nav04_on.gif);
background-repeat: no-repeat;
}

.item05Off {
width: 137px;
height: 82px;
cursor: pointer;
background-image: url(../images/nav05_off.gif);
background-repeat: no-repeat;
}
.item05On {
width: 137px;
height: 82px;
cursor: pointer;
background-image: url(../images/nav05_on.gif);
background-repeat: no-repeat;
}

/*END TOP LEVEL ITEMS*/

/*BEGIN GLOBAL SUB MENU STYLES*/
.itemSubOff {
width: 175px;
background-color: #a72619;
cursor: pointer;
padding: 2px 10px 2px 10px;
}

.itemSubOn {
width: 175px;
background-color: #a72619;
cursor: pointer;
padding: 2px 10px 2px 10px;
}

.itemSubTextOff {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 10px;
font-weight: normal;
color: #e3928f;
text-align: left;
line-height: 20px;
}

.itemSubTextOn {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 10px;
font-weight: bold;
color: #fff;
text-align: left;
line-height: 20px;
}

/*END GLOBAL SUB MENU STYLES*/


