
.horizontalTabMenuTable
{
	font-size: 12px;
	font-family: Verdana;
	line-height:21px;
	width:750px;
	color: black;
}

/* start - unselected anchor style -------------------------------------------------------------------*/
A.horizontalTabMenuAnchor:link	{	
	text-decoration:	none;
	font-family:Verdana;
	font-size:12px;
	line-height:21px;
	color:	black;
	}	
		
A.horizontalTabMenuAnchor:visited	{	
	text-decoration:	none;
	font-family:Verdana;
	font-size:12px;
	line-height:21px;
	color:	black;
	}	
		
A.horizontalTabMenuAnchor:active	{	
	text-decoration:	none;
	font-family:Verdana;
	font-size:12px;
	line-height:21px;
	color:	black;
	}	
		
A.horizontalTabMenuAnchor:hover
{
	text-decoration:	none;
	font-family:Verdana;
	font-size:12px;
	line-height:21px;
	color:red;
}
/* end - unselected anchor style -------------------------------------------------------------------*/

/* start - selected anchor style -------------------------------------------------------------------*/
A.horizontalTabMenuSelectedAnchor:link	{	
	text-decoration:	none;
	font-family:Verdana;
	font-size:12px;
	line-height:21px;
	color:	black;
	}	
		
A.horizontalTabMenuSelectedAnchor:visited	{	
	text-decoration:	none;
	font-family:Verdana;
	font-size:12px;
	line-height:21px;
	color:	black;
	}	
		
A.horizontalTabMenuSelectedAnchor:active	{	
	text-decoration:	none;
	font-family:Verdana;
	font-size:12px;
	line-height:21px;
	color:	black;
	}	
		
A.horizontalTabMenuSelectedAnchor:hover
{
	text-decoration:	none;
	font-family:Verdana;
	font-size:12px;
	line-height:21px;
	color:red;
}
/* end - selected anchor style -------------------------------------------------------------------*/

