@charset "utf-8";
/* CSS Document */

/* -------------------- dynamiczne menu w js rozwijane ---------------------- */

div#kategoriaMenu{border-bottom:1px dashed #cccccc;}
div#kategoriaMenu a:link{font-size: 16px; color: #2b4898;}
div#kategoriaMenu a:visited{font-size: 16px; color: #2b4898;}
div#kategoriaMenu a:active{font-size: 16px; color: #2b4898;}
div#kategoriaMenu a:hover {font-size: 16px; color: #996600;}
div#podkategoriaMenu{
	border-bottom:1px dashed #cccccc;
	padding-bottom:1px;
	padding-top:0px;
	margin:0px;
}

#ddMenu{margin-left:10px;}
div#menuBlok a {
	font-family: Arial Narrow;
	font-size: 13px;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:bold;
}
div#menuBlok a:link {color: #2b4898;}
div#menuBlok a:visited {color:#2b4898;}
div#menuBlok a:active {color:#2b4898;}
div#menuBlok a:hover {color:#996600;}

/* --------------------------------------------------------------------------- */
