/* Copyright Dynarch.com, 2003-2008.  All Rights Reserved. */
	@import url("hmenu.css");
	
	
	
/* horizontal parts */
div.dynarch-horiz-menu table, div.dynarch-popup-menu table {
}
div.dynarch-horiz-menu {
	border: 0px;
}
div.dynarch-horiz-menu table {
	font-size: 12px;
	font-weight: bold;
}
div.dynarch-horiz-menu table tr td.item {
	height: 27px;
	margin: 0 2px 0 2px;
	padding: 7px 10px 0 10px;
	color: #2a698b;
	background: transparent url(img/szkolenia/menu_item.png) no-repeat;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}
div.dynarch-horiz-menu table tr td.hover {
	background: transparent url(img/szkolenia/menu_item_over.png) repeat-x;
	color: #19465e;
}
div.dynarch-horiz-menu table tr td.active {
	background: transparent url(img/szkolenia/menu_item_over.png) repeat-x;
	color: #19465e;
}
div.dynarch-horiz-menu table tr td.pressed {
}
div.dynarch-horiz-menu table tr td.active table {
	color: #fff;
}
div.dynarch-horiz-menu table tr td.pressed table {
	color: #fff;
}
div.dynarch-horiz-menu table tr td.separator {
	width: 7px;
}
div.dynarch-horiz-menu table tr td.separator div {
	border-left-color: #ddd2df;
	border-right: none;
	margin: 3px 3px;
}



/* vertical parts */
div.dynarch-popup-menu div.a {
	padding: 4px 0px;
}
div.dynarch-popup-menu div.b {
}
div.dynarch-popup-menu {
	color: #2a698b;
	background-color: #d1e6f1;
	border-color: #689cb7;
	padding: 0px;
}
div.dynarch-popup-menu tr.separator td div {
	margin: 4px 3px 3px 3px;
	background-color: #7db2d0;
	border-bottom: 1px solid #fff;
}
div.dynarch-popup-menu tr.item td.icon {
	background: transparent url("img/szkolenia/rarrow.gif") no-repeat 0% 50%;
	padding-left: 0px;
}
div.dynarch-popup-menu tr.item td.end {
	padding-right: 5px;
}
div.dynarch-popup-menu tr.item {
	font-size: 12px;
	font-weight: bold;
	color: #2a698b;
	font-size: 12px;
	font-weight: bold;
}
div.dynarch-popup-menu tr.item.hover {
	background-color: #2a698b;
	color: #d1e6f1;
	cursor: pointer;
}
div.dynarch-popup-menu tr.item.active {
	background-color: #4b96bf;
	color: #d1e6f1;
	cursor: pointer;
}
div.dynarch-popup-menu tr.disabled td.label {
	color: #a2a2af;
}
div.dynarch-popup-menu tr.item td.arrow div {
	width: 11px;
	background: transparent url("img/szkolenia/rarrow.gif") no-repeat 0% 50%;
}
div.dynarch-popup-menu tr.hover td.arrow div, div.dynarch-popup-menu tr.active td.arrow div {
	background: transparent url("img/aqua/rarrow-hover.gif") no-repeat 0% 50%;
}

