TABLE.fullWidth,TABLE.fW
{
	width            : 540px;
	margin: 0px 10px 0;
	height: 35px;
	width: 540px;

}

/* TA Menu styles */

DIV.taMenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-image: url(../images/taMenuBorder.gif);
	background-repeat: repeat-x;
	width: 100%;
	background-position: bottom;
}

DIV.taMenu UL
{
   margin           : 0px;
   padding          : 4px;
   list-style       : none;
}

DIV.taMenu LI
{
   display          : inline;
   margin           : 0px;
   padding          : 0px;
}

DIV.taMenu A
{
   float            : left;
   background       : url(../images/taMenuRight.gif) no-repeat right top;
   border-bottom    : 1px solid #8a8a8a;
   text-decoration  : none;
}

DIV.taMenu A.smallBusiness
{
   background       : url(../images/sbMenuRight.jpg) no-repeat right top;
}

DIV.taMenu A:hover
{
   background-position: 100% -150px;
}

DIV.taMenu A:link, DIV.taMenu A:visited,
DIV.taMenu A:active, DIV.taMenu A:hover
{
   color            : #115E94;
}

DIV.taMenu SPAN
{
   float            : left;
   display          : block;
   background       : url(../images/taMenuLeft.gif) no-repeat left top;
   padding          : 5px 9px;
   white-space      : nowrap;
}


DIV.taMenu SPAN {float : none;}

DIV.taMenu A:hover SPAN
{
   background-position: 0% -150px;
}

DIV.taMenu LI#current A
{
	background-position: 100% -150px;
	border-width     : 0px;
	font-weight: bold;
}

DIV.taMenu LI#current SPAN
{
   background-position: 0% -150px;
   padding-bottom   : 6px;
}

