a.turn {
	color: #0077aa;
	font-weight: bold;
	font-size: 20pt;
	text-decoration: none;
	}
	
a.turn:hover {
	color: white;
	}
	
.menu_items {
	background: #0077aa;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid #99ccff;
	border-top: 1px solid #99ccff;
	box-sizing: border-box;
	line-height: 30px;
	width: 150px;
	text-align: center;
	font-size: 10px;
	position: absolute;
	left: 350px;
	top: 300px;
	overflow: hidden;
	filter: alpha(opacity=92);
	color: white;
	box-sizing: border-box;
	cursor: hand;
	}

.submenus {
	background: #0077cc; 
	padding: 0; 
	text-align: center; 
	width: 141px;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid #99ccff;
	border-top: 1px solid #88bbee;
	position: absolute;
	margin: 0 auto 0 auto;
	visibility: hidden;
	box-sizing: border-box;
	filter: alpha(opacity=92);
	}

.submenus a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	line-height: 15pt;
	color: white;
	}

.submenus a:hover {
	background: #0099ff;
	}		

.large_space {
	margin: 0 80px 0 80px;
	}