
#whatwedo a, 
#joinus a, 
#meetus a {
	background-position: 0 0;
	height:38px;
}

#whatwedo.active a, 
#joinus.active a, 
#meetus.active a {
	background-position: 0 22px;
}

#whatwedo a:hover, 
#joinus a:hover, 
#meetus a:hover {
	background-position: 0 44px;
}


/* TA Menu styles */
#taMenu {
   width:auto;
   overflow/**/: hidden;
   padding-top: 2px;
   height: 38px;  
   font-family: Verdana, Arial, sans-serif; 
   line-height: 2;
}

#taMenu UL {
   margin: 0px;
   padding: 0px;
   list-style: none;
   padding-left: 7px;
}

#taMenu LI {
   display: inline;
   margin: 0px;
   padding: 0px;
}

#taMenu A {
   float: left;
   text-align: center;
   background: url(../images/taMenuRight.gif) no-repeat right top;
   font-size: 0.7em;
   font-weight: bold;
   text-decoration: none;
   margin-right: 8px;
}

#taMenu A:hover {
   background-position: 100% -42px;
   color:#000;
}

#taMenu a:link, taMenu a:hover {
   color: #336699;
}

#taMenu SPAN {
   float: left;
   display: block;
   background: url(../images/taMenuLeft.gif) no-repeat left top;
   padding: 10px 16px;
   white-space: nowrap;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#taMenu SPAN {float : none;}
/* End IE5-Mac hack */

#taMenu A:hover SPAN {
   background-position: 0% -42px;
}

#taMenu LI.active A {
   background-position: 100% -84px;
   border-width: 0px;
   color: #fff;	
}

#taMenu LI.active SPAN {
   background-position: 0% -84px;
   padding-bottom: 6px;
}


