.itemEmpTopOff {
width: 143px;
height: 39px;
background-image:  url(../images/nav.ei.off.gif);
background-repeat: no-repeat;
border-style: 1px #000000 solid;
}
.itemEmpTopOn {
width: 143px;
height: 39px;
background-image:  url(../images/nav.ei.on.gif);
background-repeat: no-repeat;
border-style: 1px #000000 solid;
}

.itemBpTopOff {
width: 153px;
height: 39px;
background-image:  url(../images/nav.bp.off.gif);
background-repeat: no-repeat;
}
.itemBpTopOn {
width: 153px;
height: 39px;
background-image:  url(../images/Nav.bp.on.gif);
background-repeat: no-repeat;
}

.itemMlTopOff {
width: 152px;
height: 39px;
background-image:  url(../images/nav.ml.off.gif);
background-repeat: no-repeat;
}
.itemMlTopOn {
width: 152px;
height: 39px;
background-image:  url(../images/nav.ml.on.gif);
background-repeat: no-repeat;
}

.itemItTopOff {
width: 302px;
height: 39px;
cursor: pointer;
background-image:  url(../images/nav.it.off.gif);
background-repeat: no-repeat;
}
.itemItTopOn {
width: 302px;
height: 39px;
cursor: pointer;
background-image:  url(../images/nav.it.on.gif);
background-repeat: no-repeat;
}

.itemIt2TopOff {
width: 302px;
height: 39px;
cursor: pointer;
background-image:  url(../images/nav.it2.off.gif);
background-repeat: no-repeat;
}
.itemIt2TopOn {
width: 302px;
height: 39px;
cursor: pointer;
background-image:  url(../images/nav.it2.on.gif);
background-repeat: no-repeat;
}

/*END TOP LEVEL ITEMS*/


.itemSubOff {
width: 100%;
background-color: #ffffff;
cursor: pointer;
padding-top: 1px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
border-style: 1px #000000 solid;
}


.itemSubOn {
width: 100%;
background-color: #ffffff;
cursor: pointer;
padding-top: 1px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
border-style: 1px #000000 solid;
}

.itemSubTextOff {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #626161;
text-align: left;
border-style: 1px #000000 solid;
}

.itemSubTextOn {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #377eb2;
text-align: left;
border-style: 1px #000000 solid;
}

.submenu {
width: 150px;
background-color: #FFFFFF;
border: 1px #000000 solid;
}

