/* Take a Tour */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

ul#TakeTour 
{
  margin: 0em 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}

ul#TakeTour li
{
  float: left;
  font: bold 16px Arial;
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
  text-align: center;
}

ul#TakeTour li a {
  background:transparent url("http://www.pokerdiy.com/portals/6/site/images/pokerdiytourbar.gif") no-repeat 0 0;
  display:block;
  padding: 10px 0px 0 0px;
  text-decoration: none;
}

ul#TakeTour li a:link, ul#TakeTour li a:visited 
{
  color: #aaaaaa;
}

ul#TakeTour li a:hover 
{
  color: #2c84c7;
}

ul#TakeTour li a.selected 
{
    font: bold 16px Arial;
    color: #fff;
}

li#PokerDIYOverview a { width:126px; height:33px; }
li#PokerLeagues a { width:126px; height:33px; }
li#PokerGames a { width:126px; height:33px; }
li#PokerGroups a { width:126px; height:33px; }
li#Join a { width:143px; height:33px; }

li#PokerDIYOverview a:link, li#PokerDIYOverview a:visited { background-position: 0 -86px; }
li#PokerDIYOverview a.beforeselected { background-position: 0 -43px; }
li#PokerDIYOverview a.selected { background-position: 0 0; }

li#PokerLeagues a:link, li#PokerLeagues a:visited, li#PokerGames a:link, li#PokerGames a:visited, li#PokerGroups a:link, li#PokerGroups a:visited, li#Join a:link, li#Join a:visited { background-position: 0 -215px; }

li#PokerLeagues a.selected, li#PokerGames a.selected, li#PokerGroups a.selected, li#Join a.selected { background-position: 0 -172px; }

li#PokerLeagues a.beforeselected, li#PokerGames a.beforeselected, li#PokerGroups a.beforeselected { background-position: 0 -258px }

li#PokerLeagues a.afterselected, li#PokerGames a.afterselected, li#PokerGroups a.afterselected, li#Join a.afterselected { background-position: 0 -129px }         
