.itemHomeOff {
width: 102px;
height: 27px;
cursor: pointer;
background-image: url(/greenwood/SiteBase/wrap/theme0/images/nav_home.png);
background-repeat: no-repeat;
}
.itemHomeOn {
width: 102px;
height: 27px;
cursor: pointer;
background-image: url(/greenwood/SiteBase/wrap/theme0/images/nav_home_on.png);
background-repeat: no-repeat;
}

.itemStoryOff {
width: 246px;
height: 27px;
cursor: pointer;
background-image: url(/greenwood/SiteBase/wrap/theme0/images/nav_our-story-our-people.png);
background-repeat: no-repeat;
}
.itemStoryOn {
width: 246px;
height: 27px;
cursor: pointer;
background-image: url(/greenwood/SiteBase/wrap/theme0/images/nav_our-story-our-people_on.png);
background-repeat: no-repeat;
}

.itemBuildOff {
width: 226px;
height: 27px;
cursor: pointer;
background-image: url(/greenwood/SiteBase/wrap/theme0/images/nav_how-we-build.png);
background-repeat: no-repeat;
}
.itemBuildOn {
width: 226px;
height: 27px;
cursor: pointer;
background-image: url(/greenwood/SiteBase/wrap/theme0/images/nav_how-we-build_on.png);
background-repeat: no-repeat;
}

.itemTourOff {
width: 198px;
height: 27px;
cursor: pointer;
background-image: url(/greenwood/SiteBase/wrap/theme0/images/nav_tour-communities.png);
background-repeat: no-repeat;
}
.itemTourOn {
width: 198px;
height: 27px;
cursor: pointer;
background-image: url(/greenwood/SiteBase/wrap/theme0/images/nav_tour-communities_on.png);
background-repeat: no-repeat;
}

.itemExpOff {
width: 220px;
height: 27px;
cursor: pointer;
background-image: url(/greenwood/SiteBase/wrap/theme0/images/nav_experience.png);
background-repeat: no-repeat;
}
.itemExpOn {
width: 220px;
height: 27px;
cursor: pointer;
background-image: url(/greenwood/SiteBase/wrap/theme0/images/nav_experience_on.png);
background-repeat: no-repeat;
}



/*END TOP LEVEL ITEMS*/

/*BEGIN GLOBAL SUB MENU STYLES*/
.itemSubOff {
width: 300px;
cursor: pointer;
padding: 0px !important;
border-right: 20px #619b3e solid !important;
border-left: 32px #619b3e solid !important;
/*border-bottom: 1px dotted #ffffff;*/
background-color: #619b3e !important;
background-image: url(/greenwood/SiteBase/wrap/theme0/images/bg_nav_dhtml.gif);
background-repeat: no-repeat;
background-position: bottom center;
/*
-moz-opacity:.95;
opacity:.95;
*/
}
.itemSubOn {
width: 300px;
cursor: pointer;
padding: 0px !important;
border-right: 20px #ffffff solid !important;
border-left: 32px #ffffff solid !important;
/*border-bottom: 1px dotted #ffffff;*/
background-color: #ffffff !important;
background-image: url(/greenwood/SiteBase/wrap/theme0/images/bg_nav_dhtml.gif);
background-repeat: no-repeat;
background-position: bottom center;
/*
-moz-opacity:.95;
opacity:.95;
*/
}

.itemLastSubOff {
width: 300px;
cursor: pointer;
padding: 0px !important;
border-right: 20px #619b3e solid !important;
border-left: 32px #619b3e solid !important;
border-bottom: 5px #619b3e solid !important;
background-color: #619b3e !important;
/*
-moz-opacity:.95;
opacity:.95;
*/
}
.itemLastSubOn {
width: 300px;
cursor: pointer;
padding: 0px !important;
border-right: 20px #ffffff solid !important;
border-left: 32px #ffffff solid !important;
border-bottom: 5px #ffffff solid !important;
background-color: #ffffff !important;
/*
-moz-opacity:.95;
opacity:.95;
*/
}

.itemSubTextOff {
font-family: Trebuchet MS, sans-serif;
font-size: 12px;
font-weight: normal;
color: #ffffff;
text-align: left;
padding: 5px 0 5px 0;
}

.itemSubTextOn {
font-family: Trebuchet MS, sans-serif;
font-size: 12px;
font-weight: normal;
color: #3c3c3c;
text-align: left;
padding: 5px 0 5px 0;
}

/*END GLOBAL SUB MENU STYLES*/