/* CSS mainlinks */

table.links td{}

#top_mainlinks {
	position:absolute;
	top:30px;
	left:200px;
	width:525px;

	z-index:2;	
	
}

table.mainlinks {

}
table.mainlinks tr td {
	padding-right:0px;
	height:33px;

	background-repeat:no-repeat;
}

table.mainlinks tr td.basics_selected {
	display:block;
	width:99px;
	height:33px;
	background-image:url(../images/button_basics_over.gif);
	background-repeat:no-repeat;
}

table.mainlinks tr td a.basics {
	display:block;
	width:99px;
	height:33px;

	background-image:url(../images/button_basics.gif);
	background-repeat:no-repeat;
}
table.mainlinks tr td a.basics:hover {
	display:block;
	width:99px;
	height:33px;

	background-image:url(../images/button_basics_over.gif);
}

table.mainlinks tr td.strategy_selected {
	display:block;
	width:99px;
	height:33px;
	background-image:url(../images/button_strategy_over.gif);
	background-repeat:no-repeat;
}

table.mainlinks tr td a.strategy {
	display:block;
	width:99px;
	height:33px;
	background-image:url(../images/button_strategy.gif);
	background-repeat:no-repeat;
}
table.mainlinks tr td a.strategy:hover {
	display:block;
	background-image:url(../images/button_strategy_over.gif);
}

table.mainlinks tr td.training_selected {
	display:block;
	width:99px;
	height:33px;
	background-image:url(../images/button_training_over.gif);
	background-repeat:no-repeat;
}


table.mainlinks tr td a.training{
	display:block;
	width:99px;
	height:33px;
	background-image:url(../images/button_training.gif);
	background-repeat:no-repeat;
}
table.mainlinks tr td a.training:hover {
	display:block;
	background-image:url(../images/button_training_over.gif);
}

table.mainlinks tr td.home_selected {
	display:block;
	width:99px;
	height:33px;
	background-image:url(../images/button_home_over.gif);
	background-repeat:no-repeat;
}


table.mainlinks tr td a.home {
	display:block;
	width:99px;
	height:33px;
	background-image:url(../images/button_home.gif);
	background-repeat:no-repeat;
}
table.mainlinks tr td a.home:hover{
	display:block;
	background-image:url(../images/button_home_over.gif);
}

table.mainlinks tr td.news_selected {
	display:block;
	width:99px;
	height:33px;
	background-image:url(../images/button_home_over.gif);
	background-repeat:no-repeat;
}


table.mainlinks tr td a.news {
	display:block;
	width:99px;
	height:33px;
	background-image:url(../images/button_home.gif);
	background-repeat:no-repeat;
}
table.mainlinks tr td a.news:hover{
	display:block;
	background-image:url(../images/button_home_over.gif);
}
