
/* GENERAL - Start */

	.mainNavTbl {
		height:34px;
		background: url(/skin/images/mainNav/BGI.gif) repeat-x;
	}
	
	.langText{
		white-space: nowrap;
		font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #545454;
	}
	
	.langSelect{
		font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #545454;
		border: 1px solid #125FB2;
	}
	
/* GENERAL - End */

/* Category Menu - Start */

	.gameCategoriesMenu{
		width: 597px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 11px;
		text-align: center;
	}
	
	.gameCategoriesMenu UL{
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		white-space: normal;
	}
	
	.gameCategoriesMenu UL LI{
		display: inline;
		padding: 0 6px 0 7px;
		margin: 0px;
	}
	
	.gameCategoriesMenu UL LI A{
		white-space: nowrap;
		font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #1361B5;
		text-decoration: none;
		line-height: 20px;
	}
	.gameCategoriesMenu UL LI A:hover{
		text-decoration: underline;
	}

/* Category Menu - Start */
