.aktywne{
	font-weight: bold;
	text-decoration: none;
	background: #000000;
}
ul#sportmenu, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#sportmenu {
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;	
}

ul#sportmenu li {
	display: inline;
	white-space: nowrap;
	margin-right: 5px;
}

ul#sportmenu a:link, ul#sportmenu a:visited {
	font-weight: bold;
	text-decoration: none;
	background-color: #E5E5E5;
	border-botton: 1px solid black;
	border: 2px solid black;
	padding: 5px;
}

ul#sportmenu  a:hover {
	background-color: #fff;
	border-bottom-color: #fff;
}
#akcje_forum_menu {
	color: white;
	font-weight: bold;
}
.validate_error {
	background: transparent url(../images/invalid.gif) no-repeat scroll left center;
	color: red;
	font-weight: bold;
	margin: 5px 0;
	padding: 5px 5px 5px 22px;
	font-size: 11px;
}
.validate_ok {
	background: transparent url(../images/valid.gif) no-repeat scroll left center;
	color: green;
	font-weight: bold;
	margin: 5px 0;
	padding: 5px 5px 5px 22px;
	font-size: 11px;
}
.validate_login {
	background: transparent url(../images/arrow.gif) no-repeat scroll left center;
	color: black;
	font-weight: bold;
	margin: 5px 0;
	padding: 5px 5px 5px 22px;
	font-size: 11px;
}