﻿
#MainMenu
	{
		position: relative;
		z-index: 500;
		margin: 0 0 5px 0;
		padding: 0px;
		float: left;
		text-align: right;
		color: #137f3c;
		height: 69px;
		overflow: visible;
		background: url('images/mainmenu-bg.png') no-repeat 0 0;
		font-size: 1em;
		border-left: #daae28 1px solid;
		border-right: #daae28 1px solid;
		width: 958px;
	}

.menu .first
	{
		border-top: 1px solid #ccc !important;
	}

.menu 
	{
		position:relative;
		font: 1em Tahoma,verdana,sans-serif;
		width: 960px;
		height:69px;
		z-index:150;
		text-align: center;
		margin: 0px 0 1px 1px;
		float: left;
		overflow: visible;	
	}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
	{
		padding:0;
		margin:0;
		list-style-type:none;
	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
	{
		float:left;
		width:109px;
		position:relative;
	}

	
/* style the links for the top level */
.menu a, .menu a:visited 
	{
		font-size: 1em;
		display: block;
		text-decoration: none; 
		color: #daae28; 
		width: 109px; 
		height: 69px; 
		line-height: 69px;
	}

.menu ul ul a, .menu ul ul a:visited
	{
		border: 1px solid #ccc;
		border-width: 0 1px 1px 1px;
		width: 175px !important;
		background-color: #d7d7d7 !important;
		margin-top: -2px;
	}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited 
	{
		width:109px;
		w\idth:98px;
	}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited 
	{
	  /*  background: url('../images/sidemenu_arrow.gif') no-repeat 180px -142px; */
	}

/* style the second level hover */
.menu ul ul a.drop:hover
	{
		background-position: 180px -92px;
	}
 
.menu ul ul :hover > a.drop 
	{
		background-color: #daae28 !important;
		color: #fff;
		background-position: 180px -92px;
	}
  
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited 
	{
		color: #fff;
		background-color:#858585 !Important;
		border-width: 0 1px 0 0;
	}
  
/* style the third level hover */
.menu ul ul ul a:hover 
	{
		background-color:#daae28 !important;
		color: #fff;
	}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul 
	{
		visibility: hidden;
		position: absolute;
		height: 0;
		top: 64px;
		left: 0; 
		width: 175px !important;
		margin-top: 2px;
		text-align: left;
		font-size: 1em;
		z-index: 500;
	}

/* another hack for IE5.5 */
* html .menu ul ul 
	{
		top:64px;
		t\op:65px;
		left: -5px;
	}

/* position the third level flyout menu */
.menu ul ul ul
	{
		left:196px !important;
		top:0;
		width:160px !important;
		z-index: 500;
		margin-top: -1px;
		font-weight: normal;
		font-size: 1.1em !important;
	}
	
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left 
	{
	left:-175px;
	}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table 
	{
		position:absolute;
		top:0;
		left:0;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
	{
		background-color:#999;
		color:#137f3c;
		height:auto;
		line-height:1em;
		padding:5px 10px;
		width:129px;
	}

/* yet another hack for IE5.5 */	
* html .menu ul ul a
	{
		width:150px;
		w\idth:129px;
	}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover
	{
		color:#fff;
	}
 
.menu :hover > a, .menu ul ul :hover > a 
	{
		color:#fff;
	}
 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul
	{
		visibility:visible; 
	} 
 
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
	{
		visibility:hidden;
	}
 
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
	{ 
		visibility:visible;
	}	

/* ie lte 6 specific */
.menu table
	{
		border: none;
		padding:0;
		margin: -1px 0 0 5px;
		font-size: 1.1em;
		border-collapse: collapse;
	}

.menu table table, .menu table table table
	{
		margin-left: 0;
		font-size: 0.9em;
	}

.menu table td
	{
		margin: 0; padding: 0;
	}

#sightMax
	{
		float:right;
		margin: 10px 80px 0 0;
	}

#sightMax a:hover, img
	{
		background: transparent;
		text-decoration:none;
	}