/*
// $Id: navigation.css,v 1.1 2007/09/06 05:46:28 dennisc Exp $
// $Revision: 1.1 $
// $Author: dennisc $
//
// $Log: navigation.css,v $
// Revision 1.1  2007/09/06 05:46:28  dennisc
// Initial check-in
//
//
//
*/
.navItem1Off {
	background-image: url(/bgv/SiteBase/wrap/theme0/images/nav.homeowners.off.gif);
	width: 152px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 44px;
	background-color: #6D5D51;
}

.navItem1On {
	background-image: url(/bgv/SiteBase/wrap/theme0/images/nav.homeowners.on.gif);
	width: 152px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 44px;
	background-color: #6D5D51;
}

.navItem2Off {
	background-image: url(/bgv/SiteBase/wrap/theme0/images/nav.info.off.gif);
	width: 165px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 44px;
	background-color: #6D5D51;
}

.navItem2On {
	background-image: url(/bgv/SiteBase/wrap/theme0/images/nav.info.on.gif);
	width: 165px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 44px;
	background-color: #6D5D51;
}

.navItem3Off {
	background-image: url(/bgv/SiteBase/wrap/theme0/images/nav.activities.off.gif);
	width: 119px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 44px;
	background-color: #6D5D51;
}

.navItem3On {
	background-image: url(/bgv/SiteBase/wrap/theme0/images/nav.activities.on.gif);
	width: 119px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 44px;
	background-color: #6D5D51;
}

.navItem4Off {
	background-image: url(/bgv/SiteBase/wrap/theme0/images/nav.community.off.gif);
	width: 162px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 44px;
	background-color: #6D5D51;
}

.navItem4On {
	background-image: url(/bgv/SiteBase/wrap/theme0/images/nav.community.on.gif);
	width: 162px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 44px;
	background-color: #6D5D51;
}

.navItem5Off {
	background-image: url(/bgv/SiteBase/wrap/theme0/images/nav.contact.off.gif);
	width: 139px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 44px;
	background-color: #6D5D51;
}

.navItem5On {
	background-image: url(/bgv/SiteBase/wrap/theme0/images/nav.contact.on.gif);
	width: 139px;
	cursor: pointer;
	background-repeat: no-repeat;
	height: 44px;
	background-color: #6D5D51;
}

.navSubMenuOff { 
	width: 160px; 
	cursor: pointer; 
	margin-left: 0px;
	margin-right: 0px;
}

.navSubMenuOn {
	width: 160px; 
	cursor: pointer; 
	margin-left: 0px;
	margin-right: 0px;
}

.navSubMenuTextOff {
	padding-right: 10px; 
	padding-left: 34px; 
	padding-top: 7px; 
	padding-bottom: 4px;  
	height: 16px; 
	width: 100%;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF; 
	background-color: #9D2D2D; 
	cursor: pointer;
	background-image: url(/bgv/SiteBase/wrap/theme0/images/nav.icon.gif);
	background-position: 7% 50%;
	background-repeat: no-repeat;
}

.navSubMenuTextOn {
	padding-right: 10px; 
	padding-left: 34px; 
	padding-top: 7px; 
	padding-bottom: 4px; 
	height: 16px; 
	width: 100%;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF; 
	background-color: #842424; 
	cursor: pointer;
	background-image: url(/bgv/SiteBase/wrap/theme0/images/nav.icon.gif);
	background-position: 7% 50%;
	background-repeat: no-repeat;
}

.navTaskbar {
	height: 44px; /* The height of our nav bar */
}

.navSubMenuBorder {
	border: 0px #5D2D4C solid;
}
