@charset "UTF-8";
/* CSS Document */
	
	.nav a.active, #secondNav.nav
	{
	background-color: #F2DFE5;
	}
	
	#secondNav.nav
	{
		background-color: transparent;
		background: url(../images/background.secondNav.section4.png) repeat-y bottom left;
	}
	
	.column.one
	{
		width: 35em;
	}
	
	.column.two
	{
		width: 15em;
	}
	
	.column.last
	{
		display: none;	
	}
	
		#firstNav a
		{
			border-bottom: none;	
		}
		
		#firstNav a.active
		{
			padding-bottom: .6em;	
		}
