/*
 * Ext Core Library Examples 3.0
 * http://extjs.com/
 * Copyright(c) 2006-2009, Ext JS, LLC.
 * 
 * The MIT License
 * 
 */

.ux-menu-init-hidden{
	visibility:hidden;
	position:absolute;
}
.ux-menu-container{
	position:relative;
	width: 201px; /*dodane*/
}
.ux-menu,.ux-menu ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:1;
}
.ux-menu li{
	position:relative;
	float:left;
	min-width: 201px; /*dodane*/
}
.ux-menu ul{
	position:absolute;
	top:0;
	left:0;
}
.ext-border-box .ux-menu-ie-iframe,.ext-ie7 .ux-menu-ie-iframe{
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:0;
	display:none;
	z-index:-1;
}
.ux-menu-vertical .ux-menu-item-main{
	clear:left;
}
.ux-menu a{
	display:block;
	position:relative;
	text-decoration:none;
	color:#432;
	/*border-left:1px solid #e3dad1;
	border-top:1px solid #e3dad1;
	border-bottom:1px solid #e3dad1;*/
	border-left:1px solid #6689CC; /*dodany*/
	border-top:1px solid #6689CC; /*dodany*/
	border-bottom:1px solid #6689CC; /*dodany*/
	/*background:#f3efec url(images/menu-item-bg.png) repeat;*/
	font-size:12px;
	line-height:12px;
	padding:6px 6px;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #C8C8C8 100%); /* FF3.6+ */ /*dodany*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#C8C8C8)); /* Chrome,Safari4+ */ /*dodany*/
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#C8C8C8 100%); /* Chrome10+,Safari5.1+ */ /*dodany*/
	background: -o-linear-gradient(top, #f5f5f5 0%,#C8C8C8 100%); /* Opera11.10+ */ /*dodany*/
	background: -ms-linear-gradient(top, #f5f5f5 0%,#C8C8C8 100%); /* IE10+ */ /*dodany*/
	background: linear-gradient(top, #f5f5f5 0%,#C8C8C8 100%); /* W3C */ /*dodany*/
}
.ux-menu a.ux-menu-link-last{
	/*border-right:1px solid #e3dad1;*/
}
ux.menu ul a{
	width:100%;
}
.ux-menu a:focus,.ux-menu a:,.ux-menu a.ux-menu-link-hover{
	/*border-color:#d2e3f4;*/
	border-color:#6689CC; /*dodany*/
	/*background:url(images/menu-item-bg-over.png) repeat;*/
	outline:0;
}
.ux-menu-clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.ux-menu a.ux-menu-link-parent{
	padding-right:24px;
	/*min-width:1px;*/
	min-width:169px; /*dodany*/
}
.ux-menu ul a,.ux-menu.ux-menu-vertical a{
	border-bottom:0;
	/*border-right:1px solid #e3dad1;*/
	border-right:1px solid #6689CC; /*dodany*/
}
.ux-menu ul a.ux-menu-link-last,.ux-menu.ux-menu-vertical a.ux-menu-link-last{
	/*border-bottom:1px solid #e3dad1;*/
	border-bottom:1px solid #6689CC; /*dodany*/
}
.ux-menu-arrow{
	display:block;
	width:9px; /*8px;*/
	height:10px; /*6px;*/
	right:10px;
	top:8px; /*14px;*/
	position:absolute;
	/*background:url(images/menu-arrow-down.png) no-repeat;*/
	font-size:0;
	background:url(images/menu-arrow-right.png) no-repeat;
}
.ux-menu-arrow:hover{
	display:block;
	width:7px; /*8px;*/
	height:8px; /*6px;*/
	right:10px;
	top:8px; /*14px;*/
	position:absolute;
	background:url(images/menu-arrow-right-grey.png) no-repeat;
	font-size:0;
}
/*.ux-menu.ux-menu-vertical .ux-menu-arrow,.ux-menu ul .ux-menu-arrow{
	width:6px;
	height:8px;
	top:8px;
	background:url(images/menu-arrow-right.png) no-repeat;
}*/
/*--Kod-dodany-w-IBIB--
.ux-menu.ux-menu-vertical .ux-menu-arrow,.ux-menu ul .ux-menu-arrow:hover{
	width:6px;
	height:8px;
	top:8px;
	background:url(images/menu-arrow-right-grey.png) no-repeat;
}*/

.ext-border-box .ux-menu-arrow{
	top:17px;
}
.ext-border-box .ux-menu.ux-menu-vertical .ux-menu-arrow,.ext-border-box .ux-menu ul .ux-menu-arrow{
	top:16px;
}
.ux-menu ul.ux-menu-hidden{
	display:none;
}
.ux-menu a.current{
	/*background-image:url('images/menu-item-bg-current.png');*/
	/*border-color:#cbc0b7;*/
	background: -moz-linear-gradient(top, #6689CC 0%, #002868 100%); /* FF3.6+ */ /*dodany*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6689CC), color-stop(100%,#002868)); /* Chrome,Safari4+ */ /*dodany*/
	background: -webkit-linear-gradient(top, #6689CC 0%,#002868 100%); /* Chrome10+,Safari5.1+ */ /*dodany*/
	background: -o-linear-gradient(top, #6689CC 0%,#002868 100%); /* Opera11.10+ */ /*dodany*/
	background: -ms-linear-gradient(top, #6689CC 0%,#002868 100%); /* IE10+ */ /*dodany*/
	background: linear-gradient(top, #6689CC 0%,#002868 100%); /* W3C */ /*dodany*/
}