/*
// $Id: navigation.css,v 1.6 2011/09/23 06:27:47 brianm Exp $
// $Revision: 1.6 $
// $Author: brianm $
//
// $Log: navigation.css,v $
// Revision 1.6  2011/09/23 06:27:47  brianm
// *** empty log message ***
//
// Revision 1.5  2011/09/21 06:17:29  brianm
// *** empty log message ***
//
// 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: url(../images/nav-homes-homesites.gif) no-repeat 0px -34px;
background-repeat: no-repeat;
background-color: #446E6F;
}
.itemHomesOn {
width: 192px;
height: 35px;
cursor: pointer;
background: url(../images/nav-homes-homesites.gif) no-repeat 0px 0px;
background-repeat: no-repeat;
background-color: #446E6F;
}

.itemMapsOff {
width: 192px;
height: 34px;
cursor: pointer;
background: url(../images/nav-maps-directions.gif) no-repeat 0px -34px;
background-repeat: no-repeat;
background-color: #446E6F;

}
.itemMapsOn {
width: 192px;
height: 34px;
cursor: pointer;
background: url(../images/nav-maps-directions.gif) no-repeat 0px 0px;
background-repeat: no-repeat;
background-color: #446E6F;
}

.itemLifeOff {
width: 192px;
height: 34px;
cursor: pointer;
background: url(../images/nav-live-at-the-ponds.gif) no-repeat 0px -34px;

background-repeat: no-repeat;
background-color: #446E6F;
}
.itemLifeOn {
width: 192px;
height: 34px;
cursor: pointer;
background: url(../images/nav-live-at-the-ponds.gif) no-repeat 0px 0px;
background-repeat: no-repeat;
background-color: #446E6F;
}

.itemAboutOff {
width: 192px;
height: 34px;
cursor: pointer;
background: url(../images/nav-about-greenwood.gif) no-repeat 0px -34px;
background-repeat: no-repeat;
background-color: #446E6F;
}
.itemAboutOn {
width: 192px;
height: 34px;
cursor: pointer;
background: url(../images/nav-about-greenwood.gif) no-repeat 0px 0px;

background-repeat: no-repeat;
background-color: #446E6F;
}

.itemLocalOff {
width: 192px;
height: 34px;
cursor: pointer;
background: url(../images/nav-local-area.gif) no-repeat 0px -34px;
background-repeat: no-repeat;
background-color: #446E6F;
}
.itemLocalOn {
width: 192px;
height: 34px;
cursor: pointer;
background: url(../images/nav-local-area.gif) no-repeat 0px 0px;
background-repeat: no-repeat;
background-color: #446E6F;
}

.itemConservancyOff {
width: 192px;
height: 46px;
cursor: pointer;
background: url(../images/nav-the-ponds-coservancy.gif) no-repeat 0px -46px;
background-repeat: no-repeat;
background-color: #446E6F;
}
.itemConservancyOn {
width: 192px;
height: 46px;
cursor: pointer;
background: url(../images/nav-the-ponds-coservancy.gif) no-repeat 0px 0px;
background-repeat: no-repeat;
background-color: #446E6F;
}

.itemRealtorOff {
width: 192px;
height: 34px;
cursor: pointer;
background-image: url(../images/nav.realtor_login.gif);
background-repeat: no-repeat;
background-color: #446E6F;
}
.itemRealtorOn {
width: 192px;
height: 34px;
cursor: pointer;
background-image: url(../images/nav.realtor_login.on.gif);
background-repeat: no-repeat;
background-color: #446E6F;
}

.itemNewsOff {
width: 192px;
height: 35px;
cursor: pointer;
background: url(../images/nav-news-events.gif) no-repeat 0px -35px;
background-repeat: no-repeat;
background-color: #446E6F;
}
.itemNewsOn {
width: 192px;
height: 35px;
cursor: pointer;
background: url(../images/nav-news-events.gif) no-repeat 0px 0px;
background-repeat: no-repeat;
background-color: #446E6F;
}





/*END TOP LEVEL ITEMS*/


/*BEGIN GLOBAL SUB MENU STYLES*/

.itemSubOff {
width: 180px;
background-color: #3a6162;
cursor: pointer;
padding: 0 10px;
border-bottom: 1px solid #3a6162;
}

.itemSubOn {
width: 180px;
background-color: #5d8f90;
cursor: pointer;
padding: 0 10px;
border-bottom: 1px solid #5d8f90;
}

.itemSubTextOff {
font-family: Arial, sans-serif;
font-size: 11px;
font-weight: normal;
color: #f4f0e4;
text-align: left;
line-height: 22px;
}

.itemSubTextOn {
font-family: Arial, sans-serif;
font-size: 11px;
font-weight: normal;
color: #ffffff;
text-align: left;
line-height: 22px;
}

/*END GLOBAL SUB MENU STYLES*/


