#contact_tab_ul,
#games_page_tab_ul{
list-style:none;
padding:0;
position:relative;
}

.contact_tab_li,
.games_page_tab_li{
float:left;
}

.tab_title{
color:#fff;
cursor:pointer;
cursor:hand;
float:left;
font-size:1.1em;
height:17px;
margin:0 0 0 10px;
padding:9px 8px 4px 8px;
text-align:center;
z-index:1;
}

#contact_tab_ul .tab_title{
background:#363e53 url(../img/tab_title.gif) scroll no-repeat bottom left;
width:160px;
}

#games_page_tab_ul .tab_title{
background:transparent url(../img/tab_title_small.png) scroll no-repeat bottom left;
height:47px;
width:100px;
}

#contact_tab_ul .tab_title:hover,
#games_page_tab_ul .tab_title:hover{
color:#78b973;
}

#games_page_tab_ul .first_tab{
clear:left;
margin-left:58px;
}

#games_page_tab_ul .next_row_tab{
margin-top:-29px;
z-index:2;
}

/* IE 7 only */
*:first-child+html  #games_page_tab_ul{
width:520px;
}
/* IE 6 and lower only */
* html  #games_page_tab_ul{
width:520px;
}

/* IE 6 and lower only */
* html  #games_page_tab_ul .first_tab{
margin-left:31px;
}

/* IE 7 only */
*:first-child+html  #games_page_tab_ul .next_row_tab{
top:-29px;
}
/* IE 6 and lower only */
* html #games_page_tab_ul .next_row_tab{
top:-29px;
}

.tab_content{
background:#efefef;
display:none;
left:0px;
padding:10px;
position:absolute;
top:29px;
width:560px;
z-index:3;
}
.tab_content_wrapper{
width:100%;
height: expression( this.scrollHeight >= 460 ? "460px" : "auto" );
max-height:460px;
overflow-x:hidden;
overflow-y:auto;
}
#highscore_iframe{
height:460px;
}
/* IE 6 and lower only */
* html #games_page_tab_ul .tab_content{
margin-left:508px;
}

#games_page_tab_ul .tab_content{
top:60px; /*29px if only one row of tab title appears*/
}

/* IE 6 and lower only */
* html .tab_title{
margin:0 0 0 5px;
}

/* IE 6 and lower only */
* html #contact_tab_ul .tab_content{
left:-558px;
}
* html #games_page_tab_ul .tab_content{
left:-508px;
}

#contact_tab_ul .selected_tab_title{
background:#efefef url(../img/tab_title.gif) scroll no-repeat top left;
color:#000;
}

#games_page_tab_ul .selected_tab_title{
background:transparent url(../img/tab_title_small.png) scroll no-repeat top left;
color:#000;
}

#contact_us_tab,
#screenshots_tab{
display:block;
}

.tab_content h4{
font-size:1.1em;
}
