/* sub-menu style sheet */

#SubMenuBar {
	padding: 10px 10px 0px 10px;
	color: #558e03;
	text-align: right;
}

#SubMenuBar a {
	color: #558e03;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 5px;
}

#SubMenuBar a:hover {
	color: #a92c65;
}


/* custom style sheet for each top-level menu item */

#menu_home a span.MenuBarTopLevel {
	background-image: url(/images/menu_home.gif);
	background-repeat: no-repeat;
	width: 51px;
	height: 37px;
}

#menu_home a.MenuBarItemHover span.MenuBarTopLevel, 
#menu_home a.MenuBarItemSubmenuHover span.MenuBarTopLevel, 
#menu_home a.MenuBarSubmenuVisible span.MenuBarTopLevel {
	background-image: url(/images/menu_home-over.gif);
}

#menu_home a.MenuBarItemOn span.MenuBarTopLevel {
	background-image: url(/images/menu_home-on.gif);
}

#menu_commitment a span.MenuBarTopLevel {
	background-image: url(/images/menu_commitment.gif);
	background-repeat: no-repeat;
	width: 107px;
	height: 37px;
}

#menu_commitment a.MenuBarItemHover span.MenuBarTopLevel, 
#menu_commitment a.MenuBarItemSubmenuHover span.MenuBarTopLevel, 
#menu_commitment a.MenuBarSubmenuVisible span.MenuBarTopLevel {
	background-image: url(/images/menu_commitment-over.gif);
}

#menu_commitment a.MenuBarItemOn span.MenuBarTopLevel {
	background-image: url(/images/menu_commitment-on.gif);
}

#menu_news a span.MenuBarTopLevel {
	background-image: url(/images/menu_news.gif);
	background-repeat: no-repeat;
	width: 81px;
	height: 37px;
}

#menu_news a.MenuBarItemHover span.MenuBarTopLevel, 
#menu_news a.MenuBarItemSubmenuHover span.MenuBarTopLevel, 
#menu_news a.MenuBarSubmenuVisible span.MenuBarTopLevel {
	background-image: url(/images/menu_news-over.gif);
}

#menu_news a.MenuBarItemOn span.MenuBarTopLevel {
	background-image: url(/images/menu_news-on.gif);
}

#menu_cleangreen a span.MenuBarTopLevel {
	background-image: url(/images/menu_cleangreen.gif);
	background-repeat: no-repeat;
	width: 93px;
	height: 37px;
}

#menu_cleangreen a.MenuBarItemHover span.MenuBarTopLevel, 
#menu_cleangreen a.MenuBarItemSubmenuHover span.MenuBarTopLevel, 
#menu_cleangreen a.MenuBarSubmenuVisible span.MenuBarTopLevel {
	background-image: url(/images/menu_cleangreen-over.gif);
}

#menu_cleangreen a.MenuBarItemOn span.MenuBarTopLevel {
	background-image: url(/images/menu_cleangreen-on.gif);
}

#menu_conservation a span.MenuBarTopLevel {
	background-image: url(/images/menu_conservation.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 37px;
}

#menu_conservation a.MenuBarItemHover span.MenuBarTopLevel, 
#menu_conservation a.MenuBarItemSubmenuHover span.MenuBarTopLevel, 
#menu_conservation a.MenuBarSubmenuVisible span.MenuBarTopLevel {
	background-image: url(/images/menu_conservation-over.gif);
}

#menu_conservation a.MenuBarItemOn span.MenuBarTopLevel {
	background-image: url(/images/menu_conservation-on.gif);
}

#menu_contact a span.MenuBarTopLevel {
	background-image: url(/images/menu_contact.gif);
	background-repeat: no-repeat;
	width: 74px;
	height: 37px;
}

#menu_contact a.MenuBarItemHover span.MenuBarTopLevel, 
#menu_contact a.MenuBarItemSubmenuHover span.MenuBarTopLevel, 
#menu_contact a.MenuBarSubmenuVisible span.MenuBarTopLevel {
	background-image: url(/images/menu_contact-over.gif);
}

#menu_contact a.MenuBarItemOn span.MenuBarTopLevel {
	background-image: url(/images/menu_contact-on.gif);
}

ul.MenuBarHorizontal span.MenuBarTopLevel {
	display: block;
}

ul.MenuBarHorizontal span.MenuBarTopLevel span.MenuBarLabel {
	display: none;
}


/* default style sheet for sub-level menu items */

ul.MenuBarHorizontal {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}

ul.MenuBarActive {
	z-index: 1000;
}

ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}

ul.MenuBarHorizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 150px;
	position: absolute;
	left: -1000em;
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
}

ul.MenuBarHorizontal ul li {
	width: 150px;
}

ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: 0px 0px 0px 145px;
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
}

/* top-level submenu */
ul.MenuBarHorizontal ul {
	border-bottom: 1px solid #73ac27;
	border-right: 1px solid #73ac27;
	border-left: 1px solid #73ac27;
}


/* sub-level submenu */
ul.MenuBarHorizontal ul ul {
	border: 1px solid #73ac27;
}

ul.MenuBarHorizontal ul a {
	background-color: #dff6ba;
	padding: 5px;
}

ul.MenuBarHorizontal a {
	color: #558e03;
	display: block;
	cursor: pointer;
	font-size: 11px;
	text-decoration: none;
}

ul.MenuBarHorizontal a:hover, 
ul.MenuBarHorizontal a:focus {
	background-color: #73ac27;
	color: #FFFFFF;
}

ul.MenuBarHorizontal a.MenuBarItemHover, 
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, 
ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background-color: #73ac27;
	color: #FFFFFF;
}


/*
ul.MenuBarHorizontal a.MenuBarItemSubmenu {
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 135px 50%;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 135px 50%;
}
*/

ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {
	background-image: url(/SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 140px 50%;
}

ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
	background-image: url(/SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 140px 50%;
}

/* BROWSER HACKS */

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