#headnav
{
	font: 11px Tahoma,Arial;
	width: 100%;
	color: #FFFFFF;
}
#headnav ul li div
{
	font: 11px Tahoma,Arial;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: UPPERCASE;
}
#headnav ul li div img,#headnav ul li img
{
	display: inline;
	float: left;
}
#headnav ul
{
	margin: 0;
	padding: 0;
	font: 11px Tahoma,Arial;
	width: 100%;
	background: black url(http://www.eishockeynews.com/images/menu/menu_bg_off.gif) top left repeat-x;
	height: 32px;
}

#headnav ul li
{
	display: inline;
	float: left;
 	vertical-align: top;
}

#headnav ul li a
{
	float: left;
	color: white;
	padding: 9px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(http://www.eishockeynews.com/images/menu/menu_split.gif);
	background-position: top right;
	background-repeat: no-repeat;
	border: 0px;
}

#headnav ul li a:visited;
{
	color: white;
}
#headnav ul li a:hover, #headnav ul li .current
{
	color: white;
	background: transparent url(http://www.eishockeynews.com/images/menu/menu_bg_on.gif) top left repeat-x;
}
