@charset "utf-8";
/* CSS Document */
}
#header div ul li {
	display: inline-block;
	*float: center; /* Needed for IE7 and old versions */
	margin: 10 10 10 10px;
	padding: 0;
	width: auto;
}
#header div ul li a {
	color: #000000;
	font-family: "Arial Black";
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}
#header div ul li.selected a, #header div ul li.selected a:hover {
	color: #CC0033;
}
#header div ul li a:hover {
	color: #16ab88;
