/*
// $Id: navigation.css,v 1.4 2009/01/14 01:07:17 zachb Exp $
// $Revision: 1.4 $
// $Author: zachb $
//
// $Log: navigation.css,v $
// Revision 1.4  2009/01/14 01:07:17  zachb
// *** empty log message ***
//
// Revision 1.3  2008/01/18 01:57:33  scottl
// Various updates during continued build.
//
// Revision 1.2  2008/01/17 15:36:20  scottl
// Initial wrapper build-out.
//
// Revision 1.1  2008/01/02 19:20:33  scottl
// Initial check-in.
//
//
*/
/*BEGIN TOP LEVEL ITEMS*/

.itemHomesOff {
width: 192px;
height: 35px;
cursor: pointer;
background-image: url(../images/nav.homes_and_homesites.gif);
background-repeat: no-repeat;
background-color: #4c321a;
}
.itemHomesOn {
width: 192px;
height: 35px;
cursor: pointer;
background-image: url(../images/nav.homes_and_homesites.on.gif);
background-repeat: no-repeat;
background-color: #4c321a;
}

.itemMapsOff {
width: 192px;
height: 34px;
cursor: pointer;
background-image: url(../images/nav.maps_directions.gif);
background-repeat: no-repeat;
background-color: #4c321a;
}
.itemMapsOn {
width: 192px;
height: 34px;
cursor: pointer;
background-image: url(../images/nav.maps_directions.on.gif);
background-repeat: no-repeat;
background-color: #4c321a;
}

.itemLifeOff {
width: 192px;
height: 34px;
cursor: pointer;
background-image: url(../images/nav.life_at_the_ponds.gif);
background-repeat: no-repeat;
background-color: #4c321a;
}
.itemLifeOn {
width: 192px;
height: 34px;
cursor: pointer;
background-image: url(../images/nav.life_at_the_ponds.on.gif);
background-repeat: no-repeat;
background-color: #4c321a;
}

.itemAboutOff {
width: 192px;
height: 34px;
cursor: pointer;
background-image: url(../images/nav.about_greenwood.gif);
background-repeat: no-repeat;
background-color: #4c321a;
}
.itemAboutOn {
width: 192px;
height: 34px;
cursor: pointer;
background-image: url(../images/nav.about_greenwood.on.gif);
background-repeat: no-repeat;
background-color: #4c321a;
}

.itemLocalOff {
width: 192px;
height: 34px;
cursor: pointer;
background-image: url(../images/nav.local_area.gif);
background-repeat: no-repeat;
background-color: #4c321a;
}
.itemLocalOn {
width: 192px;
height: 34px;
cursor: pointer;
background-image: url(../images/nav.local_area.on.gif);
background-repeat: no-repeat;
background-color: #4c321a;
}

.itemConservancyOff {
width: 192px;
height: 46px;
cursor: pointer;
background-image: url(../images/nav.the_ponds_conservancy.gif);
background-repeat: no-repeat;
background-color: #4c321a;
}
.itemConservancyOn {
width: 192px;
height: 46px;
cursor: pointer;
background-image: url(../images/nav.the_ponds_conservancy.on.gif);
background-repeat: no-repeat;
background-color: #4c321a;
}

.itemRealtorOff {
width: 192px;
height: 34px;
cursor: pointer;
background-image: url(../images/nav.realtor_login.gif);
background-repeat: no-repeat;
background-color: #4c321a;
}
.itemRealtorOn {
width: 192px;
height: 34px;
cursor: pointer;
background-image: url(../images/nav.realtor_login.on.gif);
background-repeat: no-repeat;
background-color: #4c321a;
}

.itemNewsOff {
width: 192px;
height: 35px;
cursor: pointer;
background-image: url(../images/nav.news_events.jpg);
background-repeat: no-repeat;
background-color: #4c321a;
}
.itemNewsOn {
width: 192px;
height: 35px;
cursor: pointer;
background-image: url(../images/nav.news_events.on.jpg);
background-repeat: no-repeat;
background-color: #4c321a;
}

/*END TOP LEVEL ITEMS*/


/*BEGIN GLOBAL SUB MENU STYLES*/

.itemSubOff {
width: 180px;
background-color: #3a2819;
cursor: pointer;
padding: 0 10px;
border-bottom: 1px solid #4b3828;
}

.itemSubOn {
width: 180px;
background-color: #9f7f4b;
cursor: pointer;
padding: 0 10px;
border-bottom: 1px solid #4b3828;
}

.itemSubTextOff {
font-family: Arial, sans-serif;
font-size: 11px;
font-weight: normal;
color: #efc855;
text-align: left;
line-height: 22px;
}

.itemSubTextOn {
font-family: Arial, sans-serif;
font-size: 11px;
font-weight: normal;
color: #3a2819;
text-align: left;
line-height: 22px;
}

/*END GLOBAL SUB MENU STYLES*/

