div.TAB_2_NavContentContainer
	{
		background: url(../images/template/background_area-homeA.gif) no-repeat 1px bottom;
	}	
	ul.TAB_2_TabContainer li
	{
		float:left;		
		overflow:hidden;
		height:36px;
		cursor:hand;
		cursor:pointer;
		vertical-align:baseline;					
	}
	li.TAB_2_NavTab_on
	{
		font-style:italic;
		text-decoration:underline;
	}
	li.TAB_2_NavTab_selected
	{
		text-align:center;
		font-weight:bold;
		color:#CC6633;
	}
	li.TAB_2_tabSeparator
	{
		background-color:#B0BEC7;
		border-bottom:1px solid #B0BEC7;
	}

