/* THEME CONTROL */

a, .news_header { 
	color: #178E32; /*195EAC;*/ 
}

#news li {
	background-image:url(../images/news_li_green.gif);
}




/* FSG MENU */


	.fsgmenu {
		position: relative;	
		height: 51px;
		overflow: hidden;
		margin-bottom: 5px;
	}
	
	.fsgmenu-item { 
		background:transparent url(../images/fsgmenu.1.png) no-repeat scroll 0 0;
		float:left;
		height:51px;
		text-align:center;
		width:151px;	
		display:block; 
		margin-top: 15px;
		
	}
	
	.fsgmenu-item-red {
		background-position: -302px 0;		
	}
	
	.fsgmenu-item-blue {
		background-position: -151px 0;		
	}
	
	.fsgmenu-item-yellow {
		background-position: -453px 0;		
	}
	
	.fsgmenu-item-green {
		background-position: 0 0;
	}

	.fsgmenu-item a { 
		color:#FFFFFF;
		display:block;
		font-family:Arial;
		font-size:10px;
		font-weight:bold;
		margin-top:16px;
		text-decoration:none;
		text-transform:uppercase;
		height: 100%;
		outline: none;
	}
	
	
	/* Increase font size on certain O/S and browsers */
	.ie .fsgmenu-item a {
		font-size: 11px;	
	}
	
	.win.gecko .fsgmenu-item a {
		font-size: 11px;
	}
	
	

