body {
	background-color: white;
	color: black;
	z-index: 1;
}

div.container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 532px;
}



div.tit1{
	position: absolute;
	top: -10px;
	left: 220px;
	width: 580px;
	height: 410px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-top: 1px solid #cecece;
	border-bottom: 0px solid #cecece;
	background: url(Images/FadedLyoArt.gif);
	background-position:0% 0%;
	background-repeat: no-repeat;
	z-index: 2;
}


div.pulldown{
	margin-bottom: 0px;
	/*height: 20px; 'This controls the menu box height' */
	width: 146px; 
	/*float: left; */
}

ul.menu{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

ul.menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 10px;

}

a.menuLink, li a { /* this determines the pulldown color, bkgrnd if added, etc. */
  position: relative;
	text-decoration: none;
	color: #060;
	z-index: 3; /* this needs to be on top */
}

a.menuLink {
	font-weight: bold;
	border-top: #99ccff solid 1px;
	border-right: #003399 solid 1px;
	border-bottom: #003399 solid 2px;
	border-left: #99ccff solid 2px;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 1px 1px 1px 3px;
	text-decoration: none;
	width: 200px;
	display: block;
	text-align: left;
	
}

li a:hover {
  position: relative;
	background-color: #060;
	color: white;
  z-index: 3;
}
 		
div.bot{
	position: absolute;
	top: 410px;
	left: 200px;
	width: 580px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000cc;
	text-align: center;
	
}
