
#home_button, #download_button, #promotions_button, #games_button, #deposit_button, #faq_button, #news_button, #support_button, #affiliates_button, #dl_button {
    position: relative;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
}

#home_button a, #download_button a, #promotions_button a, #games_button a, #deposit_button a, #faq_button a, #news_button a, #support_button a, #affiliates_button a, #dl_button a {
    display: block;
    color: #000000;
    font-size: 11px;
    display: block;
    float: left;
    color: black;
    text-decoration: none;
}


* html a:hover {
	visibility:visible
}

#home_button a:hover img, #news_button a:hover img, #download_button a:hover img, #promotions_button a:hover img, #games_button a:hover img, #deposit_button a:hover img, #faq_button a:hover img, #support_button a:hover img, #affiliates_button a:hover img, #dl_button a:hover img {
	visibility:hidden
}

#home_button span, #news_button span, #download_button span, #promotions_button span, #games_button span, #deposit_button span, #faq_button span, #support_button span, #affiliates_button span, #dl_button span {
    position: absolute;
    left: 35px;
    top: 15px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display:none;
} 

#home_button { 			background: url(/img/layout/buttons/home_up.jpg) no-repeat; }
#download_button { 		background: url(/img/layout/buttons/download_up.jpg) no-repeat; }
#promotions_button { 	background: url(/img/layout/buttons/promotions_up.jpg) no-repeat; }
#games_button { 		background: url(/img/layout/buttons/view-games_up.jpg) no-repeat; }
#deposit_button { 		background: url(/img/layout/buttons/banking_up.jpg) no-repeat; }
#news_button { 			background: url(/img/layout/buttons/strategies_up.jpg) no-repeat; }
#faq_button { 			background: url(/img/layout/buttons/faq_up.jpg) no-repeat; }
#support_button { 		background: url(/img/layout/buttons/support_up.jpg) no-repeat; }
#dl_button { 			background: url(/img/content/index/dl-button-down.png) no-repeat; }
