/* CSS Document */

/*vicks*/
#taMenusub a:link,
#taMenusub a:visited {
	color: #444;
}

#navlink a {
	background-position: 0 0;
	height:25px;
}

#navlink.active a  {
	background-position: 0 25px;
	font-weight:bold;	
}

#navlink a:hover {
	background-position: 0 50px;	
}

/* TA Menu styles */

#taMenusub
{
   width :550px;
   overflow/**/: hidden;
   padding: 21px 0 0 180px;
   margin:0px;
   background:url(../default/web-home/menuholder.jpg) no-repeat;
}

#taMenusub UL
{
   margin           : 0px;
   padding          : 0px;
   list-style       : none;
   padding-left: 0px;
}

#taMenusub LI
{
   display          : inline;
   margin           : 0px;
   padding          : 0px;
}

#taMenuright
{
 width:22px;
 height:22px;
 padding:0px; 
 margin-top:3px;
 float:right;
 margin-right:10px;

}
#taMenusub A
{
   font-family:verdana,arial;   
   font-size:10px;
   float            : left;
   text-align		: center;
   background       : url(../default/web-home/taMenusubRight.gif) no-repeat right top;
   text-decoration  : none;
   border-left: solid 1px #D3DDE9;
  /* padding: 0 10px 0 10px;*/
  padding: 0px;
}

#taMenusub A:hover
{
   background-position: 100% -42px;
}

#taMenusub A:link, taMenusub A:visited,
#taMenusub A:active, taMenusub A:hover
{
   color            : #115E94;
}

#taMenusub SPAN
{
   float            : left;
   display          : block;
   background       : url(../default/web-home/taMenusubLeft.gif) no-repeat left top;
   padding          : 5px 9px;
   white-space      : nowrap;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#taMenusub SPAN {float : none;}
/* End IE5-Mac hack */

#taMenusub A:hover SPAN
{
   background-position: 0% -42px;
}

#taMenusub LI.active A
{
   background-position: 100% -84px;
}

#taMenusub LI.active SPAN
{
   background-position: 0% -84px;
}
