

/*This is the menu bar*/
/*contains both Gato Reunions and Return to Gato Home Page*/
#navigate {
	z-index: 1 !important;
	display: block;
	font: 1.7vw arial, helvetica, serif;			position: fixed;
	float: left;
	top: 0vh;
	left: 4vw;
	width: 14vw;
	max-width: 100%;
	max-height: 100%;
	list-style: none;
	font-weight: 700;
        border: 0vw solid blue;
	border-width: 0 0;
}
/*Reunion and Home test*/
#navigate button {
	display: block;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
	font-size: 1.7vw;
}
/***First level***/
#navigate li ul li 
{
	display: block;
	color: #000000;
	background-color: white;
	border: 0.1vw solid blue;
	text-decoration: none;
	text-align: left;
	font-size: 1.7vw;
	padding: 0 0;
}
/***Second, third, and forth levels***/
/****
#navigate button li ul li  
{
	display: block;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
	font-size: 1.7vw;
}
****/
#navigate li {
	position: relative;
	float: left;
}
/*This is the dropdown box*/
#navigate li ul 
{

	position: absolute;
	font-weight: 700;
	left: -999vw;
	width: 100%;
}
/* Controls where first level starts, after Gato Reunions*/
#navigate li ul li 
{
	//background-color: green;	
	Left: -3vw;
}
/*Controls where subsequent levels start*/
#navigate li ul li ul li 
{
	//background-color: green;
	Left: -4vw;
	width: 28vw;
}
/*second, third, forth tiers*/
#navigate li ul 
{
	z-index: 3 !important;
	background-color: transparent;
	right: 10vw;
	padding: 0;
	padding-right: 0;
        border: 0.1vw solid blue;
	margin: -.2vh 0 0 0;
}
/*second, third, forth tiers*/

#navigate li:hover ul ul, #navigate li:hover ul ul ul, #navigate li.sfhover ul, #navigate li.sfhover ul ul ul 
{
	//background-color:#96FFFF;
	left: -999em;
}
#navigate li ul li button 
{

	font-size: .8vw;
	font-weight: 700;
	height: 2.7vh;
	text-indent: 1vw;
	width: 22vw;
	border-width: none;
	margin: 0;
}
#navigate li ul li 
{
	font-size: .8vw;
	font-weight: 700;
	height: 2.3vh;
	text-indent: 1vw;
	width: 22vw;
	border-width: none;
	padding: 0 0 0 0;
	margin: 0;
}
button:hover {
	background-color:#96FFFF;
}

#navigate li:hover ul, #navigate li li:hover ul, #navigate li li ul li:hover ul, #navigate li.sfhover ul, #navigate li li.sfhover ul, #navigate li li li.sfhover ul 
{
	left: 7vw;
	top: 2vh;
}
#navigate li:hover
{
	background-color: #96FFFF;
}
