DIV.taMenu
{
	margin-top: 3px;
	float: right;
	width:100%;
   background : #E7EAF0 url(images/taMenuBorder.gif) repeat-x bottom;
}

DIV.taMenu UL
{
   margin   : 0px;
   padding  : 0px;
   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 #84B0C7;
   font-size   : 8pt;
   font-weight : bold;
   text-decoration  : none;
}

DIV.taMenu A:hover
{
   background-position: 100% -150px;
	cursor: pointer;
}


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;
}

TD.taMenu
{
  padding-top : 7px;
  vertical-align : bottom;
  white-space : nowrap;
}



DIV.taMenu LI#current A
{
   background-position: 100% -150px;
   border-width : 0px;
	color: #115E94;
}


DIV.taMenu LI#current SPAN
{
   background-position: 0% -150px;
   padding-bottom : 6px;
	color: #115E94;
}