@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;
	font-size: 12px;
	cursor: default;
	width: auto;
}
/* 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-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	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: 12px;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	width: 178px;

	
}
/* 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: 178px;
	margin: 0;
	padding: 0;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0% 0 0 100%; /* controls the positioning of the subnav box relative to the parent box - 100% means no overlaping*/
	border-right: 1px solid #3b7012;
	border-left: 1px solid #3b7012;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	
}
/* 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
{
	margin: 0;
	padding: 0;
	border-top: 1px solid #3b7012;
}


/* drop down */

ul.MenuBarHorizontal a
{ display: block; margin: 0; padding: 0; cursor: pointer; padding: 0.55em 1.12em; color: #FFF; text-decoration: none; font-size: 11px; background-color: #244e04; border-bottom: 1px solid #3b7012; }

ul.MenuBarHorizontal a:visited
{ display: block; margin: 0; padding: 0; cursor: pointer; padding: 0.55em 1.12em; color: #FFF; text-decoration: none; font-size: 11px; background-color: #244e04; border-bottom: 1px solid #3b7012; }

ul.MenuBarHorizontal a:hover
{ display: block; margin: 0; padding: 0; cursor: pointer; padding: 0.55em 1.12em; color: #FFF; text-decoration: none; font-size: 11px; background-color: #3a5e1e; border-bottom: 1px solid #3b7012; }

ul.MenuBarHorizontal a:visited:hover
{ display: block; margin: 0; padding: 0; cursor: pointer; padding: 0.55em 1.12em; color: #FFF; text-decoration: none; font-size: 11px; background-color: #3a5e1e; border-bottom: 1px solid #3b7012; }






/* new classes from v */


ul.MenuBarHorizontal a.Maintabhome
{ background:url(../Images/topnav_home_off.png); background-color: #f6f6f4; color: #275203; font-size: 1px; height: 27px; width: 84px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:visited.Maintabhome
{ background:url(../Images/topnav_home_off.png); background-color: #f6f6f4; color: #275203; font-size: 1px; height: 27px; width: 84px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover.Maintabhome
{ background:url(../Images/topnav_home_off.png); background-color: #f6f6f4; color: #275203; font-size: 1px; height: 27px; width: 84px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover:visited.Maintabhome
{ background:url(../Images/topnav_home_off.png); background-color: #f6f6f4; color: #275203; font-size: 1px; height: 27px; width: 84px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}


ul.MenuBarHorizontal a.Maintabhomeon
{ background:url(../Images/topnav_home_on.png); background-color: #f6f6f4; color: #275203; font-size: 1px; height: 27px; width: 84px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:visited.Maintabhomeon
{ background:url(../Images/topnav_home_on.png); background-color: #f6f6f4; color: #275203; font-size: 1px; height: 27px; width: 84px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover.Maintabhomeon
{ background:url(../Images/topnav_home_on.png); background-color: #f6f6f4; color: #275203; font-size: 1px; height: 27px; width: 84px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover:visited.Maintabhomeon
{ background:url(../Images/topnav_home_on.png); background-color: #f6f6f4; color: #275203; font-size: 1px; height: 27px; width: 84px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}




















/* end new classes*/




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

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

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




ul.MenuBarHorizontal a.MenuBarItemSubmenuabout
{ background:url(../Images/topnav_about_off.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 108px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenuabout
{ background:url(../Images/topnav_about_off.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 108px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenuabout
{ background:url(../Images/topnav_about_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 108px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenuabout
{ background:url(../Images/topnav_about_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 108px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a.MenuBarItemSubmenuabouton
{ background:url(../Images/topnav_about_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 108px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenuabouton
{ background:url(../Images/topnav_about_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 108px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenuabouton
{ background:url(../Images/topnav_about_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 108px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenuabouton
{ background:url(../Images/topnav_about_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 108px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}








ul.MenuBarHorizontal a.MenuBarItemSubmenuproducts
{ background:url(../Images/topnav_coaltenure_off.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 131px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenuproducts
{ background:url(../Images/topnav_coaltenure_off.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 131px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenuproducts
{ background:url(../Images/topnav_coaltenure_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 131px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenuproducts
{ background:url(../Images/topnav_coaltenure_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 131px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a.MenuBarItemSubmenuproductson
{ background:url(../Images/topnav_coaltenure_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 131px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenuproductson
{ background:url(../Images/topnav_coaltenure_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 131px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenuproductson
{ background:url(../Images/topnav_coaltenure_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 131px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenuproductson
{ background:url(../Images/topnav_coaltenure_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 131px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}








ul.MenuBarHorizontal a.MenuBarItemSubmenumining
{ background:url(../Images/topnav_industrialminerals_off.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 168px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenumining
{ background:url(../Images/topnav_industrialminerals_off.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 168px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenumining
{ background:url(../Images/topnav_industrialminerals_off.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 168px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenumining
{ background:url(../Images/topnav_industrialminerals_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 168px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a.MenuBarItemSubmenuminingon
{ background:url(../Images/topnav_industrialminerals_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 168px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenuminingon
{ background:url(../Images/topnav_industrialminerals_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 168px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenuminingon
{ background:url(../Images/topnav_industrialminerals_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 168px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenuminingon
{ background:url(../Images/topnav_industrialminerals_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 168px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}






ul.MenuBarHorizontal a.MenuBarItemSubmenuinvestors
{ background:url(../Images/topnav_investors_off.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 116px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenuinvestors
{ background:url(../Images/topnav_investors_off.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 116px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenuinvestors
{ background:url(../Images/topnav_investors_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 116px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenuinvestors
{ background:url(../Images/topnav_investors_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 116px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a.MenuBarItemSubmenuinvestorson
{ background:url(../Images/topnav_investors_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 116px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenuinvestorson
{ background:url(../Images/topnav_investors_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 116px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenuinvestorson
{ background:url(../Images/topnav_investors_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 116px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenuinvestorson
{ background:url(../Images/topnav_investors_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 116px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}






ul.MenuBarHorizontal a.MenuBarItemSubmenumedia
{ background:url(../Images/topnav_mediacentre_off.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 138px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenumedia
{ background:url(../Images/topnav_mediacentre_off.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 138px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenumedia
{ background:url(../Images/topnav_mediacentre_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 138px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenumedia
{ background:url(../Images/topnav_mediacentre_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 138px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a.MenuBarItemSubmenumediaon
{ background:url(../Images/topnav_mediacentre_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 138px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenumediaon
{ background:url(../Images/topnav_mediacentre_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 138px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenumediaon
{ background:url(../Images/topnav_mediacentre_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 138px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenumediaon
{ background:url(../Images/topnav_mediacentre_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 138px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}









ul.MenuBarHorizontal a.MenuBarItemSubmenucontact
{ background:url(../Images/topnav_contact_off.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 134px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenucontact
{ background:url(../Images/topnav_contact_off.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 134px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenucontact
{ background:url(../Images/topnav_contact_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 134px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenucontact
{ background:url(../Images/topnav_contact_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 134px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a.MenuBarItemSubmenucontacton
{ background:url(../Images/topnav_contact_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 134px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenucontacton
{ background:url(../Images/topnav_contact_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 134px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover.MenuBarItemSubmenucontacton
{ background:url(../Images/topnav_contact_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 134px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenucontacton
{ background:url(../Images/topnav_contact_on.png); background-color: #f6f6f4; color: #eef0ef; font-size: 1px; height: 27px; width: 134px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0;}









/* Menu items with the right arrow sub sub nav */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{  color: #FFF; font-size: 11px; padding: 0.55em 1.12em; border-bottom: 1px solid #3b7012; background-image: url(SpryMenuBarRight.gif); background-repeat: no-repeat; background-position: 95% 50%;}

ul.MenuBarHorizontal ul a:visited.MenuBarItemSubmenu
{  color: #FFF; font-size: 11px; padding: 0.55em 1.12em; border-bottom: 1px solid #3b7012; background-image: url(SpryMenuBarRight.gif); background-repeat: no-repeat; background-position: 95% 50%;}

ul.MenuBarHorizontal ul a:hover.MenuBarItemSubmenu
{  color: #FFF; font-size: 11px; padding: 0.55em 1.12em; border-bottom: 1px solid #3b7012; background-image: url(SpryMenuBarRight.gif); background-repeat: no-repeat; background-position: 95% 50%;}

ul.MenuBarHorizontal ul a:visited:hover.MenuBarItemSubmenu
{  color: #FFF; font-size: 11px; padding: 0.55em 1.12em; border-bottom: 1px solid #3b7012; background-image: url(SpryMenuBarRight.gif); background-repeat: no-repeat; background-position: 95% 50%;}





/* Menu items with the right arrow sub sub nav on hover */

ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{ background-color: #3a5e1e;  color: #FFF; font-size: 11px; padding: 0.55em 1.12em; border-bottom: 1px solid #3b7012; background-image: url(SpryMenuBarRight.gif); background-repeat: no-repeat; background-position: 95% 50%;}

ul.MenuBarHorizontal ul a:visited.MenuBarItemSubmenuHover
{ background-color: #3a5e1e; color: #FFF; font-size: 11px; padding: 0.55em 1.12em; border-bottom: 1px solid #3b7012; background-image: url(SpryMenuBarRight.gif); background-repeat: no-repeat; background-position: 95% 50%;}

ul.MenuBarHorizontal ul a:hover.MenuBarItemSubmenuHover
{ background-color: #3a5e1e; color: #FFF; font-size: 11px; padding: 0.55em 1.12em; border-bottom: 1px solid #3b7012; background-image: url(SpryMenuBarRight.gif); background-repeat: no-repeat; background-position: 95% 50%;}


/* Menu items with the right arrow sub sub nav when mousing over its sub nav */


ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHoverOn
{ background-color: #b5b503; color: #000000; font-size: 11px; padding: 0.55em 1.12em; border-bottom: 1px solid #3b7012; background-image: url(SpryMenuBarRight.gif); background-repeat: no-repeat; background-position: 95% 50%;}

ul.MenuBarHorizontal ul a:visited.MenuBarItemSubmenuHoverOn
{ background-color: #b5b503; color: #000000; font-size: 11px; padding: 0.55em 1.12em; border-bottom: 1px solid #3b7012; background-image: url(SpryMenuBarRight.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;
}
/* 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;
	}
}

