
/*

KDS: Begin with some very client-specific tweaks, mainly for the custom dimensions.
Note, these may even (due to higher specificity) override that which is found in the P7 styling section further below...

*/


/* Initial KDS reset */
/*
#nav {
	padding:0px;
	margin:0px;
}
#nav ul {
	padding:0px;
	margin:0px;
	list-style-type: none;	
}
#nav ul li {
	display: inline;
	padding:0px;
	margin:0px;
}
*/

#nav ul li a.top {
	display:block;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	color:#D4D4D4;
	background-color: #424242;
	text-align:center;
	padding:0;
	outline:0;
	letter-spacing:1px;
	font-weight:bold;
	border-bottom:1px solid white;
}
#nav ul li a.top:hover {
	background-color: #666633;
	color:#CBCB98;
}


#nav-item-novavine a.top {
	width:237px;
	zzzborder-right:1px solid white;
	border-left-width:0;
}
#nav-item-materials a.top {
	width:178px;
	zzzborder-right:1px solid white;
	border-left:1px solid white;
}
#nav-item-services a.top {
	width:212px;
	zzzborder-right:1px solid white;
	border-left:1px solid white;
}
#nav-item-contact a.top {
	width:130px;
	zzzborder-right-width:0;
	border-left:1px solid white;
}


#nav #nav-item-novavine ul, #nav #nav-item-novavine ul li {
	width:236px;
}
#nav #nav-item-materials ul, #nav #nav-item-materials ul li {
	width:178px;
}
#nav #nav-item-services ul, #nav #nav-item-services ul li {
	width:212px;
}
#nav #nav-item-contact ul, #nav #nav-item-contact ul li {
	width:130px;
}


/* Custom "current section" coloring... */
body.section-novavine		#nav-item-novavine		a.top
, body.section-materials	#nav-item-materials		a.top
, body.section-services		#nav-item-services		a.top
, body.section-contact		#nav-item-contact		a.top
{
	background-color: #666633;
	color:#CBCB98;
}




/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/

/* 
   NOTE FROM KDS:
   Styles in this sheet will be intended to override the main.css.   
*/

#p7PMnav {
	margin:0;
	padding: 0;
}
/* Top level list items */
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
#p7PMnav li a {
	color:#FFFFFF;
}
/* The sub-menu drop-down and/or flyout "boxes" */
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	zzzborder-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;		
	background-color:#FFF;			/* fill in any gaps between subitems with children*/
}
/* The menu links */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 10px 12px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
/* KDS: This is for the individual list items within the subnav */
#p7PMnav ul li {
	text-align:center;
	margin:0;
	padding:0;
	background-color:#dce8e8;
	/*border-top:1px solid #FFF;*/
	vertical-align:bottom;			/* KDS: eliminate those pesky I.E. gaps!! */
}
/* KDS: added this style to style on the sub-nav link (anchor) element in addition to the list item. */
#p7PMnav ul li a {
	color:#ffffff;
	zzzborder-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}


/* Separate styling for SUBMENU links */

/* KDS: supplied P7 selector isn't specific enough, adding our own more specific element to the following: */
#p7PMnav ul a, #p7PMnav li ul li a {
	margin:0;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	color: #333300;
	background-color: #999966;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

/* hovers, actives, and focuses for all links */
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	/* background:url(../images/nav_bg_rollover.jpg) repeat-x; */
	color: #2F2F00;
	background-color: #B6B77A;
}
/* hovers, actives, and focuses for just the submenu links */
#p7PMnav li ul li a:hover {
	background:url(none);
	color: #2F2F00;
	background-color: #B6B77A;
}

/* The current page marker ("you are here") style */
/* KDS: override so that this effect only takes place on SUBMENU... */
/*
#p7PMnav .p7PMmark {
	color: #4c254d;
	font-weight:bold;
}
*/
#p7PMnav ul .p7PMmark {
	background-color: #B6B77A;
	font-weight:bold;
}

/* The trigger link. KDS: set or remove background image if desired... */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	/* background-image:  url(../images/p7PM_dark_east.gif) !important; */
	background-repeat:	no-repeat;
	background-position: right center;
}
/* The active trigger link style */
#p7PMnav .p7PMon {
	color: #FFFFFF;
}
/* The submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	/*
	width:auto;				-- who said you could change me to AUTO!? -- I will destroy your functionality!
	*/
	width: 200px;
}




