@charset "iso-8859-1";
/* style for div menus */
/*  z-index necessary to make links visible in Netscape 6*/

/* VISIBLE LINKS ON TOP */
/* 
 optional Linkbar div to wrap around complete link bar. 
 not needed if using graphics 
*/
#LinkBar{}

/* Make each Link item in top menu visible */
#Link1, #Link2 {  
	visibility:visible;
	z-index:100;
	}

/* Specify where they appear */
.Link1 { position: absolute; left: 501; top: 98; }
.Link2 { position: absolute; left: 657; top: 98; }


/*
 MENUS
 We have three levels (at least!)
 MenuBar DIV for ALL the menus
 Menu[i] DIV for each menu
 Menucell DIV for the cells
*/

#MenuBar{ }

#Menu1, #Menu2 {
	font-size: 8px;
	visibility: hidden; 
	background-color: #749C6A; 
	layer-background-color: #749C6A; 
	border-left: 1px solid #749C6A; 
	border-top: 1px solid #749C6A;
	border-bottom: 1px solid #749C6A;
	border-right: 1px solid #749C6A;

}

.Menu1 { position: absolute; left: 520; top: 113; }
.Menu2 { position: absolute; left: 1200; top: 113; }
	

#Menu1 A:link, #Menu2 A:link { 
	color: #ffffff; 
	text-decoration: none;
}

#Menu1 A:visited, #Menu2 A:visited,  { 
	color: #ffffff; 
	text-decoration: none;
}

#Menu1 A:hover, #Menu2 A:hover { 
	color: #597A52; 
	text-decoration: none;
}

.Menucell { 
	text-decoration: none;
	background-color: #749C6A;
	border-left: 1px solid #749C6A; 
	border-top: 1px solid #749C6A;
	border-bottom: 1px solid #749C6A;
	border-right: 1px solid #749C6A;
}











	
