@charset "utf-8";
/* CSS Document */

 
div#nav {
	float: left;
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1000;
	background-color: #1e2171;
	font-family: arial, sans-serif;
	font-size: small;
	white-space: nowrap;
}/* glowny  div trzymajacy wszystkie listy*/
	
/* menu glowne */
div#nav ul{
	margin:0;
	padding:0;
	z-index: 1000;
	position: absolute;
	width: 100%;
	background-color: #1e2171;
	padding: 3px;
} 
div#nav li {
	position: relative;
	list-style:none;
	margin:0;
	float:left;
	width:auto;
	height: auto;
	font-weight: bold;
	padding-right: 3px;
	display: inline;
	
}
div#nav li:hover {

} 
div#nav li.submenu {


} 
div#nav li.submenu:hover {

}

div#nav li a {
	display: block;
	width: auto;
	text-decoration: none;
	float: left;
	padding-right: 18px;
	padding-left: 17px;
	color: #FFF;
	border: solid 1px #9b7db9;
	
	line-height: 25px;
} 

div#nav li a:hover {
	display: block;
	text-decoration: none;
	color: #FFF;
	background-color: #9b7db9; 
	
}
div#nav>ul a {width: auto;}  

/* poziom 2 i 3 */

div#nav ul ul {
	position: absolute;
	width:auto;
	display: none;
	background-color: #1e2171;
	background-image: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
} 

div#nav ul ul ul {
	position: absolute;
	width: auto;
	display: none;
	z-index: 1000;
	
}
div#nav ul.level_2 {
	top:27px;
	left: -1px;
	z-index: 1000;
}
div#nav ul.level_3 {
	top: 0px;
	left: 170px; /* width 2ul*/
	z-index: 1000;
} 

div#nav ul ul li{
	width: auto;
	height: auto;
	margin: 0px;
	border: none;
	border-bottom: solid 1px #9b7db9;
	z-index: 1000;
}
div#nav ul ul li:hover{
	width: auto;
	z-index: 1000;
}
div#nav li.submenu li.submenu {
	width: auto;
	z-index: 1000;
	
}
div#nav li.submenu li.submenu:hover {
	width: auto;
	z-index: 1000;
}

div#nav ul ul li a{
	color: #fff;
	background-image: none ;
	clear: left;
	float: left;
	width: 150px !important; /* width */
	margin: 1px;
	padding: 0 10px;
	font-weight: normal ;
	display: block ;
	z-index: 1000;
	border: none;
}


div#nav ul ul li a:hover {
	color: #fff;
	background-image: none;
	background-color: #9b7db9;
	width: auto !important;
	display: block;
	z-index: 1000;
}
div#nav ul ul li:hover a:hover {
	color: #fff;
	background-image: none ;
	background-color: #9b7db9 ;
	width: 150px !important; /* width */
	display: block ;
	z-index: 1000;
}/* IE6*/

div#nav li.submenu li.submenu a {
	background-image: url(/images/img_sub_arrow.png) ;
	background-repeat: no-repeat;
	background-position: right center;
	z-index: 1000;

}
div#nav li.submenu li.submenu a:hover {
	z-index: 1000;
	background-image: url(/images/img_sub_arrow.png) ;
	background-repeat: no-repeat;
	background-position: right center;
}/* IE6*/

div#nav li.submenu li.submenu:hover a:hover {
	z-index: 1000;
	background-image: url(/images/img_sub_arrow.png) ;
	background-repeat: no-repeat;
	background-position: right center;
}


div#nav ul ul ul {
	border-top: solid 1px #1e2171; 
	border-bottom: none;
}
div#nav ul ul ul li{
	width: auto;
	border-left: solid 2px #1e2171; 
	border-bottom: none;
}
div#nav ul ul ul li:hover{
	width: auto;
}
div#nav ul ul ul li a{
	width: 160px !important; /* width */
	background-image: none !important;
	padding-right: 10px;
	padding-left: 10px;
	border-left: solid 5px #9b7db9; 
	margin: 0;
	margin-bottom: 1px;
}
div#nav ul ul ul li:hover a:hover{
	background-image: none ;
	width: 160px !important;

}
div#nav ul ul ul li a:hover{
	background-image: none ;
	width: 160px !important;
}/* IE6*/

div#nav ul.level_1 li.submenu:hover ul.level_2 { display:block !important;} 
div#nav ul.level_2 li.submenu:hover ul.level_3 { display:block !important;} 
