@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/
/*This used to be the SpryMenuBarHorizontal.css page
We changed the name to better suit the use*/
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: Auto;
	padding: 0em;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 900px;/*fixed the wrapping text dilemma*/
	font-weight: bold;
	position: relative;
	text-align: center;
	max-width: 1024px;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0.25em;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 8.8em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.8em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.8em;
	padding: 0 0 0 0;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
	padding: 0 0 0 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: none;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	color: #00C;
	text-decoration: none;
	background-image: url(../assets/Green_Nav_Bkgrd.gif);
	text-align: center;
	background-repeat: no-repeat;
	font-size: 90%;
	display: block;
	background-position: 0px -2px;/*the image was't quite set at (0,0)*/
	/*height: 8px;*/
	font-weight: bold;
	background-color: #FFF;
	font-family: 1.4Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1.5em;
	padding-right: .5em; /*Changed the left and right padding so that IE versions 8-older don't move the nav bar titles to two lines*/
	padding-bottom: 1.5em;
	padding-left: .5em; /*Changed the left and right padding so that IE versions 8-older don't move the nav bar titles to two lines*/
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible 
{
	color: #00C;
	background-image: url(../assets/Orange_Nav_Bkgrd.gif);

}


/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../assets/Green_Nav_Bkgrd.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 95%;
	/*height: 8px;*/
	
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../assets/Orange_Nav_Bkgrd.gif);
	background-repeat: no-repeat;
	border: none;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use the green leaf background */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../assets/Green_Nav_Bkgrd.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 95%;
	/*height: 8px;*/
	
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a the green bakground I implemented */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-color:#090;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0C0;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #0C0;
	background-image: none;
	color: #FFF;
	height: 6px;
	padding-top:2px;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../assets/Orange_Nav_Bkgrd.gif);
	background-repeat: no-repeat;
	border: none;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image that makes it a lighter green */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-color:#090;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0C0;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #0C0;
	background-image: none;
	color: #FFF;
	height: 6px;
	padding-top:2px;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../assets/Green_Nav_Bkgrd.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 90%;
	font-family: 1.4Verdana, Arial, Helvetica, sans-serif;
	/*height: 8px;*/
	
}
/***NBG MOD***This subsection modifies the drop down menus without additional menus that sprout from it. (i.e Herbs, Veggies) ***NBG MOD***/
ul.MenuBarHorizontal ul a
{
	background-color:#090;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0C0;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #0C0;
	background-image: none;
	color: #FFF;
	height: 6px;
	padding-top:2px;
}
/****NBG MOD*** This applies the highlight to the boxes described above ***NBG MOD***/
ul.MenuBarHorizontal ul a.MenuBarItemHover
{
	background-color:#0C3;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0C0;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #0C0;
	background-image: none;
	color: #FFF;
	height: 6px;
	padding-top:2px;
}
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-color:#090;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0C0;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #0C0;
	background-image: none;
	color: #FFF;
	height: 6px;
	padding-top:2px;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../assets/Orange_Nav_Bkgrd.gif);
	background-repeat: no-repeat;
	border: none;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image that is a lighter green */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-color:#0C3;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0C0;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #0C0;
	background-image: none;
	color: #FFF;
	height: 6px;
	padding-top:2px;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
<style type="text/css">
/*The below mods are all made for the click fucninction of the photo gallery I designed for NBG*/
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /***NBG MOD***CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;/*sets the picture to be invisible when the page loads*/
color: black;
text-decoration: none;
margin:auto;
max-width:650px;/*Set this to make the pictures in compatability mode look more centered without excess blank space*/
}

.thumbnail span img{ /***NBG MOD***CSS for enlarged image***NBG MOD***/
border-width: 0;
padding: 2px;
}

.thumbnail:active span, .thumbnail:focus span{ /*CSS for enlarged image*/
	position: fixed;/*makes the picture show up relative to the position on the screen*/
	visibility: visible;
	top: 10%;
	left: 10%; /*position where enlarged image should offset horizontally */
	z-index: 1200;/*this is set to 1200 because it must be above the nav bar, which has a depth of 1000*/
}
/*This section has been commented out because it was a beta test to see if we could hepl re-position pictures on pages. It was replaced by making the images have a fixed position*/
/*.thumbnail:active bot span, .thumbnail:focus bot span{ /*CSS for enlarged image
	visibility: visible;
	top: 65%;
	left: 0%; /*position where enlarged image should offset horizontally 
	z-index: 200;
}
*/
</style>
