/* MENUSY */

/* TOP MENU */
#top-menu {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #01addf;
}
#top-menu a { color: #01addf;}
#top-menu a:hover { color: #4c4c4c; }
#top-menu .bookmark { color: #ff0099; }
#top-menu ul { list-style-type: none; border: 0px; }
#top-menu ul li { display: inline; border-right: 1px solid #01addf; text-align: center; padding: 0 10px; }
#top-menu img { border: 0px; }
#top-menu .no-border { border: 0px solid #fff; }

/* MENU W STOPCE */
#footer-menu { list-style-type: none; font-size: 11px; color: #01addf; margin-top:15px;}
#footer-menu li {	display: inline; border-right: 1px solid #01addf; padding: 0 10px; }
#footer-menu .no-border { border: 0px solid #fff; }
#footer-menu a { color: #01addf; }
#footer-menu a:hover { color: #4c4c4c; text-decoration: underline; }
#footer img, #footer p, #footer ul {  padding: 3px 0; border: 0; }
#footerTI{color:#9F9F9F;}
/* zakladki glowne, te kolorowe*/
#mid-tabs {
	position: absolute;
	top: 190px;
	left: 0;
 	width: 980px;
	height: 37px;
	background: url("../img/kreska.gif") repeat-x left bottom;
}
/* dodatkowu pasek pod zak�adkami */
#mid-sub-menu {
    position: absolute;
	width: 980px;
	top: 227px;
	left: 0;
	height: 25px;
	line-height: 24px;
	background: url("../img/podklad_menu.gif") left bottom no-repeat;
	margin: 0 0 10px 0;
}
#mid-sub-menu a {
	padding: 0 15px;
	border-right: 1px solid #ff0099;
	color: #ff0099;
	font-weight: bold;
	font-size: 11px;
}
#mid-sub-menu a:hover {
	color: #4c4c4c;
}
#mid-sub-menu .last {
	border: 0;
}


#nav {
 	padding: 2px 0 0 2px;
	width: 100%;
	height: 32px;
	background: url("../img/podkladmenu.gif") left top no-repeat;
  	text-align: center;
}
#nav li, #nav li a, #nav li strong {
	list-style: none;
	height:	30px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #fff;
	display: block;
}
#nav li {
	float: left;
}
#nav a:hover {
	color: #4c4c4c;
}
