﻿/*--- List item highlights ---*/

#gamemap ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: transparent;
	float: left;
	font-family: verdana, helvetica, sans-serif;
}

#gamemap ul li { display: inline; }

#gamemap ul li a
{
	margin: 2px 1px 2px 1px;
	list-style-type: none;
	float: left;
	width: 166px;
	height: 13px;
	text-align: left;
	font-size: 10px;
	color: #000000;
	background: #ffffff url('../images/buttons/btn_games_up.png');
	text-decoration: none;
	display: inline-block;
	background-repeat: no-repeat;
	padding-left: 15px;
}

#gamemap ul li a:hover
{
	color: #000000;
	background: #ffffff url('../images/buttons/btn_games_hov.png');
	background-repeat: no-repeat;
}
