@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: 11px;
	cursor: default;
}
/* 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;
}


ul.MenuBarHorizontal li.divider
{
	background-image:url(../images/pic_navdividerend.gif);
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}


ul.MenuBarHorizontal li.dividerend
{
	background-image:url(../images/pic_navdividerend.gif);
	margin: 0;
	padding: 0;
}


/* 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: 11px;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	width: 168px;
	
	
}
/* 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: 168px;
	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: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	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-top:0px;
	border:none;
}
/* drop down */
ul.MenuBarHorizontal a
{
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-color: #d1d1d1;
	padding: 0.46em 1.6em;
	color: #333;
	text-decoration: none;
	font-size: 11px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}


ul.MenuBarHorizontal a:hover
{
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-color: #a0bee1;
	padding: 0.46em 1.6em;
	color: #333;
	text-decoration: none;
	font-size: 11px;
	border-bottom: 1px solid #FFF;
}

ul.MenuBarHorizontal a:visited
{
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-color: #d1d1d1;
	padding: 0.46em 1.6em;
	color: #333;
	text-decoration: none;
	font-size: 11px;
	border-bottom,: 1px solid #FFF;
}

/* new classes from v */

ul.MenuBarHorizontal a.Maintab 
{ background-image:url(../Images/pic_navbar.gif); color: #FFF; font-size: 12px; padding: 0.40em 3.0em; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:visited.Maintab
{ background-image:url(../Images/pic_navbar.gif); color: #FFF; font-size: 12px; padding: 0.40em 3.0em; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}

ul.MenuBarHorizontal a:hover.Maintab
{ background-image:url(../Images/pic_navbaron.gif); color: #FFF; font-size: 12px; padding: 0.40em 3.0em; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF;}


ul.MenuBarHorizontal a.Maintabon
{ display: block; cursor: pointer; background-color: #4d5a50; background-image:url(../Images/bg_nav_on.jpg); padding: 0.40em 3.0em; color: #FFF; text-decoration: none; font-size: 11px; border-bottom: 0px solid #FFF; }

ul.MenuBarHorizontal a:hover.Maintabon
{ display: block; cursor: pointer; background-color: #4d5a50; background-image:url(../Images/bg_nav_hover.jpg); padding: 0.40em 3.0em; color: #FFF; text-decoration: none; font-size: 11px; border-bottom: 0px solid #FFF; }



ul.MenuBarHorizontal a.Divider 
{ background-image:url(../Images/pic_navdivider.gif); color: #FFF; font-size: 1px; width:4px; height:25px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0em 0em;}

ul.MenuBarHorizontal a:visited.Divider 
{ background-image:url(../Images/pic_navdivider.gif); color: #FFF; font-size: 1px; width:4px; height:25px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0em 0em;}

ul.MenuBarHorizontal a:hover.Divider 
{ background-image:url(../Images/pic_navdivider.gif); color: #FFF; font-size: 1px; width:4px; height:25px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0em 0em;}

ul.MenuBarHorizontal a.Dividerend
{ background-image:url(../Images/pic_navdividerend.gif); color: #FFF; font-size: 1px; width:3px; height:25px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0em 0em;}

ul.MenuBarHorizontal a:visited.Dividerend
{ background-image:url(../Images/pic_navdividerend.gif); color: #FFF; font-size: 1px; width:3px; height:25px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0em 0em;}

ul.MenuBarHorizontal a:hover.Dividerend
{ background-image:url(../Images/pic_navdivider.gif); color: #FFF; font-size: 1px; width:4px; height:25px; border-left: 0px dotted #999; border-bottom:0px;  border-right: 0px solid #FFF; padding: 0em 0em;}


/* end new classes*/


/* hover on dropdowns */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-color: #62b94e;
	padding: 0.46em 1.6em;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	

}
/* hover on drop downs */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-color: #62b94e;
	padding: 0.46em 1.6em;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	

}

/*******************************************************************************

 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(../Images/pic_navbar.gif); color: #FFF; font-size: 12px; padding: 0.40em 3.0em; border-left: 0px dotted #999; border-bottom:0px; border-right:0px}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenu
{ background-image:url(../Images/pic_navbar.gif); color: #FFF; font-size: 12px; padding: 0.40em 3.0em; border-left: 0px dotted #999; border-bottom:0px; border-right:0px}

/* top menu block - eg. research and dev */
ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu
{ background-image:url(../Images/pic_navbaron.gif); color: #FFF; font-size: 12px; padding: 0.40em 3.0em; border-bottom: 0px solid #FFF; border-left: 0px dotted #999; border-right:0px}

ul.MenuBarHorizontal a:hover:visited.MenuBarItemSubmenu
{ background-image:url(../Images/pic_navbaron.gif); color: #FFF; font-size: 12px; padding: 0.40em 3.0em; border-bottom: 0px solid #FFF; border-left: 0px dotted #999; border-right:0px}




/* Menu items with the right arrow sub sub nav */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{ background-color: #d1d1d1; color: #333; font-size: 11px; padding: 0.46em 1.6em; border-bottom: 1px solid #FFF; border-right:1px solid #FFF; border-left: 0px; background-image: url(SpryMenuBarRight.gif); background-repeat: no-repeat; background-position: 95% 50%;}

ul.MenuBarHorizontal ul a:visited.MenuBarItemSubmenu
{ background-color: #d1d1d1; color: #333; font-size: 11px; padding: 0.46em 1.6em; border-bottom: 1px solid #FFF; border-right:1px solid #FFF; border-left: 0px; background-image: url(SpryMenuBarRight.gif); background-repeat: no-repeat; background-position: 95% 50%;}

ul.MenuBarHorizontal ul a:hover.MenuBarItemSubmenu
{ background-color: #a0bee1; color: #333; font-size: 11px; padding: 0.46em 1.6em; border-bottom: 1px solid #FFF; border-right:1px solid #FFF; background-image: url(SpryMenuBarRight.gif); background-repeat: no-repeat; background-position: 95% 50%;}

ul.MenuBarHorizontal ul a:hover:visited.MenuBarItemSubmenu
{ background-color: #a0bee1; color: #333; font-size: 11px; padding: 0.46em 1.6em; border-bottom: 1px solid #FFF; border-right:1px solid #FFF; background-image: url(SpryMenuBarRight.gif); background-repeat: no-repeat; background-position: 95% 50%;}

/* Menu items with the right arrow sub sub nav - what very top menu will see */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{ background-image:url(../Images/pic_navbaron.gif); color: #FFF; font-size: 12px; padding: 0.40em 3.0em; border-left: 0px dotted #999; border-bottom:0px; border-right:0px}

ul.MenuBarHorizontal a:visited.MenuBarItemSubmenuHover
{ background-image:url(../Images/pic_navbaron.gif); color: #FFF; font-size: 12px; padding: 0.40em 3.0em; border-left: 0px dotted #999; border-bottom:0px; border-right:0px}




/* Menu items with the right arrow sub sub nav on hover */

ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{ background-color: #a0bee1; color: #333; font-size: 11px; padding: 0.46em 1.6em; border-right: 1px solid #FFF; border-left:0px;}

ul.MenuBarHorizontal ul a:visited.MenuBarItemSubmenuHover
{ background-color: #a0bee1; color: #333; font-size: 11px; padding: 0.46em 1.6em; border-right: 1px solid #FFF; border-left:0px;}

ul.MenuBarHorizontal ul a:hover.MenuBarItemSubmenuHover
{ background-color: #a0bee1; color: #333; font-size: 11px; padding: 0.46em 1.6em; border-right: 1px solid #FFF; border-left:0;}

ul.MenuBarHorizontal ul a:hover:visited.MenuBarItemSubmenuHover
{ background-color: #a0bee1; color: #333; font-size: 11px; padding: 0.46em 1.6em; border-right: 1px solid #FFF; border-left:0;}



/* Menu items with the right arrow sub sub nav when mousing over its sub nav */


ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHoverOn
{ background-color: #ebebeb; color: #333; font-size: 11px; padding: 0.46em 1.6em; border-right: 1px solid #FFF; border-bottom:0px; border-left: 0px dotted #999;}

ul.MenuBarHorizontal ul a:visited.MenuBarItemSubmenuHoverOn
{ background-color: #ebebeb; color: #333; font-size: 11px; padding: 0.46em 1.6em; border-right: 1px solid #FFF; border-bottom:0px; border-left: 0px dotted #999;}



/*******************************************************************************

/* 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.MenuBarItemSubmenuon
{ background-color: #FFF; color: #333; font-size: 11px; padding: 0.46em 1.6em; border-left: 0px; border-bottom:0px;  border-right: 1px solid #FFF;}


/* 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.MenuBarItemSubmenuon
{ background-color: #FFF; color: #333; font-size: 11px; padding: 0.46em 1.6em; border-left: 0px; border-bottom:0px;  border-right: 1px solid #FFF;}





/*******************************************************************************

 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;
	}
}
