.hideimage{
	
	position: absolute;
	left: -1999px;
	Display:none;
	 z-index:9999;
	 
	 width:60%;
		
}
.hideimages{
	list-style : none;	
	position: absolute;
	margin: 0 auto;
	padding: 0;
	left: -999em;
		
		display : none;
}
.hidetext{
		list-style: none;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	left:-99em;
		border : thin solid #999999;
		width : 190px;
		background-color : White;
}
.hidemenu{
		list-style: none;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	left:-99em;
		border : thin solid #999999;
		width : 100px;
		background-color : White;
}

div#navigation
{
	position: relative;
	
	height: 19px;
	margin: 0 auto;
	padding: 0;
	
	font: bold 10px/12px Arial,Helvetica,sans-serif;
	color : Black;
}
div#text1
{
	position: relative;
	
	margin: 0 auto;
	padding: 0;
	
	font: bold 10px/12px Arial,Helvetica,sans-serif;
	color : #666666;
	
	
}
ul#nav-one,
ul#nav-one ul /* all lists */
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
ul#text1,
ul#text1 ul /* all lists */
{
	padding: 0;
	margin: 0;
	list-style: none;
	
	
}
ul#nav-one
{
	
	height: 19px;
	color : Black;
}
ul#text1
{
	
	
	color : Black;
	
	

}
	ul#nav-one li /* all list items */
	{
		float: left;
	}
ul#text1 li /* all list items */
	{
		float: none;
		
	}
	ul#nav-one a
	{
		
		
		text-decoration: none;
		font: bold 11px/13px Arial,Helvetica,sans-serif;
		display : block;
		color : Black;
	}
	
ul#text1 a
	{
		
		
		text-decoration: none;
		font: bold 11px/13px Arial,Helvetica,sans-serif;
		display : block;
		color : Black;
	}
	ul#nav-one li a.top
	{
		float: left;
		height: 19px;
		text-decoration: none;
		color: Black;
	}
	
		ul#nav-one li.exhibitions a.top:link,/*top level text color*/
		ul#nav-one li.exhibitions a.top:visited,
		ul#nav-one li.group a.top:link,
		ul#nav-one li.group a.top:visited,
		ul#nav-one li.calendar a.top:link,
		ul#nav-one li.calendar a.top:visited,
		ul#nav-one li.menu a.top:link,
		ul#nav-one li.menu a.top:visited
		
		{
			background: none;
			
			
		}
		
		
		
		body.exhibitions ul#nav-one li.exhibitions a.top:link,
		body.exhibitions ul#nav-one li.exhibitions a.top:visited
	 {
			background: none;
			
		}	
		ul#nav-one li a.top:hover,
		ul#nav-one li a.top:active
		 {
		
			color: #999999;
			
		}
	
ul#nav-one li ul /* second-level lists */
{
	left: -9em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	position: absolute;
	background: white;
	
	border: 2px solid  silver;
	
	margin-top: 19px;

}
ul#text1 li ul /* second-level lists */
{
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	position: absolute;
	background: white;
	border: 1px solid  silver;
		
		width : 120px;
		max-height : 120px;
		min-height : 120px;
		vertical-align : top;
		margin-left : 10px;
		margin-bottom : 10px;
		
		padding-left : 10px;
		padding-bottom : 10px;
		
}
ul#nav-one li ul a:link,/*second level box*/
ul#nav-one li ul a:visited
{
	background-color: white;
	color: Black;
	border-bottom: 1px solid #999999;
	padding: 3px;
	font-size : 11px;
}
	
ul#nav-one li ul a:hover,
ul#nav-one li ul a:active/*second level hover */
{
	color: #999999;
	
}

ul#nav-one li ul li
{
	width: 80px;
	
}
ul#text1 li ul li
{
	width: 100px;
	
}
ul#nav-one li ul ul /* third-and-above-level lists */
{
	margin: -1em 0 0 150px;
}

ul#nav-one li:hover ul ul,
ul#nav-one li.sfhover ul ul
{
	left: -999em;
	
}

ul#nav-one li:hover ul.exhibitions, 
ul#nav-one li.sfhover ul.exhibitions
{
	left: -450px;
	color : Black;
	top :-38px;
	border : none;
}
ul#nav-one li:hover ul.group, 
ul#nav-one li.sfhover ul.group
{
	left: 4px;
	color : Black;
	bottom :10px;
}
ul#nav-one li:hover ul.calendar, 
ul#nav-one li.sfhover ul.calendar
{
	left: -87px;
	color : Black;
	bottom :-10px;
	height : 60px;
	text-align : center;
}

ul#nav-one li:hover ul.menu, 
ul#nav-one li.sfhover ul.menu
ul#nav-one li.over ul.menu
{
	left: -3px;
	color : Black;
	top:-1px;
	
	text-align : center;
	
}
ul#text1 li:hover ul.events, 
ul#text1 li.sfhover ul.events
{
	left: -4px;
	color : Black;
	bottom:64px;
	text-align : center;
	z-index : 1;
	
}
ul#nav-one li:hover ul.events, 
ul#nav-one li.sfhover ul.events
{
	left: -4px;
	color : Black;
	bottom:22px;
	text-align : center;
	z-index : 1;
	
}
ul#nav-one li li:hover ul,
ul#nav-one li li.sfhover ul /* lists nested under hovered list items */
{
	left: auto;
	margin: -15px 0 0 140px;
	
}
img.border1{
	border : 15px groove Silver;
}
img.border2{
	border : 6px groove Silver;
}
img.border3{
	
	border-right-color : White;
	border-right-style : solid;
	border-right-width : 10px;
	border-top-color : White;
	border-top-style : solid;
	border-top-width : 10px;
	border-bottom-color : Gray;
	border-bottom-style : solid;
	border-bottom-width : 10px;
	border-left-color : Gray;
	border-left-style : solid;
	border-left-width : 10px;
}