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

