	ul.menu {
		list-style-type: none;
		margin-left: 20px;
		position: relative; }		

	ul.menu li {
		width: 121px; 
		height: 25px;  
		background-image: url('../images/Orange.jpg');
		margin-top: 12px;
		float: left;
		padding-top: 5px;
		text-align: center; }

	ul.menu li a, .ShowAllGames a {
		font-size: 14px;
		color: #fff; 
		text-decoration: none; 
		font-weight: bolder; 
		font-variant: small-caps; 
		font-size: 14px;}

	.subSel, .sub, .subLink, .subSelShort, .subShort, .subLinkShort {
		background-color: #44abfd;
		height: 21px; 
		width: 220px; 
		margin-right: 2px;
		padding: 4px 0px 0px 5px;
		font-size: 13px;
		font-weight: bolder;
		color: #fff;
		float: left; }
		
	.sub, .subLink, .subShort, .subLinkShort {
		font-weight: normal;
		padding: 2px 0px 0px 5px;
		background-color: #87876a;
		text-decoration: none; }

	.subLink, .subLinkShort {
		cursor: pointer }
		
	.subSelShort, .subShort, .subLinkShort {
		width: 114px; }		

	.ResultsChoices, .ResultsChoicesSel {
		cursor : pointer;
		font-variant: small-caps;
		font-size: 14px;
		color: #44abfd;
		text-align: left;
		text-decoration: none;	 
		border: 1px #44abfd solid;
		background-image: url(images/None.jpg);
		background-position: 7% 50%;
		background-repeat: no-repeat;
		width: 193px; 
		padding: 3px 3px 3px 45px; 
		margin-bottom: 5px;	}

	.ResultsChoicesSel {
		color: #ff8919;
		border: 1px #ff8919 solid; }
			
