
	#mainMenu{
		background-color: #0059A8;	/* Background color of main menu */
		 font-family: Century Gothic; 
font-size:14px;
		border-bottom:0px solid #FFFFFF;	/* Bottom border of main menu */
			/* Height of main menu */
			text-align:center;
		position:relative;	/* Don't change this position attribute */
		color:#ddd;
	}
	#mainMenu a{
		padding-left:10px;	/* Spaces at the left of main menu items */
		padding-right:10px;	/* Spaces at the right of main menu items */
		font-weight:bold;
		/* Don't change these two options */
		height:25px; 

font-family: Century Gothic;
font-size:12px;
padding-right:5px; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#ddd;
		bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */
	}
	#submenu{		
		font-family: Century Gothic; 
font-size:14px;
		background:#FFFFCC;
border:1px solid #FEC118;
border-top:0px;
		width:100%;	/* Don't change this option */
		text-align:center;
		color:#ddd;
		
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		color:#ddd;
		height:25px;
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
	\
font-size:12px;
padding-right:5px; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 

color:#FEC118;
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
			/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
		color:#ddd;
	}
	
	#submenu a{	
height:25px; line-height:25px;  padding:0 16px; margin:0; white-space:nowrap; color:#0059A8;font-size:12px; text-decoration:none; font-family: Century Gothic;
	}
	
	#submenu a:hover{
		color:#E65709; 
	}
	
	#FPL{
	color:#003399;
	text-decoration:none;
	}
	
		#FPL:hover{
	color:#0099CC;
	}
	
	.CB1{
	font-family: Century Gothic;
	font-size:12px;
	color:#FEC118;
	text-decoration:none;
	padding:3px;
	}
	
	.CB2{
	font-family: Century Gothic;
	font-size:12px;
	color:#7AC043;
	text-decoration:none;
	padding:3px;
	}
	
	.CB3{
	font-family: Century Gothic;
	font-size:12px;
	color:#0058A9;
	text-decoration:none;
	padding:3px;
	}
	
	.CB4{
	font-family: Century Gothic;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	padding:3px;
	}
