@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

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

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

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

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

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	position: absolute;
	bottom: 18px;
	width: 640px;
}
/* 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;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0px;
	position: relative;
	text-align: left;
	cursor: default;
	width: auto;
	float: left;
	font-style: normal;
	font-weight: normal;
}
/* 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) */
/* 640px is the width of the site, not sure if the float left is doing anything */
ul.MenuBarHorizontal ul
{
	margin: 0 0 0 -61px;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 640px;
	height: 16px;
	position: absolute;
	left: -1000em;
	float: left;
	background-color: #fff;
	/*background-image: url(submenubg.jpg);
	background-repeat: repeat-y;*/
}
ul.MenuBarHorizontal ul.hm
{
	margin: 0;
}
ul.MenuBarHorizontal ul.pr
{
	margin-left: -141px;
}
ul.MenuBarHorizontal ul.ab
{
	margin-left: -224px;
}
ul.MenuBarHorizontal ul.ps
{
	margin-left: -305px;
}
ul.MenuBarHorizontal ul.cn
{
	margin-left: -466px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
/* left positioning set to have the first of two submenus align to the left margin but the second to be more or less centred below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 25px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: auto;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
/* 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;
}

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

 current sub lower layer css below
 
 *********************************************************/
ul.CurrentSub
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	position: absolute;
	top: 131px;
	width: 640px;
	z-index: 1;
	float: left;
}
ul.CurrentSub li
{
	width: auto;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
ul.CurrentSub a
{
	display: block;
	cursor: pointer;
	padding: 2px 10px;
	color: #00834A;
	text-decoration: none;
	border-bottom: 1px solid #777777;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}
ul.CurrentSub a.current
{
	border-bottom: 1px solid transparent;
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
	border-left: 1px solid #777777;
	color: #777777;
}
ul.CurrentSub a.first 
{
	padding-left: 15px;
}
ul.CurrentSub a:hover, ul.CurrentSub a:focus
{
	border-bottom: 1px solid transparent;
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
	border-left: 1px solid #777777;
}
ul.CurrentSub a.line:hover, ul.CurrentSub a.line:focus
{
	border-bottom: 1px solid #777777;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}
/* fixing widths of problem menu boxes due to difference in mac and pc font rendering */

#CurrentSub #corporate2 {
	width: 113px;
}
#CurrentSub #sector2 {
	width: 92px;
}
#CurrentSub #em2 {
	width: 135px;
}
#CurrentSub #product2 {
	width: 96px;
}
#CurrentSub #eco2 {
	width: 49px;
}
#CurrentSub2 #ss2 {
	width: 104px;
}
#CurrentSub2 #ket2 {
	width: 66px;
}
#CurrentSub2 #simon2 {
	width: 78px;
}
#CurrentSub2 #news2 {
	width: 25px;
}
#CurrentSub3 #whatis2 {
	width: 139px;
}
#CurrentSub3 #link2 {
	width: 25px;
}

#CurrentSub .line {
	padding: 0;
	border-bottom: none;
	border-top: 1px solid transparent;
	border-right: none;
	border-left: none;
	cursor: pointer; 
}
#CurrentSub2 .line {
	padding: 0;
	border-bottom: none;
	border-top: 1px solid transparent;
	border-right: none;
	border-left: none;
	cursor: pointer; 
}
#CurrentSub3 .line {
	padding: 0;
	border-bottom: none;
	border-top: 1px solid transparent;
	border-right: none;
	border-left: none;
	cursor: pointer; 
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

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


/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 2px 13px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #00834A;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}
#MenuBar1 .first {
	padding-left: 15px;
}
ul.MenuBarHorizontal a.current
{
	border-bottom: 1px solid transparent;
	border-top: 1px solid #00834A;
	border-right: 1px solid #00834A;
	border-left: 1px solid #00834A;
	color: #00834A;
}
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul a
{
	padding: 2px 10px;
	color: #00834A;
	border-bottom: 1px solid #777777;
}
/*--- to have blank submenus for home and contact, to cover submenus embedded in the html ----*/
ul.MenuBarHorizontal ul a.hm, ul.MenuBarHorizontal ul a.cn, ul.MenuBarHorizontal ul a.pr
{
	padding: 7px 0px;
	border: none;
}
ul.MenuBarHorizontal ul a.current
{
	border-bottom: 1px solid transparent;
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
	border-left: 1px solid #777777;
	color: #777777;
}

/* fixing widths of problem menu boxes due to difference in mac and pc font rendering */
#MenuBar1 #home {
	width: 31px;
}
#MenuBar1 #projects {
	width: 55px;
}
#MenuBar1 #about {
	width: 53px;
}
#MenuBar1 #stewardship {
	width: 134px;
}
#MenuBar1 #contact {
	width: 50px;
}
#MenuBar1 #servicesLink {
	width: 80px;
}
#MenuBar1 #servicesLink #corporate {
	zoom: 1;
	position: relative;
	width: 113px;
}
#MenuBar1 #servicesLink #sector {
	width: 92px;
}
#MenuBar1 #servicesLink #em {
	width: 135px;
}
#MenuBar1 #servicesLink #product {
	width: 96px;
}
#MenuBar1 #servicesLink #eco {
	width: 49px;
}
#MenuBar1 #aboutLink #ss {
	width: 104px;
}
#MenuBar1 #aboutLink #ket {
	width: 66px;
}
#MenuBar1 #aboutLink #simon {
	width: 78px;
}
#MenuBar1 #aboutLink #news {
	width: 25px;
}
#MenuBar1 #stewardshipLink #whatis {
	width: 139px;
}
#MenuBar1 #stewardshipLink #link {
	width: 25px;
}
#MenuBar1 #servicesLink .line {
	padding: 0;
	border-bottom: none;
	border-top: 1px solid transparent;
	border-right: none;
	border-left: none;
	cursor: pointer; 
}
#MenuBar1 .line {
	padding: 0;
	border-bottom: none;
	border-top: 1px solid transparent;
	border-right: none;
	border-left: none;
	cursor: pointer; 
}
#productstewardhipLink .line {
	padding: 0;
	border-bottom: none;
	border-top: 1px solid transparent;
	border-right: none;
	border-left: none;
	cursor: pointer;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	border-bottom: 1px solid transparent;
	border-top: 1px solid #00834A;
	border-right: 1px solid #00834A;
	border-left: 1px solid #00834A;
}
ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus
{
	border-bottom: 1px solid transparent;
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
	border-left: 1px solid #777777;
}
ul.MenuBarHorizontal ul a.line:hover, ul.MenuBarHorizontal ul a.line:focus
{
	border-bottom: 1px solid #777777;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue ackground and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	border-bottom: 1px solid transparent;
	border-top: 1px solid #00834A;
	border-right: 1px solid #00834A;
	border-left: 1px solid #00834A;
}

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

 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(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
}
#MenuBar1 #home, #MenuBar1 #contact, #MenuBar1 #projects
{
	background-image: none;
}
/* 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 ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
}
/* 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 ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}


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

 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;
	visibility: hidden;
}
/* 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;
	}
}
