body {
	font-family: Verdana;
	font-size: 12px;
	background-color: Silver;
}
a:link {
	font-weight: bolder;
	text-decoration: none;
	color: #0064A0;
}

a:hover {
	text-decoration: underline;
}

table, t {
	font-size: 12px;
	}
th{
	background-color: Silver;
}	
td {
	vertical-align: top;
	background-color: #EAF9FF;
}
td.klub_bieg_glowka {
	vertical-align: middle;
	text-align: right;
}

td.wyniki_kat_glowka {
	text-align: center;
	font-size: 14px;
	
}
td.top_menu{
	background-color: Black;
}
	
a:visited {
	font-weight: bolder;
	text-decoration: none;
	color: #0064A0;
}
#topmenu {
	position: relative;
	float: left;
	clear: left;
	background-color: #BFFBFF;
	width: 100%;
	height: 25px;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}
/** unordered list item for top menu **/
ul#mainlevel-nav li
{
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	width: auto !important;
	font-size: 11px;
	line-height: 23px;
	white-space: nowrap;
}

/** unordered list item link for top menu **/
ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #0064A0;
	font-weight: 900;
	font-size: 14px;
}

/** unordered list item link for top menu for firefox only **/
#topmenu>ul#mainlevel-nav li a {
	width: auto;
}

/** unordered list item for top menu for firefox only **/
ul#mainlevel-nav li a:hover {
	background: #93F8FF;
	text-decoration: none;
}
