@charset "utf-8";
/* CSS Document for the top level navigation components, additional to the SPRY components CSS file.*/

.L1Button	{
	border-left:1px; 
	border-right:1px; 
	border-style:solid; 
	border-color:#FFFFFF;		/*White*/ 
	color:#FFFFFF;				/*White*/  
	font-size:110%; 
	margin-left:auto; 
	margin-right:auto;
	background-color: #5B131C; 	/*Maroon*/
	margin-top:12px; 
	margin-bottom:12px; 
	width:14.3%;				/* 100% width divided by the number of top level menu items */
	
}

