/*																																					*/
/* NOTICE:																																	*/
/*		To support more than one-single SmartMenu server control per page		 */
/*		the CSS files' name is used as a class and is prefixed to all of			*/
/*		the selectors (without the path or extension).												*/
/*																																					*/
/*		The server control will automatically wrap the entire SmartMenu			 */
/*		within a div-tag, whose class-name will be derived from the filename. */
/*																																					*/
/*		Only the base ASCII character set is supported.											 */
/*																																					*/
/*		Also, spaces and periods before the extension will be converted			 */
/*		into underscores, as these are not permitted within the selector.		 */
/*																																					*/




/* FIX FOR SUBMENUS IN IE6 from Triumph on http://csscreator.com/node/28987 and Jonathan Pratchios: */
* html .shuttermenu_gray .ekmenu_submenu_items .ekmenu_submenu_items, 
* html .shuttermenu_gray .ekmenu_submenu_items .ekmenu_submenu_items_hidden, 
* html .shuttermenu_gray .ekmenu_submenu_items_hidden .ekmenu_submenu_items_hidden
{
	position:absolute;
	left:-70px;
}



/*TOP ROW MENU CONTAINER:*/
.shuttermenu_gray .ekmenu
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	color: rgb(255, 255, 255); /* default text color */
	width: 140px;
	/*width: 110px; /* can be overridden in the primary div-containers (whose class = ekmenu) style */
	/*MAIN FONT SIZE - OVERRIDDEN FURTHER DOWN IN .shuttermenu_gray .ekmenu_button:*/
	font-size: 14px;
	font-family: Arial, Verdana, Sans-Serif;
	/*background: rgb(100,100,100); /* shows up on left side, widens with nesting level */
	background:tranparent;
	/*background: url(../../../images/menuBg.gif) repeat-x;*/
	/*MGH	border-right: solid 1px rgb(71, 71, 71);
	border-bottom: solid 1px rgb(71, 71, 71);
	*/
}



/* TOP ROW MENU ITEMS: */
/* Button menu items, controls visibility of associated sub-menus */
.shuttermenu_gray .ekmenu_button
{
	/* SPAN; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
	/* Typical parent element: div.ekmenu_submenu, or else */
	/* h3.ekmenu_accessible_submenu_navheading if 508-Compliance is enabled. */
	display: block;/*MGH display: block;*/
	padding: 0px;/*MGH padding: 5px 0px;*/
	font-weight: bold;
	color: rgb(255, 255, 255); /* button-title text color */
	background:tranparent;/*MGH prevent off-match gray showing through behind top row text*/
	/*background: rgb(100, 100, 100);*/
	/*background: url(../../../images/menuBg.gif) repeat-x; /* color specified in case image unavailable */
	/*MGH - Was: background: rgb(25, 25, 25) url(../../../images/menuBg.gif) repeat-x; /* color specified in case image unavailable */
	font-size:14px;
	text-indent: 0px;/*MGH text-indent: 10px;*/
	width: 100%; /* capture on-click for entire row that the button occupies */
}



/* TOP ROW MENU ITEMS INITIAL HOVER: */
.shuttermenu_gray .ekmenu_button_hover
{
	/* SPAN; hovered version of .ekmenu_button, see above... */
	/* Typical parent element: div.ekmenu_submenu, or else */
	/* h3.ekmenu_accessible_submenu_navheading if 508-Compliance is enabled. */
	display: block;/*MGH display: block;*/
	padding: 0px;/*MGH padding: 5px 0px;*/
	font-weight: bold;
	/*color: rgb(255, 255, 255); /* button-title text color */
	color: #FEBC3E;
	background:tranparent;/*MGH prevent off-match gray showing through behind top row text*/
	/*background: rgb(100, 100, 100);*/
	/*background: url(../../../images/menuBg.gif) repeat-x; /* color specified in case image unavailable */
	/*MGH - Was: background: rgb(25, 25, 25) url(../../../images/menuBg.gif) repeat-x; /* color specified in case image unavailable */
	font-size:14px;
	text-indent: 0px;/*MGH text-indent: 10px;*/
	width: 100%; /* capture on-click for entire row that the button occupies */
}



/*TOP ROW MENU ITEMS AFTER INITIAL HOVER:*/
.shuttermenu_gray .ekmenu_button_selected_hover
{
	/* SPAN; hovered version of .ekmenu_button_selected, see above... */
	/* Typical parent element: div.ekmenu_submenu, or else */
	/* h3.ekmenu_accessible_submenu_navheading if 508-Compliance is enabled. */
	display: block;/*MGH display: block;*/
	padding: 0px;/*MGH - Was: padding: 5px 0px;*/
	font-weight: bold;
	/*color: rgb(255, 255, 255); /* button-title text color */
	color: #FEBC3E;
	background:tranparent;/*MGH prevent off-match gray showing through behind top row text*/
	/*background: rgb(100, 100, 100);*/
	/*background: url(../../../images/menuBg.gif) repeat-x; /* color specified in case image unavailable */
	/*MGH - Was: background: rgb(25, 25, 25) url(../../../images/menuBg.gif) repeat-x; /* color specified in case image unavailable */
	font-size:14px;
	text-indent: 0px;/*MGH text-indent: 10px;*/
	width: 100%; /* capture on-click for entire row that the button occupies */
	text-decoration: none;/*MGH text-decoration: underline;*/
}



/*TOP ROW MENU ITEMS - WHEN THE MOUSE LEAVES THE HOVER, OUT OF TOP ROW MENU OR ONTO SUBMENU:*/
.shuttermenu_gray .ekmenu_button_selected
{
	/* SPAN; selected version of .ekmenu_button, see above... */
	/* Typical parent element: div.ekmenu_submenu, or else */
	/* h3.ekmenu_accessible_submenu_navheading if 508-Compliance is enabled. */
	display: block;/*MGH display: block;*/
	padding: 0px;/*MGH padding: 5px 0px;*/
	font-weight: bold;
	color: rgb(255, 255, 255); /* button-title text color */
	background: rgb(100, 100, 100);
	/*background: url(../../../images/menuBg.gif) repeat-x; /* color specified in case image unavailable */
	/*MGH		background: rgb(25, 25, 25) url(../../../images/menuBg.gif) repeat-x; /* color specified in case image unavailable */
	text-indent: 0px;/*MGH text-indent: 10px;*/
	width: 100%; /* capture on-click for entire row that the button occupies */
	text-decoration: none;/*MGH text-decoration: underline;*/
}



/* SUBMENUS INITIAL: */
/* Link menu items */
.shuttermenu_gray a.ekmenu_link,
.shuttermenu_gray a.ekmenu_link:link,
.shuttermenu_gray a.ekmenu_link:visited
{
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */

/*
overflow:visible;
white-space:pre-wrap;
*/
text-align:left;
padding: 4px 2px 4px 17px;/*MGH padding: 4px 0px 4px 0px; /*MGH padding: 5px 0px; *//* set all to zero for images */
width:109px;/*MGH width:128px;

	text-indent: 0px;/*MGH - Was: text-indent: 10px;*/
	font-size:12px;
	color: rgb(255,255,255); /* link text color */
	/*background: rgb(100, 100, 100);*/
	background: url(../../../images/menuBg.gif) repeat-x;
	text-decoration: none; /* remove underlines */
	display: block;/* force one link per row */
	/*MGH width: 100%; /* fill entire row with link */
	/*MGH - commented out to remove bottom borders:
	border-bottom: 1px solid rgb(220, 220, 220); /* link row seperators */
}



/*SUB MENU HOVER:*/
/*.ekmenu_submenu_items a:hover */
.shuttermenu_gray a.ekmenu_link:hover, 
.shuttermenu_gray a.ekmenu_link:active, 
.shuttermenu_gray a.ekmenu_link:focus	{
	/* A; hovered version of ekmenu_link, see above... */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */

/*
overflow:visible;
white-space:pre-wrap;
*/
text-align:left;
padding: 4px 2px 4px 17px;/*MGH padding: 4px 0px 4px 0px; /*MGH padding: 5px 0px; *//* set all to zero for images */
width:109px;/*MGH width:128px;

	text-indent: 0px;/*MGH text-indent: 10px;*/
	/*color: rgb(255, 255, 255);	/* hovered-link text color */
	color: #FEBC3E;
	/*background: rgb(100, 100, 100);*/
	background: url(../../../images/menuBg.gif) repeat-x;
	text-decoration: none; /* remove underlines */
	border-color: rgb(0, 0, 0);/*MGH border-color: rgb(150, 150, 150);*/
	display: block;
	/*MGH width: 100%;
	/*MGH - commented out to remove bottom borders:
	border-bottom: 1px solid rgb(220, 220, 220); /* link row seperators */
}



/* SUB MENU SELECTED: */
.shuttermenu_gray a.ekmenu_link_selected {
	/* A; selected version of ekmenu_link, see above... */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */

	/*MGH padding: 0px; /*MGH padding: 5px 0px; *//* set all to zero for images */

/*
overflow:visible;
white-space:pre-wrap;
*/
text-align:left;
padding: 4px 2px 4px 17px;/*MGH padding: 4px 0px 4px 0px; /*MGH padding: 5px 0px; *//* set all to zero for images */
width:109px;/*MGH width:128px;

	text-indent: 0px;/*MGH text-indent: 10px;*/
	color: rgb(255,255,255);
	/*MGH color: rgb(0, 0, 0);*/
	background: rgb(100, 100, 100);
	/*background: url(../../../images/menuBg.gif) repeat-x;*/
	border-color: rgb(0, 0, 0);/*MGH border-color: rgb(255, 255, 255);*/
	display: block;/*MGH display: block;*/ 
	/* width: 100%;
	/*MGH - commented out to remove bottom borders:
	border-bottom: 1px solid rgb(220, 220, 220); /* link row seperators */

	/*MGH - Fix for submenu 14pt black display items:*/
	font-size:12px;
	font-weight:bold;
	background: url(../../../images/menuBg.gif) repeat-x;
}



/* SUB MENU SELECTED HOVER: */
.shuttermenu_gray a.ekmenu_link_selected:hover {
	/* A; selected and hovered version of ekmenu_link, see above... */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
	padding: 0px; /*MGH padding: 5px 0px; *//* set all to zero for images */
	text-indent: 0px;/*MGH text-indent: 10px;*/
	color: rgb(255,255,255);
	/*MGH color: rgb(0, 0, 0);*/
	background: rgb(100, 100, 100);
	/*background: url(../../../images/menuBg.gif) repeat-x;*/
	border-color: rgb(0, 0, 0);/*MGH border-color: rgb(200, 200, 200);*/
	display: block;/*MGH display: block;*/
	width: 100%;
	/*MGH - commented out to remove bottom borders:
	border-bottom: 1px solid rgb(220, 220, 220); /* link row seperators */

	/*MGH - Fix for submenu 14pt black display items:*/
	font-size:12px;
	font-weight:bold;
	background: url(../../../images/menuBg.gif) repeat-x;
}



.shuttermenu_gray .ekmenu_start 
{
	/* DIV; wraps the menu-start link (normally hidden, but visible */
	/* to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: div.ekmenu */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
}



.shuttermenu_gray .ekmenu_end
{
	/* DIV; wraps the menu-end page-anchor (normally hidden, but */
	/* visible to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: div.ekmenu */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
}



.shuttermenu_gray .ekmenu_accessible_menu_startheading
{
	/* H2; wraps the skip-menu with a navigation-heading (normally hidden, */
	/* but available to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: div.ekmenu_start */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
}



.shuttermenu_gray .ekmenu_accessible_menu_startlink 
{
	/* A; wraps the skip-menu text with a navigation-link (normally hidden, */
	/* but available to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: h2.ekmenu_accessible_menu_startheading */
}



.shuttermenu_gray .ekmenu_accessible_menu_endlink
{
	/* A; acts as a destination page anchor for the skip-menu */
	/* text with a navigation-link (normally hidden, but available */
	/* to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: h2.ekmenu_accessible_menu_startheading */
}



.shuttermenu_gray .ekmenu_submenu,
.shuttermenu_gray .ekmenu_submenu_hover,
.shuttermenu_gray .ekmenu_submenu_parent,
.shuttermenu_gray .ekmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
	position: relative;
	top: 0px;
	left: 0px;
}



.shuttermenu_gray .ekmenu_accessible_submenu_navheading
{
	/* H3; wraps each menu button title with a navigation-heading (normally hidden, */
	/* but available to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: div.ekmenu_submenu */
	font-weight: normal;
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}



.shuttermenu_gray .ekmenu_accessible_submenu_btnlink
{
	/* A; wraps each menu button title with a navigation-anchor */
	/* (useful to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: span.ekmenu_button */
		color: rgb(255, 255, 255); /* default text color */
	font-size: 1em;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:100%;
}



.shuttermenu_gray .ekmenu_button_selected .ekmenu_accessible_submenu_btnlink, 
.shuttermenu_gray .ekmenu_button_selected_hover .ekmenu_accessible_submenu_btnlink 
{
	/* Typical parent element: span.ekmenu_button */
	color: rgb(255, 255, 255); /* default text color */
	font-size: 1em;
	text-decoration: none;/*MGH text-decoration: underline;*/
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:100%;
}



.shuttermenu_gray .ekmenu_accessibility_hidden_text{
	/* SPAN; wraps text that should normally be hidden, but made */
	/* visible to page readers and text-browsers for accessibility). */
	/* Typical parent element: a.ekmenu_link_selected, and others... */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
}



.shuttermenu_gray .ekmenu_unorderedlist 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	/* Typical parent element: div.ekmenu_submenu_items */
	list-style: none;
	margin: 0px;
	padding: 0px;
}



.shuttermenu_gray .ekmenu_unorderedlist_item 
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/* Typical parent element: ul.ekmenu_unorderedlist */
	display: inline;/*MGH display: inline;*/
	margin: 0px;
	padding: 0px;
}



.shuttermenu_gray .ekmenu_submenu_items {
	/* DIV; container for menu lists. */
	/* Typical parent element: div.ekmenu (root level), div.ekmenu_submenu */
		overflow: hidden; /* truncate what cannot fit */
		/*border-bottom: solid 2px rgb(71, 71, 71);*/
}



.shuttermenu_gray .ekmenu_submenu_items_hidden 
{
	/* DIV; normally hidden container for menu lists (becomes visible if */
	/* user clicks on related submenu button, or if Javascript/CSS not supported). */
	/* Typical parent element: div.ekmenu (root level), div.ekmenu_submenu */
	display: none;
}



/* Nested menu items */
.shuttermenu_gray .ekmenu_submenu_items .ekmenu_submenu_items, 
.shuttermenu_gray .ekmenu_submenu_items .ekmenu_submenu_items_hidden, 
.shuttermenu_gray .ekmenu_submenu_items_hidden .ekmenu_submenu_items_hidden
{
	/* Rule is applied to nested submenus. Hidden included in-case */
	/* Javascript is not supported and hidden submenus are made visible. */
	/* Typical parent element: (not applicable) */
	margin-left: 0px;/*MGH margin-left: 5px;*/ /* indents menu items, accumulating with each nesting level */
	border-bottom-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */
}



/* images */
.shuttermenu_gray .ekmenu_submenu_items a img, 
.shuttermenu_gray .ekmenu_submenu_items_hidden a img {
	/* IMG; menu-item image, selected by CMS, can be used */
	/* with or in place of the textual title of the link. */
	/* Typical parent element: a.ekmenu_link */
	border-width: 0px;
}



.shuttermenu_gray .ekmenu_linkimage, 
.shuttermenu_gray .ekmenu_linkimage_selected
{
	/* SPAN; supports rollover-images, where a single image is scrolled */
	/* to show the desired effect for the given action-event. Separate the */
	/* .ekmenu_linkimage and .ekmenu_linkimage_selected classes for more images */
	/* Typical parent element: a.ekmenu_link */
	display: block;/*MGH display: block;*/
	position: relative;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	height: 147px;/*MGH height: 47px;*/
	overflow: hidden;
}



.shuttermenu_gray .ekmenu_linkimage_hover, 
.shuttermenu_gray .ekmenu_linkimage_selected_hover
{
	/* SPAN; hovered version of ekmenu_linkimage. Supports rollover-images, */
	/* where a single image is scrolled to show the desired effect for the */
	/* given action-event. Separate the .ekmenu_linkimage_hover and */
	/* .ekmenu_linkimage_selected_hover classes to control more images */
	/* Typical parent element: a.ekmenu_link */
	display: block;/*MGH display: block;*/
	position: relative;
	background-position: 0px;/*MGH background-position: 0px -30px;*/
	background-repeat:no-repeat;
	height: 147px;/*MGH height: 47px;*/
	overflow: hidden;
}