ul#navigation
{
  list-style: none;
  padding: 0px;
  margin: 0 0 0 -5px;
}

ul#navigation li
{
  float: left;
  margin-right: 3px;
  margin-top: 3px;
  padding: 0px;

}

ul#navigation li a
{
 
  display:block;
  height: 21px;

}

ul#navigation li a span
{
  display: none;
}

/** Individual Nav Elements **/

a#cardInfo
{
	background: url(../images/nav_info_off.gif) top left;
	width: 94px; 
}

a#cardInfo:hover
{
	background: url(../images/nav_info_on.gif) top left;
	
}

a#getting
{
	background: url(../images/nav_getting_off.gif) top left;
	width: 152px; 
}

a#getting:hover
{
	background: url(../images/nav_getting_on.gif) top left;
}

a#authenticating
{
	background: url(../images/nav_authenticate_off.gif) top left;
	width: 212px; 
}

a#authenticating:hover
{
	background: url(../images/nav_authenticate_on.gif) top left;
}

a#promoting
{
	background: url(../images/nav_promote_off.gif) top left;
	width: 199px; 
}

a#promoting:hover
{
	background: url(../images/nav_promote_on.gif) top left;
}

/** CARD INFO NAV STYLES */

#cardInfoNav
{
  margin-top: 2px;
  margin-right: 12px;
}

#cardInfoNav h3
{
  background-color: #8c6309;
  background: url(../images/secondaryNavTab.gif) no-repeat left #8c6309;
  display: block;
  height: 21px;
  color: #FFFFFF;
  padding: 0px;
  margin: 0px;
}

#cardInfoNav h3 span
{
  position: relative;
  top: 4px;
  left: 15px;
}

#cardInfoNav ul
{
  list-style: none;
  padding: 0px;
  margin: 0px;
  
}

li#rightDivider
{
height: 34px;
background: url(../images/rightDividerBG.gif) no-repeat top left;
border-top: 1px solid #ffffff;
}

#cardInfoNav ul li
{
  margin: 0px;
  padding: 0px;
}

#cardInfoNav ul li a
{
  padding: 7px 0 7px 15px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  display: block;
  color: #1f2035
  text-decoration: underline;
  background: #f5f5f5;
}

a.secondary
{
  color: #1f2035;
}

#cardInfoNav ul li a:hover
{
  color: #8C6309 !important;
}

p#policiesLink
{
  display: block;
  position: absolute;
  top: 77px;
  left: 480px;
}

/** END CARD INFO NAV STYLES */



