a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}

#home a{
	background-image: url(img/home.jpg);
	width: 100%;
	height: 28px;
	background-repeat: no-repeat;
	float: left;
}

#home a:hover{
	background-image: url(img/home_hover.jpg);
	width: 100%;
	height: 28px;
}

.home_selected{
	background: url(img/home_selected.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 28px;
}


#game_char a{
	background-image: url(img/game_characters.jpg);
	width: 100%;
	height: 28px;
	background-repeat: no-repeat;
	float: left;
}

#game_char a:hover{
	background-image: url(img/game_characters_hover.jpg);
	width: 100%;
	height: 28px;
}

.game_char_selected{
	background: url(img/game_characters_selected.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 28px;
}

#ddd_char a{
	background-image: url(img/3d_characters.jpg);
	width: 100%;
	height: 28px;
	background-repeat: no-repeat;
	float: left;
}

#ddd_char a:hover{
	background-image: url(img/3d_characters_hover.jpg);
	width: 100%;
	height: 28px;
}

.ddd_char_selected{
	background: url(img/3d_characters_selected.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 28px;
}


#game_mod a{
	background-image: url(img/game_models.jpg);
	width: 100%;
	height: 28px;
	background-repeat: no-repeat;
	float: left;
}

#game_mod a:hover{
	background-image: url(img/game_models_hover.jpg);
	width: 100%;
	height: 28px;
}

.game_mod_selected{
	background: url(img/game_models_selected.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 28px;
}

#contact a{
	background-image: url(img/contact.jpg);
	width: 100%;
	height: 28px;
	background-repeat: no-repeat;
	float: left;
}

#contact a:hover{
	background-image: url(img/contact_hover.jpg);
	width: 100%;
	height: 28px;
}

.contact_selected{
	background: url(img/contact_selected.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 28px;
}

.home_background{
	background-image: url(img/home_background.jpg);
	background-repeat: no-repeat;
	width: 405px;
	height: 140px;
}

.game_characters_background{
	background-image: url(img/game_characters_background.jpg);
	background-repeat: no-repeat;
	width: 405px;
	height: 140px;
}

.ddd_characters_background{
	background-image: url(img/3d_characters_background.jpg);
	background-repeat: no-repeat;
	width: 405px;
	height: 140px;
}

.game_models_background{
	background-image: url(img/game_models_background.jpg);
	background-repeat: no-repeat;
	width: 405px;
	height: 140px;
}

.contact_background{
	background-image: url(img/contact_background.jpg);
	background-repeat: no-repeat;
	width: 405px;
	height: 140px;
}

