@charset "UTF-8";
/* CSS Document */

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #000000;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #000000;
	color: White;
	text-decoration: none;
	float: left;
	font-size: .9em;
}

#navcontainer ul li a:hover
{
	color: #666666;
	background-image: url(../soccerball.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}