.solidblockmenu {}
.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;

width: 100%;

background: black url(images/menu.png) center center repeat-x;


}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;


text-decoration: none;

}

.solidblockmenu li a {
float: left;
color: white;
/*background: transparent url(images/tabs/pokerroom.png) center center repeat-x;*/

text-decoration: none;

}


.pokerroom a {
background: transparent url(images/tabs/pokerroom.png) center center repeat-x;}
.pokerroom a:hover, .pokerroom a.current  {
background: transparent url(images/tabs/pokerroom2.png) center center repeat-x;}

.homepage a {
background: transparent url(images/tabs/homepage.png) center center repeat-x;}
.homepage a:hover, .homepage a.current {
background: transparent url(images/tabs/homepage2.png) center center repeat-x;}

.forum a {
background: transparent url(images/tabs/forum.png) center center repeat-x;}
.forum a:hover, .forum a.current {
background: transparent url(images/tabs/forum2.png) center center repeat-x;}

.tutorial a {
background: transparent url(images/tabs/tutorial.png) center center repeat-x;}
.tutorial a:hover, .tutorial a.current  {
background: transparent url(images/tabs/tutorial2.png) center center repeat-x;}

.pokergames a {
background: transparent url(images/tabs/pokergames.png) center center repeat-x;}
.pokergames a:hover, .pokergames a.current {
background: transparent url(images/tabs/pokergames2.png) center center repeat-x;}

.newsmenu a {
background: transparent url(images/tabs/newsmenu.png) center center repeat-x;}
.newsmenu a:hover, .newsmenu a.current {
background: transparent url(images/tabs/newsmenu2.png) center center repeat-x;}

.tournaments a {
background: transparent url(images/tabs/tournaments.png) center center repeat-x;}
.tournaments a:hover, .tournaments a.current {
background: transparent url(images/tabs/tournaments2.png) center center repeat-x;}

.tools a {
background: transparent url(images/tabs/tools.png) center center repeat-x;}
.tools a:hover, .tools a.current {
background: transparent url(images/tabs/tools2.png) center center repeat-x;}

.freerolls a {
background: transparent url(images/tabs/freerolls.png) center center repeat-x;}
.freerolls a:hover, .freerolls a.current {
background: transparent url(images/tabs/freerolls2.png) center center repeat-x;}

.videos a {
background: transparent url(images/tabs/videos.png) center center repeat-x;}
.videos a:hover, .videos a.current {
background: transparent url(images/tabs/videos2.png) center center repeat-x;}


.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
/*background: transparent url(images/tabs/pokerroom2.png) center center repeat-x;*/
}


.tabcontainer{

font-size: 14px;
clear: left;
 /*width of 2nd level sub menus*/



}

.tabcontent2 {
padding-top: 10px;
padding-left: 20px;
padding-bottom: 5px;

display:none;
background-color: #FF3B3B;
}

.tabcontent{
padding-left: 20px;
padding-top: 10px;
padding-bottom: 5px;

background-color: #009CEC;
display:none;
}