/*================================================
SHEDD MENU

Site:   The Shedd Institute 
        www.theshedd.org

Author:     Jim Ralph
Created:    5/1/2006
Edited:     4/3/2011
Usage:      Use for all site menus.
===================================================*/
.MenuTopCell
{	padding: 0px;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
	vertical-align: top;
	background-color: black;
    border-width: 1px;
    border-color: Black;
    border-style: solid;}
    
.MenuCell
{	padding: 0;
	margin: -1px;
	width: 100%;
	border-collapse: collapse;
	vertical-align: top;
	background-color: black;
    border-bottom-width: 1px;
    border-bottom-color: Black;
    border-bottom-style: solid;
	 z-index:    600;
}

.MenuLogoCell  {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		7pt;
	line-height:	10pt;
	text-align : 	center;
	margin-top: 	20px;
	}

.MenuTemplateContainer  {
    width:390px;
    height:100px;
 }

.WrappingText {
    white-space: normal;
    width: 380px;
    font-family: Arial, Sans-Serif !important;
    font-size: 9pt !important;
    line-height: normal;
    color: white;
}
.WrappingText a:hover
{   color: white !important;
    display: inline-block !important;
    text-decoration: none !important;
}

.MenuTitleBlack	{
	font-family:	Arial, sans-serif;	
	font-weight:	bold; 
	color:			black;
	font-size:		14pt;
	line-height:	16pt;
	margin-top: 	2pt;
}

.MenuTitleRed	{
	font-family:	Arial, sans-serif;	
	font-weight:	bold; 
	color:			maroon;
	font-size:		14pt;
	line-height:	16pt;
}

.MenuTitleBlue	{
	font-family:	Arial, sans-serif;	
	font-weight:	bold; 
	color:			navy;
	font-size:		14pt;
	line-height:	16pt;
	margin-top: 	2pt;}

.MenuTitleGreen	{
	font-family:	Arial, sans-serif;	
	font-weight:	bold; 
	color:			darkgreen;
	font-size:		14pt;
	line-height:	16pt;
	margin-top: 	2pt;}


