/* Main Menu Bar CSS */	

	.menubar	{ background-color: #3300A1;
			  height: 25px;
			  text-align: center;
			  font-weight: bold; }
	
	.menua		{ text-decoration: none;
			  font-family: Times New Roman;
			  color: #d1defe; 
			  font-size: 12pt; } 

	.menua:hover 	{ color: gold; }

	.menua:a	{ color: #d1defe; }

	.greybar	{ background-color: #808040;
			  height: 5px; }
	


